This is an automated email from the ASF dual-hosted git repository.
psteitz pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new c9155f56 Update RC number.
c9155f56 is described below
commit c9155f56e70b6d29e392e727c55ebc8232094da9
Author: Phil Steitz <[email protected]>
AuthorDate: Sat Sep 23 12:47:00 2023 -0700
Update RC number.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d99fda5a..30ed043c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,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>RC1</commons.rc.version>
+ <commons.rc.version>RC3</commons.rc.version>
<!-- Java 8 -->
<commons.release.version>2.12.0</commons.release.version>
<commons.release.desc>(Java 8)</commons.release.desc>