You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2008/04/25 13:44:06 UTC

svn commit: r651580 - /maven/shared/trunk/maven-runtime/pom.xml

Author: markh
Date: Fri Apr 25 04:44:06 2008
New Revision: 651580

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

Modified:
    maven/shared/trunk/maven-runtime/pom.xml

Modified: maven/shared/trunk/maven-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=651580&r1=651579&r2=651580&view=diff
==============================================================================
--- maven/shared/trunk/maven-runtime/pom.xml (original)
+++ maven/shared/trunk/maven-runtime/pom.xml Fri Apr 25 04:44:06 2008
@@ -29,12 +29,12 @@
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-runtime</artifactId>
   <packaging>jar</packaging>
-  <version>1.0-alpha-1</version>
+  <version>1.0-alpha-2-SNAPSHOT</version>
   <name>Maven Runtime</name>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-runtime-1.0-alpha-1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-runtime-1.0-alpha-1</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/shared/tags/maven-runtime-1.0-alpha-1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-runtime</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-runtime</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/shared/trunk/maven-runtime</url>
   </scm>
   <build>
     <plugins>