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 2009/09/22 02:43:47 UTC

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

Author: psteitz
Date: Tue Sep 22 00:43:46 2009
New Revision: 817461

URL: http://svn.apache.org/viewvc?rev=817461&view=rev
Log:
Updated version no. to reflect 1.5.3 release.

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=817461&r1=817460&r2=817461&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Tue Sep 22 00:43:46 2009
@@ -40,7 +40,7 @@
 
       <property name="name" value="commons-pool"/>
       <property name="title" value="Apache Commons Object Pooling Package"/>
-      <property name="version" value="1.5.3"/>
+      <property name="version" value="1.5.4-SNAPSHOT"/>
       <property name="package" value="org.apache.commons.pool.*"/>
 
       <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=817461&r1=817460&r2=817461&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Tue Sep 22 00:43:46 2009
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
-  <version>1.5.3</version>
+  <version>1.5.4-SNAPSHOT</version>
   <name>Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>