Author: psteitz
Date: Mon Apr  4 05:55:00 2011
New Revision: 1088481

URL: http://svn.apache.org/viewvc?rev=1088481&view=rev
Log:
Updated to reflect 1.5.6 release.

Modified:
    commons/proper/pool/branches/POOL_1_X/build.xml
    commons/proper/pool/branches/POOL_1_X/doap_pool.rdf
    commons/proper/pool/branches/POOL_1_X/pom.xml
    commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml
    commons/proper/pool/branches/POOL_1_X/src/site/site.xml

Modified: commons/proper/pool/branches/POOL_1_X/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/build.xml?rev=1088481&r1=1088480&r2=1088481&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/build.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/build.xml Mon Apr  4 05:55:00 2011
@@ -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.6"/>
+      <property name="version" value="1.5.7-SNAPSHOT"/>
       <property name="package" value="org.apache.commons.pool.*"/>
 
       <property name="src.dir" value="${basedir}/src"/>

Modified: commons/proper/pool/branches/POOL_1_X/doap_pool.rdf
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/doap_pool.rdf?rev=1088481&r1=1088480&r2=1088481&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/doap_pool.rdf (original)
+++ commons/proper/pool/branches/POOL_1_X/doap_pool.rdf Mon Apr  4 05:55:00 2011
@@ -36,6 +36,11 @@
     <release>
       <Version>
         <name>commons-pool</name>
+        <created>2011-04-03</created>
+        <revision>1.5.6</revision>
+      </Version>
+      <Version>
+        <name>commons-pool</name>
         <created>2010-09-10</created>
         <revision>1.5.5</revision>
       </Version>

Modified: commons/proper/pool/branches/POOL_1_X/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pom.xml?rev=1088481&r1=1088480&r2=1088481&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/pom.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/pom.xml Mon Apr  4 05:55:00 2011
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
-  <version>1.5.6</version>
+  <version>1.5.7-SNAPSHOT</version>
   <name>Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>

Modified: commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml?rev=1088481&r1=1088480&r2=1088481&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml Mon Apr  4 
05:55:00 2011
@@ -20,7 +20,7 @@
     <title>Commons Pool Changes</title>
   </properties>
   <body>
-  <release version="1.5.6" date="TBD" description="This is a patch release, 
including bugfixes only.">
+  <release version="1.5.6" date="2011-04-03" description="This is a patch 
release, including bugfixes only.">
     <action dev="markt" type="fix" issue="POOL-179" due-to="Axel Grossmann">
       Correctly handle an InterruptedException when waiting for an object from
       the pool.

Modified: commons/proper/pool/branches/POOL_1_X/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/src/site/site.xml?rev=1088481&r1=1088480&r2=1088481&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/src/site/site.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/src/site/site.xml Mon Apr  4 05:55:00 
2011
@@ -28,7 +28,7 @@
             <item name="Javadoc (1.2 release)"         
href="http://commons.apache.org/pool/api-1.2/index.html"/>
             <item name="Javadoc (1.3 release)"         
href="http://commons.apache.org/pool/api-1.3/index.html"/>
             <item name="Javadoc (1.4 release)"         
href="http://commons.apache.org/pool/api-1.4/index.html"/>
-            <item name="Javadoc (1.5.5 release)"       
href="http://commons.apache.org/pool/api-1.5.5/index.html"/>
+            <item name="Javadoc (1.5.6 release)"       
href="http://commons.apache.org/pool/api-1.5.6/index.html"/>
             <item name="Developers&#xA0;Guide"         
href="/guide/index.html" collapse="true">
                 <item name="Class&#xA0;Diagrams"       
href="/guide/classdiagrams.html"/>
                 <item name="Sequence&#xA0;Diagrams"    
href="/guide/sequencediagrams.html"/>


Reply via email to