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/21 19:16:44 UTC

[commons-dbcp] annotated tag commons-dbcp-2.8.0-RC1 created (now d289a88)

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

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


      at d289a88  (tag)
 tagging 5dea53a5e089862c37c830c725315d90b444852e (commit)
 replaces commons-dbcp-2.7.0
      by Gary Gregory
      on Mon Sep 21 15:16:29 2020 -0400

- Log -----------------------------------------------------------------
Tag Apache Commons DBCP release 2.8.0 RC1
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAl9o/BIACgkQhv3H4qES
Ystw6Af+L9rczShu7el+VzxDxzdxv0apySeTsta7fNoC25P9RmYyczjvv3ZGERTc
1PytPJQQFZ1yvMje/E9In+OIKjQ35Aa6jocf1hPS70EI0zdLRMHZz79cVv+JIkdI
TVRrhF7NzNqrjqzirXRhoU/bPLaLsD4G08Lg/CRCy/jwVPEX4jpP/ZMCz97VsvGE
oItnlGiY3oHt6icwxKV2KzmzG3n+aV9e04N9WuOidHK3NHhKLJEeAukaEX2uuiBY
VlDAN5EfjmKnKnxIQ1S/K+2xAtx+qb7OgGLMHWYwC1fpwqfURGIgqiUj8dJQ3gxP
xUExBO34rrzGyW5BMAovtuC/Rbg4eg==
=V/8l
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 5dea53a  Update POM version numbers for Apache Commons DBCP release 2.8.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-dbcp] 01/01: Update POM version numbers for Apache Commons DBCP release 2.8.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-dbcp-2.8.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git

commit 5dea53a5e089862c37c830c725315d90b444852e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 21 15:15:57 2020 -0400

    Update POM version numbers for Apache Commons DBCP release 2.8.0
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55ba745..ec8f5d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.8.0-SNAPSHOT</version>
+  <version>2.8.0</version>
   <name>Apache Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -337,6 +337,7 @@
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
 
     <japicmp.skip>false</japicmp.skip>
+    <clirr.skip>true</clirr.skip>
   </properties>
 
   <build>