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 2014/12/23 02:32:05 UTC

svn commit: r1647463 - in /commons/proper/pool/tags/POOL_2_3_RC1: ./ RELEASE-NOTES.txt build.xml pom.xml pool-RC.sh pool-pre-RC.sh src/changes/changes.xml src/site/xdoc/download_pool.xml

Author: psteitz
Date: Tue Dec 23 01:32:05 2014
New Revision: 1647463

URL: http://svn.apache.org/r1647463
Log:
Tagging 2.3 RC1.

Added:
    commons/proper/pool/tags/POOL_2_3_RC1/
      - copied from r1647442, commons/proper/pool/trunk/
    commons/proper/pool/tags/POOL_2_3_RC1/RELEASE-NOTES.txt
      - copied unchanged from r1647449, commons/proper/pool/trunk/RELEASE-NOTES.txt
    commons/proper/pool/tags/POOL_2_3_RC1/build.xml
      - copied, changed from r1647457, commons/proper/pool/trunk/build.xml
    commons/proper/pool/tags/POOL_2_3_RC1/pool-RC.sh
      - copied unchanged from r1647450, commons/proper/pool/trunk/pool-RC.sh
    commons/proper/pool/tags/POOL_2_3_RC1/pool-pre-RC.sh
      - copied unchanged from r1647450, commons/proper/pool/trunk/pool-pre-RC.sh
    commons/proper/pool/tags/POOL_2_3_RC1/src/changes/changes.xml
      - copied unchanged from r1647447, commons/proper/pool/trunk/src/changes/changes.xml
    commons/proper/pool/tags/POOL_2_3_RC1/src/site/xdoc/download_pool.xml
      - copied unchanged from r1647450, commons/proper/pool/trunk/src/site/xdoc/download_pool.xml
Modified:
    commons/proper/pool/tags/POOL_2_3_RC1/pom.xml

Copied: commons/proper/pool/tags/POOL_2_3_RC1/build.xml (from r1647457, commons/proper/pool/trunk/build.xml)
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_3_RC1/build.xml?p2=commons/proper/pool/tags/POOL_2_3_RC1/build.xml&p1=commons/proper/pool/trunk/build.xml&r1=1647457&r2=1647463&rev=1647463&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/tags/POOL_2_3_RC1/build.xml Tue Dec 23 01:32:05 2014
@@ -41,7 +41,7 @@
 
       <property name="name" value="commons-pool2"/>
       <property name="title" value="Apache Commons Object Pooling Package"/>
-      <property name="version" value="2.3-SNAPSHOT"/>
+      <property name="version" value="2.3"/>
       <property name="package" value="org.apache.commons.pool2.*"/>
 
       <property name="src.dir" value="${basedir}/src"/>

Modified: commons/proper/pool/tags/POOL_2_3_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/tags/POOL_2_3_RC1/pom.xml?rev=1647463&r1=1647442&r2=1647463&view=diff
==============================================================================
--- commons/proper/pool/tags/POOL_2_3_RC1/pom.xml (original)
+++ commons/proper/pool/tags/POOL_2_3_RC1/pom.xml Tue Dec 23 01:32:05 2014
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
-  <version>2.3-SNAPSHOT</version>
+  <version>2.3</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.2</commons.release.version>
+    <commons.release.version>2.3</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>