You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/14 14:41:40 UTC

[commons-pool] branch master updated: Nex release will be 2.9.0.

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


The following commit(s) were added to refs/heads/master by this push:
     new e34ee19  Nex release will be 2.9.0.
e34ee19 is described below

commit e34ee19dc0c4957a6b7134032d6cef10f00a92e8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 14 10:41:31 2020 -0400

    Nex release will be 2.9.0.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 46b369f..f7b1c79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
     <commons.module.name>org.apache.commons.pool2</commons.module.name>
     <commons.rc.version>RC1</commons.rc.version>
     <!-- Java 8 -->
-    <commons.release.version>2.8.1</commons.release.version>
+    <commons.release.version>2.9.0</commons.release.version>
     <commons.release.desc>(Java 8)</commons.release.desc>
     <!-- Java 7 -->
     <commons.release.2.version>2.6.2</commons.release.2.version>
@@ -186,7 +186,7 @@
     <spotbugs.impl.version>4.1.2</spotbugs.impl.version>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.8.0</commons.bc.version>
+    <commons.bc.version>2.8.1</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>