You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2013/10/31 15:27:16 UTC

svn commit: r1537505 - in /commons/proper/pool/tags/POOL_2_0_RC2: ./ build.xml pom.xml

Author: markt
Date: Thu Oct 31 14:27:16 2013
New Revision: 1537505

URL: http://svn.apache.org/r1537505
Log:
Tagging Aopache Commons Pool 2.0 RC2

Added:
    commons/proper/pool/tags/POOL_2_0_RC2/
      - copied from r1537501, commons/proper/pool/trunk/
Modified:
    commons/proper/pool/tags/POOL_2_0_RC2/build.xml
    commons/proper/pool/tags/POOL_2_0_RC2/pom.xml

Modified: commons/proper/pool/tags/POOL_2_0_RC2/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_0_RC2/build.xml?rev=1537505&r1=1537501&r2=1537505&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_0_RC2/build.xml (original)
+++ commons/proper/pool/tags/POOL_2_0_RC2/build.xml Thu Oct 31 14:27:16 2013
@@ -40,7 +40,7 @@
 
       <property name="name" value="commons-pool2"/>
       <property name="title" value="Apache Commons Object Pooling Package"/>
-      <property name="version" value="2.0-SNAPSHOT"/>
+      <property name="version" value="2.0"/>
       <property name="package" value="org.apache.commons.pool2.*"/>
 
       <property name="src.dir" value="${basedir}/src"/>

Modified: commons/proper/pool/tags/POOL_2_0_RC2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_0_RC2/pom.xml?rev=1537505&r1=1537501&r2=1537505&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_0_RC2/pom.xml (original)
+++ commons/proper/pool/tags/POOL_2_0_RC2/pom.xml Thu Oct 31 14:27:16 2013
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>