This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new bf3bb14 Use HTTPS links to Apache.
bf3bb14 is described below
commit bf3bb148c93862a1425a977ad2f71ff04571c43a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 4 10:14:23 2019 -0400
Use HTTPS links to Apache.
---
README.txt | 4 ++--
RELEASE-NOTES.txt | 28 ++++++++++++++--------------
pom.xml | 6 +++---
src/site/site.xml | 2 +-
src/site/xdoc/mail-lists.xml | 2 +-
src/site/xdoc/release-notes-1.1.xml | 2 +-
6 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/README.txt b/README.txt
index c839d99..8a56b83 100644
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,7 @@ Apache Commons DBCP
===========================
Welcome to the DBCP component of the Apache Commons
-project (http://commons.apache.org).
+project (https://commons.apache.org).
DBCP version 2.5.0 requires JDK 1.8.
@@ -11,6 +11,6 @@ Locations of dependent jars for the Ant build need to be
specified in
build.properties. There is a build.properties.sample file included in the
source distribution.
-See http://commons.apache.org/dbcp/ for additional and
+See https://commons.apache.org/dbcp/ for additional and
up-to-date information on Commons DBCP.
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 85ab853..fb93d4d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -31,9 +31,9 @@ o DBCP-537: Update Apache Commons Pool from 2.6.0 to 2.6.1.
Thanks to Gary Greg
For complete information on Apache Commons DBCP, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons DBCP
website:
-http://commons.apache.org/dbcp/
+https://commons.apache.org/dbcp/
-Download page: http://commons.apache.org/dbcp/download_dbcp.cgi
+Download page: https://commons.apache.org/dbcp/download_dbcp.cgi
-----------------------------------------------------------------------------
@@ -70,13 +70,13 @@ Note that Clirr incorrectly reports one binary incompatible
change because it is
For complete information on Apache Commons DBCP, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons DBCP
website:
-http://commons.apache.org/dbcp/
+https://commons.apache.org/dbcp/
-Download from http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
+Download from https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
-----------------------------------------------------------------------------
-Download page: http://commons.apache.org/dbcp/download_dbcp.cgi
+Download page: https://commons.apache.org/dbcp/download_dbcp.cgi
Apache Apache Commons DBCP
Version 2.4.0
@@ -86,7 +86,7 @@ The Apache Commons DBCP team is pleased to announce the
release of Apache Apache
Apache Commons DBCP software implements Database Connection Pooling.
-This is a minor release, including bug fixes and enhancements, which you can
download from http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
+This is a minor release, including bug fixes and enhancements, which you can
download from https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
Changes in this version include:
@@ -112,9 +112,9 @@ o DBCP-503:
org.apache.commons.dbcp2.datasources.InstanceKeyDataSourceFactory.c
For complete information on Apache Commons DBCP, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons DBCP
website:
-http://commons.apache.org/dbcp/
+https://commons.apache.org/dbcp/
-Download from http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
+Download from https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
-----------------------------------------------------------------------------
@@ -145,9 +145,9 @@ o DBCP-490: The method
org.apache.commons.dbcp2.PoolingDriver.getConnectionPool
For complete information on Apache Commons DBCP, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons DBCP
website:
-http://commons.apache.org/dbcp/
+https://commons.apache.org/dbcp/
-Download from http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
+Download from https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
-----------------------------------------------------------------------------
@@ -209,9 +209,9 @@ o DBCP-457: When using a BasicDataSource, pass changes
related to the handling
For complete information on Apache Commons DBCP, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons DBCP
website:
-http://commons.apache.org/dbcp/
+https://commons.apache.org/dbcp/
-Download from http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
+Download from https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
-----------------------------------------------------------------------------
@@ -244,6 +244,6 @@ o Updated pool version to 2.4.2. The fix for
POOL-300 may cause DBCP
For complete information on Apache Commons DBCP, including instructions on how
to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons DBCP
website:
-http://commons.apache.org/dbcp/
+https://commons.apache.org/dbcp/
-Download from http://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
+Download from https://commons.apache.org/proper/commons-dbcp/download_dbcp.cgi
diff --git a/pom.xml b/pom.xml
index ce88271..25ed257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<inceptionYear>2001</inceptionYear>
<description>Apache Commons DBCP software implements Database Connection
Pooling</description>
- <url>http://commons.apache.org/dbcp/</url>
+ <url>https://commons.apache.org/dbcp/</url>
<distributionManagement>
<!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
@@ -400,7 +400,7 @@
<configuration>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
-
<link>http://commons.apache.org/proper/commons-pool/api-${commons.pool.version}</link>
+
<link>https://commons.apache.org/proper/commons-pool/api-${commons.pool.version}</link>
<link>http://docs.oracle.com/javaee/7/api/</link>
</links>
</configuration>
@@ -457,7 +457,7 @@
<configuration>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
-
<link>http://commons.apache.org/proper/commons-pool/api-${commons.pool.version}</link>
+
<link>https://commons.apache.org/proper/commons-pool/api-${commons.pool.version}</link>
<link>http://docs.oracle.com/javaee/7/api/</link>
</links>
</configuration>
diff --git a/src/site/site.xml b/src/site/site.xml
index b3d24bd..d5dc330 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!DOCTYPE org.apache.commons.menus SYSTEM
'http://commons.apache.org/build/maven-build.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM
'https://commons.apache.org/build/maven-build.dtd'>
<project name="DBCP">
<bannerRight>
<name>Commons DBCP</name>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 289edf2..9a357fe 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -49,7 +49,7 @@ limitations under the License.
<section name="Overview">
<p>
<a href="index.html">Apache Commons DBCP</a> shares mailing lists with
all the other
- <a href="http://commons.apache.org/components.html">Commons
Components</a>.
+ <a href="https://commons.apache.org/components.html">Commons
Components</a>.
To make it easier for people to only read messages related to
components they are interested in,
the convention in Commons is to prefix the subject line of messages
with the component's name,
for example:
diff --git a/src/site/xdoc/release-notes-1.1.xml
b/src/site/xdoc/release-notes-1.1.xml
index 5ddd0ea..bda3329 100644
--- a/src/site/xdoc/release-notes-1.1.xml
+++ b/src/site/xdoc/release-notes-1.1.xml
@@ -138,7 +138,7 @@ There were a lot changes since the 1.0 release on 12 Aug
2002.
<table>
<tr><th>ID</th><th>Date</th><th>Sev</th><th>State</th><th>Summary</th></tr>
<tr><td><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=22776">22776</a></td><td>2003-09-30</td><td>Nor</td><td>FIXE</td><td>DBCP
should not be writing messages to stderr or stdout (removed unneeded logging
in AbandonedObjectPool)</td></tr>
-<tr><td><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=23491">23491</a></td><td>2003-10-13</td><td>Cri</td><td>FIXE</td><td>Can't
configure PerUserPoolDataSource for use with tomcat, <a
href="http://commons.apache.org/dbcp/apidocs/org/apache/commons/dbcp/datasources/package-summary.html">more...</a></td></tr>
+<tr><td><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=23491">23491</a></td><td>2003-10-13</td><td>Cri</td><td>FIXE</td><td>Can't
configure PerUserPoolDataSource for use with tomcat, <a
href="https://commons.apache.org/dbcp/apidocs/org/apache/commons/dbcp/datasources/package-summary.html">more...</a></td></tr>
</table>
</li>
<br/>