Author: markh Date: Thu May 29 05:17:48 2008 New Revision: 661314 URL: http://svn.apache.org/viewvc?rev=661314&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=661314&r1=661313&r2=661314&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/pom.xml (original) +++ maven/shared/trunk/maven-runtime/pom.xml Thu May 29 05:17:48 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>