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/18 00:48:12 UTC

svn commit: r816401 - in /commons/proper/pool/trunk: build.xml pom.xml xdocs/changes.xml

Author: psteitz
Date: Thu Sep 17 22:48:11 2009
New Revision: 816401

URL: http://svn.apache.org/viewvc?rev=816401&view=rev
Log:
Prepare for 1.5.3 release.

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=816401&r1=816400&r2=816401&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Thu Sep 17 22:48:11 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-SNAPSHOT"/>
+      <property name="version" value="1.5.3"/>
       <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=816401&r1=816400&r2=816401&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Thu Sep 17 22:48:11 2009
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
-  <version>1.5.3-SNAPSHOT</version>
+  <version>1.5.3</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=816401&r1=816400&r2=816401&view=diff
==============================================================================
--- commons/proper/pool/trunk/xdocs/changes.xml (original)
+++ commons/proper/pool/trunk/xdocs/changes.xml Thu Sep 17 22:48:11 2009
@@ -22,7 +22,7 @@
   </properties>
   <body>
 
-  <release version="1.5.3" date="TBD" description=
+  <release version="1.5.3" date="2009-09-21" description=
 "This is a patch release containing a fix for POOL-149, a regression
 introduced in version 1.5.">
     <action dev="markt" type="fix" issue="POOL-149" due-to="Shuyang Zhou">