Author: ggregory
Date: Thu Apr 28 21:32:50 2016
New Revision: 1741519

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

Modified:
    commons/proper/io/trunk/pom.xml
    commons/proper/io/trunk/src/changes/changes.xml

Modified: commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1741519&r1=1741518&r2=1741519&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Thu Apr 28 21:32:50 2016
@@ -234,12 +234,12 @@ file comparators, endian transformation
   </dependencies>
 
   <properties>
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
     <commons.componentid>io</commons.componentid>
     <commons.rc.version>RC4</commons.rc.version>
     <commons.release.version>2.5</commons.release.version>
-    <commons.release.desc>(requires JDK 1.6+)</commons.release.desc>
+    <commons.release.desc>(requires JDK 1.7+)</commons.release.desc>
     <commons.jira.id>IO</commons.jira.id>
     <commons.jira.pid>12310477</commons.jira.pid>
     <commons.osgi.export>

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1741519&r1=1741518&r2=1741519&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Thu Apr 28 21:32:50 2016
@@ -50,6 +50,9 @@ The <action> type attribute can be add,u
       <action issue="IO-502" dev="ggregory" type="fix" due-to="Christian 
Schulte">
         Exceptions are suppressed incorrectly when copying files.
       </action>
+      <action issue="IO-503" dev="ggregory" type="fix">
+        Update platform requirement to Java 7.
+      </action>
     </release>
     <release version="2.5" date="2016-04-22" description="New features and bug 
fixes.">
       <action issue="IO-492" dev="ggregory" type="fix" due-to="Santiago 
Castro">


Reply via email to