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 2024/01/11 14:50:00 UTC

(commons-bcel) branch master updated: Update properties for the next version

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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new fdb4ddbc Update properties for the next version
fdb4ddbc is described below

commit fdb4ddbc39ace77d793e96092607c10c103bfa8d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 11 09:49:56 2024 -0500

    Update properties for the next version
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7451bdfd..18cc8fd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,11 +47,11 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>bcel</commons.componentid>
     <commons.module.name>org.apache.bcel</commons.module.name>
-    <commons.release.version>6.8.1</commons.release.version>
-    <commons.release.next>6.8.2</commons.release.next>
+    <commons.release.version>6.8.2</commons.release.version>
+    <commons.release.next>6.8.3</commons.release.next>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.bc.version>6.8.0</commons.bc.version>
+    <commons.bc.version>6.8.1</commons.bc.version>
     <commons.release.desc>(Java 8 or above)</commons.release.desc>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>