Author: sgoeschl
Date: Sun Mar 15 21:27:02 2009
New Revision: 754761
URL: http://svn.apache.org/viewvc?rev=754761&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=754761&r1=754760&r2=754761&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sun Mar 15 21:27:02 2009
@@ -27,7 +27,7 @@
<name>Commons Exec</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
<description>A library to reliably execute external processes from within
the JVM</description>
<url>http://commons.apache.org/exec/</url>
@@ -81,9 +81,9 @@
</contributors>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0</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>