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 e2aa255 Next release will be 2.6.0.
e2aa255 is described below
commit e2aa255a146f67be012d3a7e96eb6a4628bc0bf1
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 6 10:12:55 2020 -0500
Next release will be 2.6.0.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4feaee6..0d7c7b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.5.1-SNAPSHOT</version>
+ <version>2.6.0-SNAPSHOT</version>
<url>http://commons.apache.org/proper/commons-vfs/</url>
<inceptionYear>2002</inceptionYear>
@@ -160,9 +160,9 @@
<commons.siteOutputDirectory>${basedir}/../target/site</commons.siteOutputDirectory>
<commons.releaseNotesLocation>${basedir}/../RELEASE-NOTES.txt</commons.releaseNotesLocation>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
- <commons.release.version>2.5.0</commons.release.version>
+ <commons.release.version>2.6.0</commons.release.version>
<!-- Commons Release Plugin -->
- <commons.bc.version>2.4.1</commons.bc.version>
+ <commons.bc.version>2.5.0</commons.bc.version>
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
<commons.rc.version>RC1</commons.rc.version>