This is an automated email from the ASF dual-hosted git repository. psteitz pushed a commit to branch release_2_x in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/release_2_x by this push: new ffe9cec3 Fix RC number property. ffe9cec3 is described below commit ffe9cec34e2458f2c11cd70a2c2d4ae17fb3fe17 Author: Phil Steitz <phil.ste...@gmail.com> AuthorDate: Tue Sep 26 11:29:11 2023 -0700 Fix RC number property. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2a385006..fce6782b 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>pool</commons.componentid> <commons.module.name>org.apache.commons.pool2</commons.module.name> - <commons.rc.version>RC3</commons.rc.version> + <commons.rc.version>RC5</commons.rc.version> <!-- Java 8 --> <commons.release.version>2.12.0</commons.release.version> <commons.release.desc>(Java 8)</commons.release.desc>