You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/05/25 21:21:07 UTC

svn commit: r948184 - /maven/plugins/trunk/maven-changelog-plugin/pom.xml

Author: dennisl
Date: Tue May 25 19:21:07 2010
New Revision: 948184

URL: http://svn.apache.org/viewvc?rev=948184&view=rev
Log:
[maven-release-plugin] prepare release maven-changelog-plugin-2.2

Modified:
    maven/plugins/trunk/maven-changelog-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?rev=948184&r1=948183&r2=948184&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Tue May 25 19:21:07 2010
@@ -19,7 +19,7 @@ specific language governing permissions 
 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 @@ under the License.
   </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 @@ under the License.
       <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 @@ under the License.
       <id>epugh</id>
       <name>Eric Pugh</name>
       <email>epugh@opensourceconnections.com</email>
-      <organization/>
+      <organization />
       <roles>
         <role>Java Developer</role>
       </roles>
@@ -59,7 +59,7 @@ under the License.
       <id>evenisse</id>
       <name>Emmanuel Venisse</name>
       <email>emmanuel@venisse.net</email>
-      <organization/>
+      <organization />
       <roles>
         <role>Java Developer</role>
       </roles>
@@ -118,9 +118,9 @@ under the License.
   </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>