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 2007/02/16 23:18:39 UTC

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

Author: dennisl
Date: Fri Feb 16 14:18:38 2007
New Revision: 508618

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

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?view=diff&rev=508618&r1=508617&r2=508618
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Fri Feb 16 14:18:38 2007
@@ -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>