You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/08/07 05:37:21 UTC

svn commit: r1694609 - /commons/proper/dbcp/trunk/build.xml

Author: psteitz
Date: Fri Aug  7 03:37:21 2015
New Revision: 1694609

URL: http://svn.apache.org/r1694609
Log:
Updated to reflect 2.1.1 release.

Modified:
    commons/proper/dbcp/trunk/build.xml

Modified: commons/proper/dbcp/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.xml?rev=1694609&r1=1694608&r2=1694609&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.xml (original)
+++ commons/proper/dbcp/trunk/build.xml Fri Aug  7 03:37:21 2015
@@ -45,7 +45,7 @@
 
       <property name="name" value="commons-dbcp2"/>
       <property name="title" value="Apache Commons Database Pooling Package"/>
-      <property name="version" value="2.1.1-SNAPSHOT"/>
+      <property name="version" value="2.1.2-SNAPSHOT"/>
       <property name="package" value="org.apache.commons.dbcp2.*"/>
 
       <property name="build.dir" value="${basedir}/build"/>