[maven-release-plugin] prepare release maven-changes-plugin-2.0-beta-2

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@449463 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index c137026..118d94b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,7 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -25,7 +24,7 @@
   <artifactId>maven-changes-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Changes Report Plugin</name>
-  <version>2.0-beta-2-SNAPSHOT</version>
+  <version>2.0-beta-2</version>
   <prerequisites>
     <maven>2.0</maven>
   </prerequisites>
@@ -159,7 +158,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.0-beta-2-SNAPSHOT</version>
+        <version>2.0-beta-2</version>
         <configuration>
           <xmlPath>${basedir}/src/site/changes/sample-changes.xml</xmlPath>
         </configuration>
@@ -174,4 +173,10 @@
       </plugin>
     </plugins>
   </reporting>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</url>
+  </scm>
 </project>