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/20 15:28:30 UTC

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

Author: dennisl
Date: Sat Oct 20 06:28:29 2007
New Revision: 586712

URL: http://svn.apache.org/viewvc?rev=586712&view=rev
Log:
o Go back to 2.0-beta-3-SNAPSHOT again. We need to redo the 2.0-beta-3 release.

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=586712&r1=586711&r2=586712&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sat Oct 20 06:28:29 2007
@@ -27,7 +27,7 @@
   <artifactId>maven-changes-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Changes Report Plugin</name>
-  <version>2.0-beta-4-SNAPSHOT</version>
+  <version>2.0-beta-3-SNAPSHOT</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</version>
+        <version>2.0-beta-3-SNAPSHOT</version>
         <configuration>
           <xmlPath>${basedir}/src/site/changes/sample-changes.xml</xmlPath>
         </configuration>