You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/07/17 14:17:07 UTC

svn commit: r1504086 - /commons/proper/imaging/trunk/pom.xml

Author: olamy
Date: Wed Jul 17 12:17:07 2013
New Revision: 1504086

URL: http://svn.apache.org/r1504086
Log:
use last parent pom

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

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1504086&r1=1504085&r2=1504086&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Wed Jul 17 12:17:07 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>28</version>
+    <version>31</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -45,8 +45,8 @@
   <url>http://commons.apache.org/proper/commons-imaging/</url>
 
   <properties>
-    <maven.compile.source>1.5</maven.compile.source>
-    <maven.compile.target>1.5</maven.compile.target>
+    <maven.compiler.source>1.5</maven.compiler.source>
+    <maven.compiler.target>1.5</maven.compiler.target>
     <commons.componentid>imaging</commons.componentid>
     <commons.release.version>1.0</commons.release.version>
     <commons.rc.version>RC4</commons.rc.version>