You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/06/27 21:11:12 UTC

svn commit: r1497505 - /commons/proper/chain/trunk/pom.xml

Author: britter
Date: Thu Jun 27 19:11:12 2013
New Revision: 1497505

URL: http://svn.apache.org/r1497505
Log:
Update to latest CP

Modified:
    commons/proper/chain/trunk/pom.xml

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1497505&r1=1497504&r2=1497505&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Thu Jun 27 19:11:12 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>30</version>
+    <version>31</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -135,8 +135,8 @@
   </contributors>
 
   <properties>
-    <maven.compile.source>1.6</maven.compile.source>
-    <maven.compile.target>1.6</maven.compile.target>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
     <commons.componentid>chain</commons.componentid>
     <commons.release.version>2.0</commons.release.version>
     <commons.release.desc>(minium JDK 1.6)</commons.release.desc>