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

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@948184 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5933463..163fcdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 under the License.
 -->
 
-<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns='http://maven.apache.org/POM/4.0.0'>
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>maven-changelog-plugin</artifactId>
-  <version>2.2-SNAPSHOT</version>
+  <version>2.2</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Changelog Plugin</name>
@@ -40,7 +40,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>
@@ -50,7 +50,7 @@
       <id>epugh</id>
       <name>Eric Pugh</name>
       <email>epugh@opensourceconnections.com</email>
-      <organization/>
+      <organization />
       <roles>
         <role>Java Developer</role>
       </roles>
@@ -59,7 +59,7 @@
       <id>evenisse</id>
       <name>Emmanuel Venisse</name>
       <email>emmanuel@venisse.net</email>
-      <organization/>
+      <organization />
       <roles>
         <role>Java Developer</role>
       </roles>
@@ -118,9 +118,9 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changelog-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changelog-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-changelog-plugin-2.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changelog-plugin-2.2</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-changelog-plugin-2.2</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>