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

commit 0e712d049690603cdc432594ea6610cbf667e7ab
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Fri Jun 21 17:06:15 2024 -0400

    Next version will be 6.10.0
---
 pom.xml                 | 8 ++++----
 src/changes/changes.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e6e94cd7..95c35279 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.bcel</groupId>
   <artifactId>bcel</artifactId>
   <packaging>jar</packaging>
-  <version>6.9.1-SNAPSHOT</version>
+  <version>6.10.0-SNAPSHOT</version>
   <name>Apache Commons BCEL</name>
   <description>Apache Commons Bytecode Engineering Library</description>
 
@@ -48,11 +48,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.9.0</commons.release.version>
-    <commons.release.next>6.9.1</commons.release.next>
+    <commons.release.version>6.10.0</commons.release.version>
+    <commons.release.next>6.10.1</commons.release.next>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.bc.version>6.8.2</commons.bc.version>
+    <commons.bc.version>6.9.0</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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f426e1ff..3d4d9a4c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
   Defining changes.version allows one to create the RN without first removing 
the SNAPSHOT suffix.
    -->
   <body>
-    <release version="6.9.1" date="YYYY-MM-DD" description="Maintenance and 
bug fix release. Requires a minimum of Java 8.">
+    <release version="6.10.0" date="YYYY-MM-DD" description="Maintenance and 
bug fix release. Requires a minimum of Java 8.">
       <!-- FIX -->
       <!-- ADD -->
       <!-- UPDATE -->

Reply via email to