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/09/22 23:52:51 UTC

svn commit: r817855 - in /commons/proper/exec/trunk: pom.xml src/changes/changes.xml

Author: sgoeschl
Date: Tue Sep 22 21:52:48 2009
New Revision: 817855

URL: http://svn.apache.org/viewvc?rev=817855&view=rev
Log:
Okay - trying another RC

Modified:
    commons/proper/exec/trunk/pom.xml
    commons/proper/exec/trunk/src/changes/changes.xml

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=817855&r1=817854&r2=817855&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Tue Sep 22 21:52:48 2009
@@ -25,7 +25,7 @@
   <name>Commons Exec</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-exec</artifactId>
-  <version>1.0.2-SNAPSHOT</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>  
   
@@ -199,7 +199,7 @@
     <commons.jira.pid>12310814</commons.jira.pid>
     <commons.release.version>1.0.1</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>
     <!-- Tell M2 not to use platform specific encodings for copying resources -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Modified: commons/proper/exec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=817855&r1=817854&r2=817855&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/changes/changes.xml (original)
+++ commons/proper/exec/trunk/src/changes/changes.xml Tue Sep 22 21:52:48 2009
@@ -23,7 +23,7 @@
     <author email="sgoeschl@apache.org">Siegfried Goeschl</author>
   </properties>
   <body>
-    <release version="1.0.1" date="2009-07-15" description="Maintenance Release">
+    <release version="1.0.1" date="2009-09-23" description="Maintenance Release">
       <action dev="sgoeschl" type="fix" due-to="Peter Henderson" issue="EXEC-40">
         Fixes NPE in DefaultExecutor.setExitValues().
       </action>