Author: bdemers Date: Fri Nov 19 20:02:57 2010 New Revision: 1036998 URL: http://svn.apache.org/viewvc?rev=1036998&view=rev Log: [maven-release-plugin] prepare for next development iteration
Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1036998&r1=1036997&r2=1036998&view=diff ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Fri Nov 19 20:02:57 2010 @@ -31,7 +31,7 @@ under the License. <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>18</version> + <version>19-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Maven</name> @@ -571,9 +571,9 @@ under the License. </mailingLists> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-18</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-18</developerConnection> - <url>http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-18</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection> + <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url> </scm> <ciManagement> <system>Hudson</system>