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/21 07:56:46 UTC

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

Author: ggregory
Date: Sat Dec 21 06:56:46 2013
New Revision: 1552884

URL: http://svn.apache.org/r1552884
Log:
commons-parent 28 -> 32.

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=1552884&r1=1552883&r2=1552884&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sat Dec 21 06:56:46 2013
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>28</version>
+        <version>32</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <name>Apache Commons Exec</name>
@@ -308,8 +308,8 @@
     </profiles>
     <properties>
         <!-- Compiler source and target JVM (see parent pom). Must agree with versions in build.xml -->
-        <maven.compile.source>1.3</maven.compile.source>
-        <maven.compile.target>1.3</maven.compile.target>
+        <maven.compiler.source>1.3</maven.compiler.source>
+        <maven.compiler.target>1.3</maven.compiler.target>
         <test>*Test</test>
         <commons.componentid>exec</commons.componentid>
         <commons.jira.id>EXEC</commons.jira.id>