Repository: commons-dbcp Updated Branches: refs/heads/master 00a0a33f9 -> 1a6f93834
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/master Commit: 1a6f9383470f9b847e7ba779b617823a981dd2ea Parents: 00a0a33 Author: Gary Gregory <[email protected]> Authored: Tue May 8 12:40:26 2018 -0600 Committer: Gary Gregory <[email protected]> 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"/>
