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 2013/12/26 22:12:47 UTC

svn commit: r1553588 - in /commons/proper/pool/tags/POOL_2_1_RC2: ./ RELEASE-NOTES.txt build.xml pom.xml

Author: psteitz
Date: Thu Dec 26 21:12:47 2013
New Revision: 1553588

URL: http://svn.apache.org/r1553588
Log:
Tagged 2.1 RC2.

Added:
    commons/proper/pool/tags/POOL_2_1_RC2/
      - copied from r1553570, commons/proper/pool/trunk/
    commons/proper/pool/tags/POOL_2_1_RC2/RELEASE-NOTES.txt
      - copied unchanged from r1553587, commons/proper/pool/trunk/RELEASE-NOTES.txt
    commons/proper/pool/tags/POOL_2_1_RC2/build.xml
      - copied, changed from r1553583, commons/proper/pool/trunk/build.xml
Modified:
    commons/proper/pool/tags/POOL_2_1_RC2/pom.xml

Copied: commons/proper/pool/tags/POOL_2_1_RC2/build.xml (from r1553583, commons/proper/pool/trunk/build.xml)
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_1_RC2/build.xml?p2=commons/proper/pool/tags/POOL_2_1_RC2/build.xml&p1=commons/proper/pool/trunk/build.xml&r1=1553583&r2=1553588&rev=1553588&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/tags/POOL_2_1_RC2/build.xml Thu Dec 26 21:12:47 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.1-SNAPSHOT"/>
+      <property name="version" value="2.1"/>
       <property name="package" value="org.apache.commons.pool2.*"/>
 
       <property name="src.dir" value="${basedir}/src"/>

Modified: commons/proper/pool/tags/POOL_2_1_RC2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_1_RC2/pom.xml?rev=1553588&r1=1553570&r2=1553588&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_1_RC2/pom.xml (original)
+++ commons/proper/pool/tags/POOL_2_1_RC2/pom.xml Thu Dec 26 21:12:47 2013
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>