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 13:25:53 UTC

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

Author: ebourg
Date: Sun Aug 18 11:25:52 2013
New Revision: 1515086

URL: http://svn.apache.org/r1515086
Log:
Upgrade target/source level to 1.5

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=1515086&r1=1515085&r2=1515086&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Sun Aug 18 11:25:52 2013
@@ -199,8 +199,8 @@
     </reporting>
 
     <properties>
-        <maven.compile.source>1.4</maven.compile.source>
-        <maven.compile.target>1.4</maven.compile.target>
+        <maven.compile.source>1.5</maven.compile.source>
+        <maven.compile.target>1.5</maven.compile.target>
         <commons.componentid>jci</commons.componentid>
         <commons.release.version>1.0</commons.release.version>
         <commons.jira.id>JCI</commons.jira.id>