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/05/21 16:39:40 UTC

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

Author: markh
Date: Wed May 21 07:39:40 2008
New Revision: 658713

URL: http://svn.apache.org/viewvc?rev=658713&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=658713&r1=658712&r2=658713&view=diff
==============================================================================
--- maven/shared/trunk/maven-runtime/pom.xml (original)
+++ maven/shared/trunk/maven-runtime/pom.xml Wed May 21 07:39:40 2008
@@ -29,7 +29,7 @@
   <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>
   <description>
     Maven Runtime allows introspection of Maven project metadata at runtime.  Basic artifact information or full Maven 
@@ -37,9 +37,9 @@
     order, and also for a given class within a project.
   </description>
   <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>