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 22:45:27 UTC

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

Author: sgoeschl
Date: Tue Feb 24 21:45:27 2009
New Revision: 747558

URL: http://svn.apache.org/viewvc?rev=747558&view=rev
Log:
Rolling back the release candidate

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=747558&r1=747557&r2=747558&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Tue Feb 24 21:45:27 2009
@@ -27,7 +27,7 @@
   <name>Commons Exec</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-exec</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <description>A library to reliably execute external processes from within the JVM</description>
   <url>http://commons.apache.org/exec/</url>  
   
@@ -186,7 +186,7 @@
     <commons.jira.pid>12310814</commons.jira.pid>
     <commons.release.version>1.0.0</commons.release.version>
     <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC4</commons.rc.version>
+    <commons.rc.version>RC5</commons.rc.version>
   </properties>
 
 </project>