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 2015/05/22 01:20:25 UTC

svn commit: r1680963 - in /commons/proper/pool/tags/POOL_2_4_RC1: ./ build.xml pom.xml

Author: psteitz
Date: Thu May 21 23:20:25 2015
New Revision: 1680963

URL: http://svn.apache.org/r1680963
Log:
Tagging pool 2.4-RC1.

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

Modified: commons/proper/pool/tags/POOL_2_4_RC1/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_4_RC1/build.xml?rev=1680963&r1=1680962&r2=1680963&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_4_RC1/build.xml (original)
+++ commons/proper/pool/tags/POOL_2_4_RC1/build.xml Thu May 21 23:20:25 2015
@@ -42,7 +42,7 @@
 
       <property name="name" value="commons-pool2"/>
       <property name="title" value="Apache Commons Object Pooling Package"/>
-      <property name="version" value="2.4-SNAPSHOT"/>
+      <property name="version" value="2.4"/>
       <property name="package" value="org.apache.commons.pool2.*"/>
 
       <property name="src.dir" value="${basedir}/src"/>

Modified: commons/proper/pool/tags/POOL_2_4_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_4_RC1/pom.xml?rev=1680963&r1=1680962&r2=1680963&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_4_RC1/pom.xml (original)
+++ commons/proper/pool/tags/POOL_2_4_RC1/pom.xml Thu May 21 23:20:25 2015
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.4</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -150,7 +150,7 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
     <commons.componentid>pool2</commons.componentid>
-    <commons.release.version>2.3</commons.release.version>
+    <commons.release.version>2.4</commons.release.version>
     <commons.release.desc>(Java 6.0+)</commons.release.desc>
     <commons.release.2.version>1.6</commons.release.2.version>
     <commons.release.2.desc>(Java 5.0+)</commons.release.2.desc>