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-pool.git
commit 0faa1f1dd216d280deabb4f75e4eb43644ffaee0 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 22 07:27:49 2025 -0500 Set binary compatibility version to the current version until the major release is done --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4f3e8b4f..fae7a8ef 100644 --- a/pom.xml +++ b/pom.xml @@ -102,8 +102,8 @@ <commons.jira.pid>12310488</commons.jira.pid> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import> - <!-- Commons Release Plugin --> - <commons.bc.version>2.11.1</commons.bc.version> + <!-- Commons Release Plugin; TODO reset after 3.0.0 release --> + <commons.bc.version>3.0.0-SNAPSHOT</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <!-- TODO Remove japicmp.skip after 3.0.0 release --> <japicmp.skip>true</japicmp.skip>