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/08/02 02:28:34 UTC

svn commit: r1693782 - in /commons/proper/pool/trunk: build.xml doap_pool.rdf pom.xml src/changes/changes.xml src/site/site.xml

Author: psteitz
Date: Sun Aug  2 00:28:34 2015
New Revision: 1693782

URL: http://svn.apache.org/r1693782
Log:
Update to reflect 2.4.2 release.

Modified:
    commons/proper/pool/trunk/build.xml
    commons/proper/pool/trunk/doap_pool.rdf
    commons/proper/pool/trunk/pom.xml
    commons/proper/pool/trunk/src/changes/changes.xml
    commons/proper/pool/trunk/src/site/site.xml

Modified: commons/proper/pool/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1693782&r1=1693781&r2=1693782&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Sun Aug  2 00:28:34 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.5-SNAPSHOT"/>
+      <property name="version" value="2.4.3-SNAPSHOT"/>
       <property name="package" value="org.apache.commons.pool2.*"/>
 
       <property name="src.dir" value="${basedir}/src"/>

Modified: commons/proper/pool/trunk/doap_pool.rdf
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/doap_pool.rdf?rev=1693782&r1=1693781&r2=1693782&view=diff
==============================================================================
--- commons/proper/pool/trunk/doap_pool.rdf (original)
+++ commons/proper/pool/trunk/doap_pool.rdf Sun Aug  2 00:28:34 2015
@@ -36,6 +36,13 @@
     <release>
       <Version>
         <name>commons-pool</name>
+        <created>2015-08-01</created>
+        <revision>2.4.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-pool</name>
         <created>2015-05-30</created>
         <revision>2.4.1</revision>
       </Version>

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1693782&r1=1693781&r2=1693782&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sun Aug  2 00:28:34 2015
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.4.3-SNAPSHOT</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.4</commons.release.version>
+    <commons.release.version>2.4.2</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/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=1693782&r1=1693781&r2=1693782&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Sun Aug  2 00:28:34 2015
@@ -43,7 +43,9 @@ The <action> type attribute can be add,u
     <title>Apache Commons Pool Changes</title>
   </properties>
   <body>
-  <release version="2.4.2" date="TBD" description=
+  <release version="2.4.3" date="TBD" description="TBD">
+  </release>
+  <release version="2.4.2" date="2015-08-01" description=
  "This is a patch release, including bug fixes only.">
     <action dev="psteitz" issue="POOL-298" type="fix">
       Changed default jmxNameBase in BaseObjectPoolConfig to the correct (null)

Modified: commons/proper/pool/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/site/site.xml?rev=1693782&r1=1693781&r2=1693782&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/site/site.xml (original)
+++ commons/proper/pool/trunk/src/site/site.xml Sun Aug  2 00:28:34 2015
@@ -32,6 +32,7 @@
             <item name="Javadoc (2.2 release)"         href="http://commons.apache.org/proper/commons-pool/api-2.2/index.html"/>
             <item name="Javadoc (2.3 release)"         href="http://commons.apache.org/proper/commons-pool/api-2.3/index.html"/>
             <item name="Javadoc (2.4.1 release)"       href="http://commons.apache.org/proper/commons-pool/api-2.4.1/index.html"/>
+            <item name="Javadoc (2.4.2 release)"       href="http://commons.apache.org/proper/commons-pool/api-2.4.2/index.html"/>
             <item name="Examples"                      href="/examples.html"/>
             <item name="Downloads"                     href="/download_pool.cgi"/>
             <item name="Wiki"                          href="http://wiki.apache.org/commons/Pool"/>