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


The following commit(s) were added to refs/heads/master by this push:
     new 5e0f3e77 Updates for the next release
5e0f3e77 is described below

commit 5e0f3e770166830b7a691285294e74bd50400e7f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Nov 6 21:37:52 2025 +0000

    Updates for the next release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 36c208fb..5109e6d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,9 +97,9 @@ limitations under the License.
     
<checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file>
     
<checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
     <!-- Commons Release Plugin -->
-    <commons.release.version>1.20.0</commons.release.version>
-    <commons.bc.version>1.19.0</commons.bc.version>
-    <commons.release.next>1.20.1</commons.release.next>
+    <commons.release.version>1.20.1</commons.release.version>
+    <commons.bc.version>1.20.0</commons.bc.version>
+    <commons.release.next>1.20.2</commons.release.next>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>

Reply via email to