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 2016/04/28 23:49:59 UTC

svn commit: r1741525 - /commons/proper/io/trunk/build.xml

Author: ggregory
Date: Thu Apr 28 21:49:58 2016
New Revision: 1741525

URL: http://svn.apache.org/viewvc?rev=1741525&view=rev
Log:
[IO-503] Update platform requirement to Java 7.

Modified:
    commons/proper/io/trunk/build.xml

Modified: commons/proper/io/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/build.xml?rev=1741525&r1=1741524&r2=1741525&view=diff
==============================================================================
--- commons/proper/io/trunk/build.xml (original)
+++ commons/proper/io/trunk/build.xml Thu Apr 28 21:49:58 2016
@@ -87,10 +87,10 @@
 <!-- ========== Compiler Defaults ========================================= -->
 
   <!-- compiler source JDK version -->
-  <property name="compile.source"          value="1.6"/>
+  <property name="compile.source"          value="1.7"/>
 
   <!-- compiler target JDK version -->
-  <property name="compile.target"          value="1.6"/>
+  <property name="compile.target"          value="1.7"/>
 
   <!-- Should Java compilations set the 'debug' compiler option? -->
   <property name="compile.debug"           value="true"/>