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>