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:45 UTC

[commons-dbcp] 01/01: Update POM version numbers for Apache Commons DBCP release 2.8.0

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>