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/05/28 20:30:30 UTC

[commons-pool] annotated tag commons-pool-2.10.0-RC1 created (now 949ded2)

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

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


      at 949ded2  (tag)
 tagging 48c289d95c2374ee11e3276a8bcb93b7f99015be (commit)
 replaces rel/commons-pool-2.9.0
      by Gary Gregory
      on Fri May 28 16:30:19 2021 -0400

- Log -----------------------------------------------------------------
Tag Apache release 2.10.0 RC1
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmCxUtwACgkQhv3H4qES
YsvSewf+MXYpPRMpBxVcMU/3cyXSYa5G7Z/apNA3M2k8Lk5g8y+TV4GfTSyDNI4h
6xdO01rbZ1PX6cslhg5JHo2fwrXd24JJPZZ7WLI0L90tTdnHaZ/bXD6UlrbgU58Q
dwL6m65o8QCMdOs1qY+SV3I7hkkxscdyysoOfL2RTMyQy5IrRmmx/ru8REORUoDa
WGnI5zdUgXjvvLuhZ1IM3VJhrbQSWgZHbL9Gft7tzD8VmPY+T4yb++OOX31BAw9v
EA/r4+Z/zZxAl5vpbHTU2EPVddDosjhZwyU7F0YlPY1g1L/Cc/xG96xTbY7DFdV/
I8F5upQcWDURXiXItaojh1OSXP6QIQ==
=B9NP
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 48c289d  Update POM version numbers for Apache release 2.10.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 release 2.10.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.10.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit 48c289d95c2374ee11e3276a8bcb93b7f99015be
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri May 28 16:30:10 2021 -0400

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

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