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/11/05 01:02:10 UTC

svn commit: r1538827 - in /commons/proper/pool/tags/POOL_2_0_RC4: ./ build.xml pom.xml

Author: markt
Date: Tue Nov  5 00:02:09 2013
New Revision: 1538827

URL: http://svn.apache.org/r1538827
Log:
Tagging Apache Commons Pool 2.0 RC4

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

Modified: commons/proper/pool/tags/POOL_2_0_RC4/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_0_RC4/build.xml?rev=1538827&r1=1538821&r2=1538827&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_0_RC4/build.xml (original)
+++ commons/proper/pool/tags/POOL_2_0_RC4/build.xml Tue Nov  5 00:02:09 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.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_RC4/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_0_RC4/pom.xml?rev=1538827&r1=1538821&r2=1538827&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_0_RC4/pom.xml (original)
+++ commons/proper/pool/tags/POOL_2_0_RC4/pom.xml Tue Nov  5 00:02:09 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>