You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2013/12/10 21:06:23 UTC

svn commit: r1549951 - in /commons/proper/pool/trunk: build.xml pom.xml

Author: markt
Date: Tue Dec 10 20:06:23 2013
New Revision: 1549951

URL: http://svn.apache.org/r1549951
Log:
Increment version number.
The next release will include some small amounts of new fucntionality.

Modified:
    commons/proper/pool/trunk/build.xml
    commons/proper/pool/trunk/pom.xml

Modified: commons/proper/pool/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1549951&r1=1549950&r2=1549951&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Tue Dec 10 20:06:23 2013
@@ -41,7 +41,7 @@
 
       <property name="name" value="commons-pool2"/>
       <property name="title" value="Apache Commons Object Pooling Package"/>
-      <property name="version" value="2.0-SNAPSHOT"/>
+      <property name="version" value="2.1-SNAPSHOT"/>
       <property name="package" value="org.apache.commons.pool2.*"/>
 
       <property name="src.dir" value="${basedir}/src"/>

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1549951&r1=1549950&r2=1549951&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Tue Dec 10 20:06:23 2013
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.1-SNAPSHOT</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>