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/25 17:17:23 UTC

[commons-pool] annotated tag commons-pool-2.9.0-RC1 created (now 069c134)

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

ggregory pushed a change to annotated tag commons-pool-2.9.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-pool.git.


      at 069c134  (tag)
 tagging e855619858edd5aae1a6b49788bb7212eb77ec23 (commit)
 replaces rel/commons-pool-2.8.1
      by Gary Gregory
      on Fri Sep 25 13:17:07 2020 -0400

- Log -----------------------------------------------------------------
Tag Apache Commons Pool release 2.9.0 RC1
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAl9uJhQACgkQhv3H4qES
Yss3Ngf8Ccv/Pd/fCZMnkRcX/E4qPGj7UbBP9y42IYJxFwyxmDmVVk4Rl67TNFXm
mTiI7TcSCfqvBfC4srV7L8tPqlAXXYG3BAmQIE2RdnuxKJq8nYWoEpf0If4UwQHo
hhxMX7IHKTy73kEGJ/9hrAb8hKCVJOI5tq10T5RD9eLtf/gY3mZRn+2hA3aQj83Y
Dv/UZwG4E11J0g1U4pLkRP12/HXnwnLrCQvDuRy+bx8L2JejUOVX8si5sVG3vtBN
2+FafN1tEmhZLcNPkJ2y8OvnL6F0NMebUCKCJacC2SvF/ojlHAgvl8SxkQfa8U7q
eNPE35trrjsnHxHSrr+9tvCQGfStHA==
=x7UI
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new e855619  Update POM version numbers for Apache Commons Pool release 2.9.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[commons-pool] 01/01: Update POM version numbers for Apache Commons Pool release 2.9.0

Posted by gg...@apache.org.
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 <ga...@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>