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/10/11 23:24:06 UTC

svn commit: r824170 - in /commons/proper/exec/trunk: pom.xml src/site/apt/index.apt

Author: sgoeschl
Date: Sun Oct 11 21:24:05 2009
New Revision: 824170

URL: http://svn.apache.org/viewvc?rev=824170&view=rev
Log:
Preparing a new release candidate

Modified:
    commons/proper/exec/trunk/pom.xml
    commons/proper/exec/trunk/src/site/apt/index.apt

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=824170&r1=824169&r2=824170&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sun Oct 11 21:24:05 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>RC4</commons.rc.version>
+    <commons.rc.version>RC5</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/site/apt/index.apt
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/site/apt/index.apt?rev=824170&r1=824169&r2=824170&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/site/apt/index.apt (original)
+++ commons/proper/exec/trunk/src/site/apt/index.apt Sun Oct 11 21:24:05 2009
@@ -36,8 +36,8 @@
   command is executed. In J2SE 1.1-1.4 there is not support for this, since the method, <<<System.getenv()>>>, for
   retriving environment variables is deprecated.
 
-  The are currently several different libraries that for their own purposes has implemented frameworks around
-  <<<Runtime.exec()>>> to handle the various issue outlined above. The proposed project should aim at coordinating and
+  There are currently several different libraries that for their own purposes have implemented frameworks around
+  <<<Runtime.exec()>>> to handle the various issues outlined above. The proposed project should aim at coordinating and
   learning from these initatives to create and maintain a simple, reusable and well-tested package. Since some of the
   more problematic platforms are not readily available, it is my hope that the broad Apache community can be a
   great help.