You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/08 16:58:34 UTC

commons-dbcp git commit: The next version is called 2.5.0.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master bee7b35a2 -> 82bb2036d


The next version is called 2.5.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/82bb2036
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/82bb2036
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/82bb2036

Branch: refs/heads/master
Commit: 82bb2036d4df1eea106f4a0da212cf79d810ffb1
Parents: bee7b35
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Jul 8 10:58:31 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Jul 8 10:58:31 2018 -0600

----------------------------------------------------------------------
 README.md                       |  4 +--
 src/site/site.xml               |  1 +
 src/site/xdoc/download_dbcp.xml | 48 +++++++++++++++++++++++++++++-------
 3 files changed, 42 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/82bb2036/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2e68dff..2fc94b3 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons DBCP
 [![Build Status](https://travis-ci.org/apache/commons-dbcp.svg)](https://travis-ci.org/apache/commons-dbcp)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-dbcp/badge.svg)](https://coveralls.io/r/apache/commons-dbcp)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-dbcp2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-dbcp2/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-dbcp2/2.4.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-dbcp2/2.4.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-dbcp2/2.5.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-dbcp2/2.5.0)
 
 Apache Commons DBCP software implements Database Connection Pooling
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.4.0</version>
+  <version>2.5.0</version>
 </dependency>
 ```
 

http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/82bb2036/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 50755cb..be4122a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -35,6 +35,7 @@
         <item name="Javadoc&#xA0;2.2.0"     href="/api-2.2.0/index.html"/>
         <item name="Javadoc&#xA0;2.3.0"     href="/api-2.3.0/index.html"/>
         <item name="Javadoc&#xA0;2.4.0"     href="/api-2.4.0/index.html"/>
+        <item name="Javadoc&#xA0;2.5.0"     href="/api-2.5.0/index.html"/>
         <item name="Developers&#xA0;Guide"  href="/guide/index.html" collapse="true">
         <item name="JNDI&#xA0;Howto"        href="/guide/jndi-howto.html"/>
         <item name="Class&#xA0;Diagrams"    href="/guide/classdiagrams.html"/>

http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/82bb2036/src/site/xdoc/download_dbcp.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download_dbcp.xml b/src/site/xdoc/download_dbcp.xml
index 812a4c7..bed1390 100644
--- a/src/site/xdoc/download_dbcp.xml
+++ b/src/site/xdoc/download_dbcp.xml
@@ -111,7 +111,37 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons DBCP 2.4.0 for JDBC 4.1 (Java 7.0+)">
+    <section name="Apache Commons DBCP 2.5.0 for JDBC 4.2 on Java 8">
+      <subsection name="Binaries">
+        <table>
+          <tr>
+              <td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp2-2.5.0-bin.tar.gz">commons-dbcp2-2.5.0-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.5.0-bin.tar.gz.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.5.0-bin.tar.gz.asc">pgp</a></td>
+          </tr>
+          <tr>
+              <td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp2-2.5.0-bin.zip">commons-dbcp2-2.5.0-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.5.0-bin.zip.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.5.0-bin.zip.asc">pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+      <subsection name="Source">
+        <table>
+          <tr>
+              <td><a href="[preferred]/commons/dbcp/source/commons-dbcp2-2.5.0-src.tar.gz">commons-dbcp2-2.5.0-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.5.0-src.tar.gz.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.5.0-src.tar.gz.asc">pgp</a></td>
+          </tr>
+          <tr>
+              <td><a href="[preferred]/commons/dbcp/source/commons-dbcp2-2.5.0-src.zip">commons-dbcp2-2.5.0-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.5.0-src.zip.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.5.0-src.zip.asc">pgp</a></td>
+          </tr>
+        </table>
+      </subsection>
+    </section>
+    <section name="Apache Commons DBCP 2.4.0 for JDBC 4.1 on Java 7">
       <subsection name="Binaries">
         <table>
           <tr>
@@ -141,7 +171,7 @@ limitations under the License.
         </table>
       </subsection>
     </section>
-    <section name="Apache Commons DBCP 1.4 for JDBC 4 (Java 6.0)">
+    <section name="Apache Commons DBCP 1.4 for JDBC 4 on Java 6">
       <subsection name="Binaries">
         <table>
           <tr>
@@ -171,18 +201,18 @@ limitations under the License.
         </table>
       </subsection>
     </section>
-    <section name="Apache Commons DBCP 1.3 for JDBC 3 (Java 1.4 or 5)">
+    <section name="Apache Commons DBCP 1.3 for JDBC 3 on Java 1.4 or 5">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp-1.3-bin.tar.gz">commons-dbcp-1.3-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3-bin.tar.gz.sha1">sha1</a></td>
-              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp-1.3${commons.release.4.binary.suffix}.tar.gz">commons-dbcp-1.3${commons.release.4.binary.suffix}.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3${commons.release.4.binary.suffix}.tar.gz.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3${commons.release.4.binary.suffix}.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp-1.3-bin.zip">commons-dbcp-1.3-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3-bin.zip.sha1">sha1</a></td>
-              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp-1.3${commons.release.4.binary.suffix}.zip">commons-dbcp-1.3${commons.release.4.binary.suffix}.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3${commons.release.4.binary.suffix}.zip.sha1">sha1</a></td>
+              <td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3${commons.release.4.binary.suffix}.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>