This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-pool-2.9.0-RC1 in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit e855619858edd5aae1a6b49788bb7212eb77ec23 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Sep 25 13:16:59 2020 -0400 Update POM version numbers for Apache Commons Pool release 2.9.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ebc28d5..566c791 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>commons-pool2</artifactId> - <version>2.9.0-SNAPSHOT</version> + <version>2.9.0</version> <name>Apache Commons Pool</name> <inceptionYear>2001</inceptionYear>