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 2012/03/02 16:21:37 UTC

svn commit: r1296247 - /commons/proper/lang/trunk/pom.xml

Author: ggregory
Date: Fri Mar  2 15:21:36 2012
New Revision: 1296247

URL: http://svn.apache.org/viewvc?rev=1296247&view=rev
Log:
Per the VOTE on the ML, trunk can now use Java 6.

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1296247&r1=1296246&r2=1296247&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Mar  2 15:21:36 2012
@@ -447,8 +447,8 @@
   <properties>
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <maven.compile.source>1.5</maven.compile.source>
-    <maven.compile.target>1.5</maven.compile.target>
+    <maven.compile.source>1.6</maven.compile.source>
+    <maven.compile.target>1.6</maven.compile.target>
     <!--
        This is also  used to generate download_xxx file name.
        To override this when generating the download page: