You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/12/28 15:15:59 UTC

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

Author: ggregory
Date: Sat Dec 28 14:15:59 2013
New Revision: 1553829

URL: http://svn.apache.org/r1553829
Log:
Makr next release as 1.2, it's been 3 years. This will be most;y bug fixes and one small new feature.

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=1553829&r1=1553828&r2=1553829&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sat Dec 28 14:15:59 2013
@@ -25,7 +25,7 @@
     <name>Apache Commons Exec</name>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-exec</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <description>Apache Commons Exec is a library to reliably execute external processes from within the JVM</description>
     <url>http://commons.apache.org/proper/commons-exec/</url>
     <issueManagement>
@@ -310,7 +310,7 @@
         <commons.componentid>exec</commons.componentid>
         <commons.jira.id>EXEC</commons.jira.id>
         <commons.jira.pid>12310814</commons.jira.pid>
-        <commons.release.version>1.1</commons.release.version>
+        <commons.release.version>1.2</commons.release.version>
         <!-- The RC version used in the staging repository URL. -->
         <commons.rc.version>RC1</commons.rc.version>
         <!-- Tell M2 not to use platform specific encodings for copying resources -->

Modified: commons/proper/exec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=1553829&r1=1553828&r2=1553829&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/changes/changes.xml (original)
+++ commons/proper/exec/trunk/src/changes/changes.xml Sat Dec 28 14:15:59 2013
@@ -23,7 +23,7 @@
         <author email="sgoeschl@apache.org">Siegfried Goeschl</author>
     </properties>
     <body>
-        <release version="1.1.1-SNAPSHOT" date="TBA" description="Bugfixing Release">
+        <release version="1.2" date="TBA" description="Maintenance and small feature Release">
             <action issue="EXEC-68" dev="ggregory" type="fix" date="2012-10-22"  due-to="Joel McCance">
                 Watchdog kills process immediately if timeout is too large.
             </action>
@@ -50,7 +50,7 @@
             </action>
             <action issue="EXEC-34" dev="simonetripodi" type="fix" date="2011-11-30" due-to="Marco Ferrante">
                 Race condition prevent watchdog working using ExecuteStreamHandler.
-                Patch submitted by Kristian Rosenvold.
+                Patch submittd by Kristian Rosenvold.
             </action>
         </release>
         <release version="1.1" date="2010-10-08" description="Maintenance Release">