You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/03/15 22:48:02 UTC

svn commit: r754771 - /commons/proper/exec/trunk/pom.xml

Author: sgoeschl
Date: Sun Mar 15 21:48:02 2009
New Revision: 754771

URL: http://svn.apache.org/viewvc?rev=754771&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=754771&r1=754770&r2=754771&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sun Mar 15 21:48: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>