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 2021/08/14 13:42:54 UTC

[commons-pool] annotated tag commons-pool-2.11.1-RC1 created (now 9660352)

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

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


      at 9660352  (tag)
 tagging abb1a0797b406566f0214c688871ab7e8fdc2601 (commit)
 replaces rel/commons-pool-2.11.0
      by Gary Gregory
      on Sat Aug 14 09:42:43 2021 -0400

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

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmEXyFMACgkQhv3H4qES
Ysv/Xwf9GCeDqoKyTqxnPW/3h7h4h+pD3daOH16F1kkW1Q4ZSwj8eElbDnhud2Iy
5Qh5wK0dV4wVVox6ginHGu/9qw2CF0f49SoX/4/nk4aBXb8tP62DLRvGGR4DC59+
mQVnyZjc9mn+HV6k2w+GOrw1CBdewIxsru1K274CQLzJ5MSD2LgvL/RttUDVa95u
C8cNY74hI2f+TGUrAQU7DDVV9NohPOhbVKgwsRzsZpXGHieMGfkGFqyRKow0dNKU
EEZt7a3biJOKFF4Dzy1UP4rR/ix4vneJ7p4KeUDJQGHCWjiDBEiTAqwkOqGTGws3
GGSh+jCIOcHeFO/GhNYfbd0SksZrig==
=3ZEV
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new abb1a07  Update POM version numbers for Apache Commons Pool release 2.11.1

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.11.1

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.11.1-RC1
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit abb1a0797b406566f0214c688871ab7e8fdc2601
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 14 09:42:35 2021 -0400

    Update POM version numbers for Apache Commons Pool release 2.11.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad416c4..51da0d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>commons-pool2</artifactId>
-  <version>2.11.1-SNAPSHOT</version>
+  <version>2.11.1</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>