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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new f0cd56aad Updates for the next release
f0cd56aad is described below
commit f0cd56aad02f93c6513d32d73af4571eb3702df7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 16 15:57:18 2025 +0000
Updates for the next release
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index bffda397b..101e0095b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,8 +138,8 @@
<commons.packageId>lang3</commons.packageId>
<commons.module.name>org.apache.commons.lang3</commons.module.name>
<!-- Current 3.x release series -->
- <commons.release.version>3.20.0</commons.release.version>
- <commons.release.next>3.20.1</commons.release.next>
+ <commons.release.version>3.20.1</commons.release.version>
+ <commons.release.next>3.20.2</commons.release.next>
<commons.release.desc>(Java 8+)</commons.release.desc>
<!-- Previous 2.x release series -->
<commons.release.2.version>2.6</commons.release.2.version>
@@ -156,8 +156,8 @@
<japicmp.skip>false</japicmp.skip>
<uberjar.name>benchmarks</uberjar.name>
<!-- Commons Release Plugin -->
- <commons.bc.version>3.19.0</commons.bc.version>
- <commons.rc.version>RC2</commons.rc.version>
+ <commons.bc.version>3.20.0</commons.bc.version>
+ <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/lang</commons.distSvnStagingUrl>
<!-- JaCoCo: Don't make code coverage worse than: -->