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:53:23 UTC

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

Author: dennisl
Date: Wed Oct 17 13:53:22 2007
New Revision: 585694

URL: http://svn.apache.org/viewvc?rev=585694&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=585694&r1=585693&r2=585694&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Wed Oct 17 13:53:22 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</version>
+  <version>2.0-beta-4-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0.6</maven>
   </prerequisites>
@@ -314,10 +314,4 @@
     <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>