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/05/09 00:12:17 UTC

[2/3] commons-dbcp git commit: Prepare for 2.3.0 release.

Prepare for 2.3.0 release.

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

Branch: refs/heads/release
Commit: 1a6f9383470f9b847e7ba779b617823a981dd2ea
Parents: 00a0a33
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 8 12:40:26 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 8 12:40:26 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/1a6f9383/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d60fdb1..03b5eb5 100644
--- a/build.xml
+++ b/build.xml
@@ -45,7 +45,7 @@
 
       <property name="name" value="commons-dbcp2"/>
       <property name="title" value="Apache Commons Database Pooling Package"/>
-      <property name="version" value="2.2-SNAPSHOT"/>
+      <property name="version" value="2.3.0-SNAPSHOT"/>
       <property name="package" value="org.apache.commons.dbcp2.*"/>
 
       <property name="build.dir" value="${basedir}/build"/>