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 2019/12/06 01:14:49 UTC

[commons-pool] 01/01: Prepare for release 2.8.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit 134c01bca4293425c101136935c2da9e6cfc7542
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 5 20:14:44 2019 -0500

    Prepare for release 2.8.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc042f8..5d66fd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>commons-pool2</artifactId>
-  <version>2.8.0-SNAPSHOT</version>
+  <version>2.8.0</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>