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/21 05:13:21 UTC

svn commit: r1680723 - in /commons/proper/pool/trunk: pom.xml pool-RC.sh

Author: psteitz
Date: Thu May 21 03:13:20 2015
New Revision: 1680723

URL: http://svn.apache.org/r1680723
Log:
Update for 2.4 release.

Modified:
    commons/proper/pool/trunk/pom.xml
    commons/proper/pool/trunk/pool-RC.sh

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1680723&r1=1680722&r2=1680723&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Thu May 21 03:13:20 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>

Modified: commons/proper/pool/trunk/pool-RC.sh
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pool-RC.sh?rev=1680723&r1=1680722&r2=1680723&view=diff
==============================================================================
--- commons/proper/pool/trunk/pool-RC.sh (original)
+++ commons/proper/pool/trunk/pool-RC.sh Thu May 21 03:13:20 2015
@@ -28,7 +28,7 @@
 # $Revision$ $Date$
 # -----------------------------------------------------------------------------
 # Set script variables
-version=2.3
+version=2.4
 repo_path=~/.m2/repository/org/apache/commons/commons-pool2/${version}
 release_path=~/pool-rc  #checkout of https://dist.apache.org/repos/dist/dev/commons/pool
 #