This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 2c56d10 Next release will be 2.6.0.
2c56d10 is described below
commit 2c56d10a776ba3192752519cee770d149509ae0b
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 6 10:37:07 2020 -0500
Next release will be 2.6.0.
---
commons-vfs2-distribution/pom.xml | 4 ++--
commons-vfs2-examples/pom.xml | 4 ++--
commons-vfs2-jackrabbit1/pom.xml | 2 +-
commons-vfs2-jackrabbit2/pom.xml | 2 +-
commons-vfs2-sandbox/pom.xml | 4 ++--
commons-vfs2/pom.xml | 4 ++--
src/changes/changes.xml | 2 +-
7 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/commons-vfs2-distribution/pom.xml
b/commons-vfs2-distribution/pom.xml
index c598abd..9e12334 100644
--- a/commons-vfs2-distribution/pom.xml
+++ b/commons-vfs2-distribution/pom.xml
@@ -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.5.1-SNAPSHOT</version>
+ <version>2.6.0-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.5.1-SNAPSHOT</version>
+ <version>2.6.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index 825cc6b..ff1822f 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -24,13 +24,13 @@
<name>Apache Commons VFS Examples</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-examples</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.6.0-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.5.1-SNAPSHOT</version>
+ <version>2.6.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml
index 5ef845b..87ea237 100644
--- a/commons-vfs2-jackrabbit1/pom.xml
+++ b/commons-vfs2-jackrabbit1/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.6.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml
index 20c69e6..34619f4 100644
--- a/commons-vfs2-jackrabbit2/pom.xml
+++ b/commons-vfs2-jackrabbit2/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.6.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/commons-vfs2-sandbox/pom.xml b/commons-vfs2-sandbox/pom.xml
index e5a44ed..be3a53a 100644
--- a/commons-vfs2-sandbox/pom.xml
+++ b/commons-vfs2-sandbox/pom.xml
@@ -24,13 +24,13 @@
<name>Apache Commons VFS Sandbox</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-sandbox</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.6.0-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.5.1-SNAPSHOT</version>
+ <version>2.6.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/commons-vfs2/pom.xml b/commons-vfs2/pom.xml
index 48248f7..eaf2ad2 100644
--- a/commons-vfs2/pom.xml
+++ b/commons-vfs2/pom.xml
@@ -23,14 +23,14 @@
<name>Apache Commons VFS</name>
<artifactId>commons-vfs2</artifactId>
- <version>2.5.1-SNAPSHOT</version>
+ <version>2.6.0-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.5.1-SNAPSHOT</version>
+ <version>2.6.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8b94e81..a7c8f2e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
- <release version="2.5.1" date="2020-MM-DD" description="TBD.">
+ <release version="2.6.0" date="2020-MM-DD" description="New features and
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> -->