This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-dbcp-2.11.0-RC1 in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
commit e57ce3cf019ffa9534b88735c454c54afbe9849f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 23 13:30:39 2023 -0400 Update POM version for Apache Commons DBCP release 2.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3cdd80bc..57fd30c9 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-dbcp2</artifactId> - <version>2.11.0-SNAPSHOT</version> + <version>2.11.0</version> <name>Apache Commons DBCP</name> <inceptionYear>2001</inceptionYear>