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 2018/06/08 22:32:43 UTC

commons-dbcp git commit: Let's call the next version 2.4.0 since we have additions of publicly scoped APIs.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master c9b8f9025 -> e1c9951f6


Let's call the next version 2.4.0 since we have additions
of publicly scoped APIs.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/e1c9951f
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/e1c9951f
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/e1c9951f

Branch: refs/heads/master
Commit: e1c9951f658bca94ff290563ecd55be532615236
Parents: c9b8f90
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri Jun 8 16:32:41 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Fri Jun 8 16:32:41 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/e1c9951f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f73d931..68ec674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.4.0-SNAPSHOT</version>
   <name>Apache Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>