Author: psteitz
Date: Tue Jun 16 02:15:19 2009
New Revision: 785056
URL: http://svn.apache.org/viewvc?rev=785056&view=rev
Log:
1.5.1 release cleanup.
Modified:
commons/proper/pool/trunk/build.xml
commons/proper/pool/trunk/pom.xml
commons/proper/pool/trunk/xdocs/changes.xml
Modified: commons/proper/pool/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=785056&r1=785055&r2=785056&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Tue Jun 16 02:15:19 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.1"/>
+ <property name="version" value="1.5.2-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=785056&r1=785055&r2=785056&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Tue Jun 16 02:15:19 2009
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.5.1</version>
+ <version>1.5.2-SNAPSHOT</version>
<name>Commons Pool</name>
<inceptionYear>2001</inceptionYear>
Modified: commons/proper/pool/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/changes.xml?rev=785056&r1=785055&r2=785056&view=diff
==============================================================================
--- commons/proper/pool/trunk/xdocs/changes.xml (original)
+++ commons/proper/pool/trunk/xdocs/changes.xml Tue Jun 16 02:15:19 2009
@@ -22,6 +22,8 @@
</properties>
<body>
+ <release version="1.5.2" date="TBD">
+ </release>
<release version="1.5.1" date="2009-06-16" description=
"This is a patch release containing a fix for POOL-144, a regression introduced
in version 1.5.">