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 2022/02/08 15:03:38 UTC

[commons-vfs] branch master updated: Bump property values for the next release.

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 cb56e7a  Bump property values for the next release.
cb56e7a is described below

commit cb56e7a09dffed6efde21bfb54f6083144e2302f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Feb 8 10:03:35 2022 -0500

    Bump property values for the next release.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6bef8fa..1cc1f0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,9 +168,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.9.0</commons.release.version>
+    <commons.release.version>2.10.0</commons.release.version>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.8.0</commons.bc.version>
+    <commons.bc.version>2.9.0</commons.bc.version>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
     <commons.rc.version>RC1</commons.rc.version>