[maven-release-plugin] prepare release maven-changelog-plugin-2.0

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@508618 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 579161f..ddb0287 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 under the License.
 
 -->
-<project>
+<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>
@@ -27,7 +27,7 @@
   <artifactId>maven-changelog-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Changelog Plug-in</name>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <description>Produce SCM changelog reports.</description>
   <prerequisites>
     <maven>2.0</maven>
@@ -93,7 +93,7 @@
       <id>kaz</id>
       <name>Pete Kazmier</name>
       <email>pete-apache-dev@kazmier.com</email>
-      <organization/>
+      <organization />
       <roles>
         <role>Documentation</role>
         <role>Java Developer</role>
@@ -103,7 +103,7 @@
       <id>epugh</id>
       <name>Eric Pugh</name>
       <email>epugh@opensourceconnections.com</email>
-      <organization/>
+      <organization />
       <roles>
         <role>Java Developer</role>
       </roles>
@@ -112,7 +112,7 @@
       <id>evenisse</id>
       <name>Emmanuel Venisse</name>
       <email>emmanuel@venisse.net</email>
-      <organization/>
+      <organization />
       <roles>
         <role>Java Developer</role>
       </roles>
@@ -251,5 +251,11 @@
   <properties>
     <maven-scm.version>1.0-beta-4</maven-scm.version>
   </properties>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changelog-plugin-2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changelog-plugin-2.0</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changelog-plugin-2.0</url>
+  </scm>
 </project>