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 2008/04/13 17:27:43 UTC

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

Author: dennisl
Date: Sun Apr 13 08:27:43 2008
New Revision: 647583

URL: http://svn.apache.org/viewvc?rev=647583&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=647583&r1=647582&r2=647583&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Apr 13 08:27:43 2008
@@ -27,7 +27,7 @@
   <artifactId>maven-changes-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Changes Report Plugin</name>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0.6</maven>
   </prerequisites>
@@ -107,9 +107,9 @@
   </developers>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-changes-plugin-2.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changes-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changes-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/</url>
   </scm>
 
   <build>