Author: sgoeschl Date: Wed Jul 15 08:01:26 2009 New Revision: 794170 URL: http://svn.apache.org/viewvc?rev=794170&view=rev Log: [maven-release-plugin] prepare for next development iteration
Modified: commons/proper/exec/trunk/pom.xml Modified: commons/proper/exec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=794170&r1=794169&r2=794170&view=diff ============================================================================== --- commons/proper/exec/trunk/pom.xml (original) +++ commons/proper/exec/trunk/pom.xml Wed Jul 15 08:01:26 2009 @@ -25,7 +25,7 @@ <name>Commons Exec</name> <groupId>org.apache.commons</groupId> <artifactId>commons-exec</artifactId> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> <description>A library to reliably execute external processes from within the JVM</description> <url>http://commons.apache.org/exec/</url> @@ -79,9 +79,9 @@ </contributors> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC2</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC2</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_1_RC2</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/exec/trunk</url> </scm> <build>