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 2014/11/06 14:25:59 UTC

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

Author: ggregory
Date: Thu Nov  6 13:25:59 2014
New Revision: 1637095

URL: http://svn.apache.org/r1637095
Log:
Update version from 1.3-SNAPSHOT to 1.3.1-SNAPSHOT.

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=1637095&r1=1637094&r2=1637095&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Thu Nov  6 13:25:59 2014
@@ -25,7 +25,7 @@
     <name>Apache Commons Exec</name>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-exec</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <description>Apache Commons Exec is a library to reliably execute external processes from within the JVM.</description>
     <prerequisites>
       <maven>2.2.1</maven>