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/30 15:01:46 UTC

svn commit: r1554225 - /commons/proper/exec/trunk/build.xml

Author: ggregory
Date: Mon Dec 30 14:01:45 2013
New Revision: 1554225

URL: http://svn.apache.org/r1554225
Log:
Preparing for release.

Modified:
    commons/proper/exec/trunk/build.xml

Modified: commons/proper/exec/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=1554225&r1=1554224&r2=1554225&view=diff
==============================================================================
--- commons/proper/exec/trunk/build.xml (original)
+++ commons/proper/exec/trunk/build.xml Mon Dec 30 14:01:45 2013
@@ -23,7 +23,7 @@
   <property file="user.properties" />
   
   <property file="build.properties" />
-  <property name="maven.build.version" value="1.1"/>
+  <property name="maven.build.version" value="1.2"/>
   <property name="maven.build.output" value="target/classes"/>
   <property name="maven.build.directory" value="target"/>
   <property name="maven.build.final.name" value="commons-exec-${maven.build.version}"/>