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/02/24 00:31:16 UTC

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

Author: sgoeschl
Date: Mon Feb 23 23:31:15 2009
New Revision: 747205

URL: http://svn.apache.org/viewvc?rev=747205&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=747205&r1=747204&r2=747205&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Mon Feb 23 23:31:15 2009
@@ -27,7 +27,7 @@
   <name>Commons Exec</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-exec</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.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_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_0</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_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>