Skip to content

Commit

Permalink
Prepare for releasing 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 10, 2018
1 parent a3e1e88 commit 9f4ecec
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -107,7 +107,7 @@ Additional Resources
+ [Apache Commons DBCP JIRA project page][jira]
+ [Contributor License Agreement][cla]
+ [General GitHub documentation](https://help.github.com/)
+ [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
+ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
+ `#apache-commons` IRC channel on `irc.freenode.net`

Expand Down
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -43,31 +43,31 @@
Apache Commons DBCP
===================

[![Build Status](https://travis-ci.org/apache/commons-dbcp2.svg)](https://travis-ci.org/apache/commons-dbcp2)
[![Coverage Status](https://coveralls.io/repos/apache/commons-dbcp2/badge.svg)](https://coveralls.io/r/apache/commons-dbcp2)
[![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.3.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-dbcp2/2.3.0)
[![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)

Apache Commons DBCP software implements Database Connection Pooling
${project.description}

Documentation
-------------

More information can be found on the [Apache Commons DBCP homepage](https://commons.apache.org/proper/commons-dbcp2).
The [Javadoc](https://commons.apache.org/proper/commons-dbcp2/javadocs/api-release) can be browsed.
More information can be found on the [Apache Commons DBCP homepage](https://commons.apache.org/proper/commons-dbcp).
The [Javadoc](https://commons.apache.org/proper/commons-dbcp/javadocs/api-release) can be browsed.
Questions related to the usage of Apache Commons DBCP should be posted to the [user mailing list][ml].

Where can I get the latest release?
-----------------------------------
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-dbcp2/download_dbcp2.cgi).
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi).

Alternatively you can pull it from the central Maven repositories:

```xml
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>
```

Expand Down
12 changes: 8 additions & 4 deletions pom.xml
Expand Up @@ -258,12 +258,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/dbcp/</commons.distSvnStagingUrl>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.componentid>dbcp2</commons.componentid>
<commons.componentid>dbcp</commons.componentid>
<commons.rc.version>RC1</commons.rc.version>
<commons.module.name>org.apache.commons.dbcp2</commons.module.name>
<commons.release.version>2.3.0</commons.release.version>
<commons.release.version>2.4.0</commons.release.version>
<commons.release.desc>for JDBC 4.1 (Java 7.0+)</commons.release.desc>
<commons.release.2.version>1.4</commons.release.2.version>
<commons.release.2.desc>for JDBC 4 (Java 6.0)</commons.release.2.desc>
Expand All @@ -285,6 +283,12 @@
<!-- See DBCP-445 and DBCP-454 -->
<commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
<commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
<!-- Commons Release Plugin -->
<commons.bc.version>2.3.0</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
<commons.releaseManagerKey>2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB</commons.releaseManagerKey>
</properties>

<build>
Expand Down
26 changes: 13 additions & 13 deletions src/site/xdoc/download_dbcp.xml
Expand Up @@ -111,32 +111,32 @@ limitations under the License.
</p>
</subsection>
</section>
<section name="Apache Commons DBCP 2.3.0 for JDBC 4.1 (Java 7.0+)">
<section name="Apache Commons DBCP 2.4.0 for JDBC 4.1 (Java 7.0+)">
<subsection name="Binaries">
<table>
<tr>
<td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz">commons-dbcp2-2.3.0-bin.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp2-2.4.0-bin.tar.gz">commons-dbcp2-2.4.0-bin.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.4.0-bin.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.4.0-bin.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip">commons-dbcp2-2.3.0-bin.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.3.0-bin.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/dbcp/binaries/commons-dbcp2-2.4.0-bin.zip">commons-dbcp2-2.4.0-bin.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.4.0-bin.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/binaries/commons-dbcp2-2.4.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.3.0-src.tar.gz">commons-dbcp2-2.3.0-src.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.3.0-src.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/dbcp/source/commons-dbcp2-2.4.0-src.tar.gz">commons-dbcp2-2.4.0-src.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.4.0-src.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.4.0-src.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip">commons-dbcp2-2.3.0-src.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.3.0-src.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/dbcp/source/commons-dbcp2-2.4.0-src.zip">commons-dbcp2-2.4.0-src.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.4.0-src.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/dbcp/source/commons-dbcp2-2.4.0-src.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
Expand Down
8 changes: 4 additions & 4 deletions src/site/xdoc/mail-lists.xml
Expand Up @@ -54,7 +54,7 @@ limitations under the License.
the convention in Commons is to prefix the subject line of messages with the component's name,
for example:
<ul>
<li>[dbcp2] Problem with the ...</li>
<li>[dbcp] Problem with the ...</li>
</ul>
</p>
<p>
Expand All @@ -79,7 +79,7 @@ limitations under the License.
<section name="Apache Commons DBCP Mailing Lists">
<p>
<strong>Please prefix the subject line of any messages for <a href="index.html">Apache Commons DBCP</a>
with <i>[dbcp2]</i></strong> - <i>thanks!</i>
with <i>[dbcp]</i></strong> - <i>thanks!</i>
<br />
<br />
</p>
Expand All @@ -104,7 +104,7 @@ limitations under the License.
</td>
<td><a href="mailto:user-subscribe@commons.apache.org">Subscribe</a></td>
<td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
<td><a href="mailto:user@commons.apache.org?subject=[dbcp2]">Post</a></td>
<td><a href="mailto:user@commons.apache.org?subject=[dbcp]">Post</a></td>
<td><a href="http://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
<td><a href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
<a href="http://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
Expand All @@ -122,7 +122,7 @@ limitations under the License.
</td>
<td><a href="mailto:dev-subscribe@commons.apache.org">Subscribe</a></td>
<td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
<td><a href="mailto:dev@commons.apache.org?subject=[dbcp2]">Post</a></td>
<td><a href="mailto:dev@commons.apache.org?subject=[dbcp]">Post</a></td>
<td><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
<td><a href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
<a href="http://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
Expand Down

0 comments on commit 9f4ecec

Please sign in to comment.