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
commit c9c55d44312c773756d53283c956821a7b61eabd Author: Gary Gregory <[email protected]> AuthorDate: Fri Dec 19 17:15:55 2025 -0500 Bump minor version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 785358397..2c6e2d6f2 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> - <version>3.20.1-SNAPSHOT</version> + <version>3.21.0-SNAPSHOT</version> <name>Apache Commons Lang</name> <inceptionYear>2001</inceptionYear> <description> @@ -141,8 +141,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.1</commons.release.version> - <commons.release.next>3.20.2</commons.release.next> + <commons.release.version>3.21.0</commons.release.version> + <commons.release.next>3.21.1</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>
