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 2018/11/07 17:59:40 UTC

svn commit: r1846062 - in /commons/proper/vfs/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Wed Nov  7 17:59:40 2018
New Revision: 1846062

URL: http://svn.apache.org/viewvc?rev=1846062&view=rev
Log:
[VFS-680 ] Update from Java 7 to Java 8.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1846062&r1=1846061&r2=1846062&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov  7 17:59:40 2018
@@ -140,8 +140,8 @@
   <properties>
     <commons.encoding>UTF-8</commons.encoding>
 
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
 
     <!-- bare ID without major version or commons- prefix -->
     <commons.componentid>vfs2</commons.componentid>

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1846062&r1=1846061&r2=1846062&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Nov  7 17:59:40 2018
@@ -45,7 +45,7 @@ The <action> type attribute can be add,u
   </properties>
 
   <body>
-    <release version="2.2.1" date="YYYY-MM-DD" description="Bug fix release.">
+    <release version="2.3" date="YYYY-MM-DD" description="Bug fix release.">
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->
 <!--        [Local] Need an easy way to convert from a FileObject to a File. -->
 <!--       </action> -->
@@ -95,6 +95,9 @@ The <action> type attribute can be add,u
       <action issue="VFS-675" dev="ggregory" type="fix">
         NullPointerException at AbstractFileObject.java:221.
       </action>
+      <action issue="VFS-680" dev="ggregory" type="update">
+        Update from Java 7 to Java 8.
+      </action>
     </release>
     <release version="2.2" date="2017-10-06" description="New features and bug fix release.">
       <action issue="VFS-642" dev="pschumacher" type="update" due-to="ilangoldfeld">