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/10/17 22:52:48 UTC

svn commit: r585691 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: dennisl
Date: Wed Oct 17 13:52:48 2007
New Revision: 585691

URL: http://svn.apache.org/viewvc?rev=585691&view=rev
Log:
[maven-release-plugin] prepare release maven-changes-plugin-2.0-beta-3

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

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=585691&r1=585690&r2=585691&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Wed Oct 17 13:52:48 2007
@@ -27,7 +27,7 @@
   <artifactId>maven-changes-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Changes Report Plugin</name>
-  <version>2.0-beta-3-SNAPSHOT</version>
+  <version>2.0-beta-3</version>
   <prerequisites>
     <maven>2.0.6</maven>
   </prerequisites>
@@ -295,7 +295,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.0-beta-3-SNAPSHOT</version>
+        <version>2.0-beta-3</version>
         <configuration>
           <xmlPath>${basedir}/src/site/changes/sample-changes.xml</xmlPath>
         </configuration>
@@ -314,4 +314,10 @@
     <doxiaVersion>1.0-alpha-9</doxiaVersion>
     <doxiaSitetoolsVersion>1.0-alpha-9</doxiaSitetoolsVersion>
   </properties>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-3</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-3</url>
+  </scm>
 </project>