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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 73d07af  Next version should be 2.6.1, not 2.7.0.
73d07af is described below

commit 73d07af18e0a9adef797a7a9af13b02ecb2ef6a7
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Apr 11 18:00:08 2019 -0400

    Next version should be 2.6.1, not 2.7.0.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f0c5492..850e904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.7.0-SNAPSHOT</version>
+  <version>2.6.1-SNAPSHOT</version>
   <name>Apache Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -293,7 +293,7 @@
     <commons.rc.version>RC1</commons.rc.version>
     <commons.module.name>org.apache.commons.dbcp2</commons.module.name>
     
-    <commons.release.version>2.7.0</commons.release.version>
+    <commons.release.version>2.6.1</commons.release.version>
     <commons.release.desc>for JDBC 4.2 on Java 8</commons.release.desc>
     
     <commons.release.2.version>2.4.0</commons.release.2.version>

Reply via email to