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 18:57:26 UTC

svn commit: r1846066 - in /commons/proper/vfs/trunk: commons-vfs2-distribution/pom.xml commons-vfs2-examples/pom.xml commons-vfs2-sandbox/pom.xml commons-vfs2/pom.xml pom.xml

Author: ggregory
Date: Wed Nov  7 18:57:25 2018
New Revision: 1846066

URL: http://svn.apache.org/viewvc?rev=1846066&view=rev
Log:
The next version will be 2.3 since we are updating our requirement from Java 7 to Java 8.

Modified:
    commons/proper/vfs/trunk/commons-vfs2-distribution/pom.xml
    commons/proper/vfs/trunk/commons-vfs2-examples/pom.xml
    commons/proper/vfs/trunk/commons-vfs2-sandbox/pom.xml
    commons/proper/vfs/trunk/commons-vfs2/pom.xml
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/commons-vfs2-distribution/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2-distribution/pom.xml?rev=1846066&r1=1846065&r2=1846066&view=diff
==============================================================================
--- commons/proper/vfs/trunk/commons-vfs2-distribution/pom.xml (original)
+++ commons/proper/vfs/trunk/commons-vfs2-distribution/pom.xml Wed Nov  7 18:57:25 2018
@@ -23,14 +23,14 @@ limitations under the License.
   <name>Apache Commons VFS Distribution</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-distribution</artifactId>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <description>Apache Commons VFS is a Virtual File System library - Distribution archives.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.2.1-SNAPSHOT</version>
+    <version>2.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: commons/proper/vfs/trunk/commons-vfs2-examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2-examples/pom.xml?rev=1846066&r1=1846065&r2=1846066&view=diff
==============================================================================
--- commons/proper/vfs/trunk/commons-vfs2-examples/pom.xml (original)
+++ commons/proper/vfs/trunk/commons-vfs2-examples/pom.xml Wed Nov  7 18:57:25 2018
@@ -24,13 +24,13 @@
   <name>Apache Commons VFS Examples</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-examples</artifactId>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.3-SNAPSHOT</version>
   <description>Apache Commons VFS is a Virtual File System library - Examples.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.2.1-SNAPSHOT</version>
+    <version>2.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: commons/proper/vfs/trunk/commons-vfs2-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2-sandbox/pom.xml?rev=1846066&r1=1846065&r2=1846066&view=diff
==============================================================================
--- commons/proper/vfs/trunk/commons-vfs2-sandbox/pom.xml (original)
+++ commons/proper/vfs/trunk/commons-vfs2-sandbox/pom.xml Wed Nov  7 18:57:25 2018
@@ -24,13 +24,13 @@
   <name>Apache Commons VFS Sandbox</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-sandbox</artifactId>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.3-SNAPSHOT</version>
   <description>Apache Commons VFS is a Virtual File System library - Sandbox.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.2.1-SNAPSHOT</version>
+    <version>2.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: commons/proper/vfs/trunk/commons-vfs2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2/pom.xml?rev=1846066&r1=1846065&r2=1846066&view=diff
==============================================================================
--- commons/proper/vfs/trunk/commons-vfs2/pom.xml (original)
+++ commons/proper/vfs/trunk/commons-vfs2/pom.xml Wed Nov  7 18:57:25 2018
@@ -23,14 +23,14 @@
 
   <name>Apache Commons VFS</name>
   <artifactId>commons-vfs2</artifactId>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.3-SNAPSHOT</version>
   <description>Apache Commons VFS is a Virtual File System library.</description>
   <url>http://commons.apache.org/proper/commons-vfs/</url>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.2.1-SNAPSHOT</version>
+    <version>2.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1846066&r1=1846065&r2=1846066&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov  7 18:57:25 2018
@@ -29,7 +29,7 @@
   <name>Apache Commons VFS Project</name>
   <description>Apache Commons VFS is a Virtual File System library.</description>
   <packaging>pom</packaging>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.3-SNAPSHOT</version>
 
   <url>http://commons.apache.org/proper/commons-vfs/</url>
   <inceptionYear>2002</inceptionYear>