You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/03/27 23:11:47 UTC

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

Author: hboutemy
Date: Thu Mar 27 22:11:47 2014
New Revision: 1582505

URL: http://svn.apache.org/r1582505
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1582505&r1=1582504&r2=1582505&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Thu Mar 27 22:11:47 2014
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
-  <version>25</version>
+  <version>26-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Plugins</name>
@@ -37,9 +37,9 @@ under the License.
   <url>http://maven.apache.org/plugins/</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-25</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-25</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-25</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/</url>
   </scm>
   <ciManagement>
     <system>Jenkins</system>