You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/08/18 18:50:48 UTC

svn commit: r1515167 - /commons/proper/jci/trunk/pom.xml

Author: ebourg
Date: Sun Aug 18 16:50:48 2013
New Revision: 1515167

URL: http://svn.apache.org/r1515167
Log:
Upgrade target/source level to 1.5, with the right user properties this time

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

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515167&r1=1515166&r2=1515167&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Sun Aug 18 16:50:48 2013
@@ -200,8 +200,8 @@
     </reporting>
 
     <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>jci</commons.componentid>
         <commons.release.version>1.0</commons.release.version>
         <commons.jira.id>JCI</commons.jira.id>