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/08 21:06:23 UTC

svn commit: r646038 - /maven/plugins/trunk/pom.xml

Author: dennisl
Date: Tue Apr  8 12:06:22 2008
New Revision: 646038

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

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=646038&r1=646037&r2=646038&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Apr  8 12:06:22 2008
@@ -30,7 +30,7 @@
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
   <packaging>pom</packaging>
-  <version>11</version>
+  <version>12-SNAPSHOT</version>
 
   <name>Maven Plugins</name>
   <description>Maven Plugins</description>
@@ -163,9 +163,9 @@
 -->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-11</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-11</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/tags/maven-plugins-11</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
   </scm>
 
   <build>