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 2008/12/28 23:47:01 UTC

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

Author: sgoeschl
Date: Sun Dec 28 14:47:01 2008
New Revision: 729798

URL: http://svn.apache.org/viewvc?rev=729798&view=rev
Log:
Preparing for next 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=729798&r1=729797&r2=729798&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sun Dec 28 14:47:01 2008
@@ -27,7 +27,7 @@
   <name>Commons Exec</name>
   <groupId>commons-exec</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>  
   
@@ -171,7 +171,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>RC2</commons.rc.version>
+    <commons.rc.version>RC3</commons.rc.version>
   </properties>
 
 </project>
\ No newline at end of file