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-pool.git
The following commit(s) were added to refs/heads/master by this push: new bceca56 Use HTTPS links to commons.apache.org. bceca56 is described below commit bceca562a152cea1c4f1cbb4adb63cf6f027f3de Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Jul 4 11:00:08 2019 -0400 Use HTTPS links to commons.apache.org. --- README.txt | 2 +- RELEASE-NOTES.txt | 16 ++++++++-------- pom.xml | 2 +- src/site/site.xml | 26 +++++++++++++------------- src/site/xdoc/downloads.xml | 4 ++-- src/site/xdoc/mail-lists.xml | 2 +- 6 files changed, 26 insertions(+), 26 deletions(-) diff --git a/README.txt b/README.txt index f9bc972..879e85b 100644 --- a/README.txt +++ b/README.txt @@ -1,2 +1,2 @@ -See http://commons.apache.org/pool/ for additional and +See https://commons.apache.org/pool/ for additional and up-to-date information on Apache Commons Pool. diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 59be68c..6087f71 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -30,9 +30,9 @@ o POOL-348: The commons-pool-evictor-thread should run as a Deamon. Thanks to J For complete information on Apache Commons Pool, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Pool website: -http://commons.apache.org/proper/commons-pool/ +https://commons.apache.org/proper/commons-pool/ -Download page: http://commons.apache.org/proper/commons-pool/download_pool.cgi +Download page: https://commons.apache.org/proper/commons-pool/download_pool.cgi ----------------------------------------------------------------------------------------------- @@ -79,9 +79,9 @@ o POOL-360: Update optional library cglib from 3.2.9 to 3.2.10. For complete information on Apache Commons Pool, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Pool website: -http://commons.apache.org/proper/commons-pool/ +https://commons.apache.org/proper/commons-pool/ -Download page: http://commons.apache.org/proper/commons-pool/download_pool.cgi +Download page: https://commons.apache.org/proper/commons-pool/download_pool.cgi ----------------------------------------------------------------------------------------------- @@ -133,7 +133,7 @@ The value should not change from one run to the next. For complete information on Apache Commons Pool, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Pool website: -http://commons.apache.org/proper/commons-pool/ +https://commons.apache.org/proper/commons-pool/ Download page: https://commons.apache.org/proper/commons-pool/download_pool.cgi @@ -178,7 +178,7 @@ o POOL-334: org.apache.commons.pool2.impl.ThrowableCallStack.Snapshot is missin For complete information on Apache Commons Pool, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Pool website: -http://commons.apache.org/proper/commons-pool/ +https://commons.apache.org/proper/commons-pool/ ----------------------------------------------------------------------------------------------- @@ -237,7 +237,7 @@ o POOL-323: Update optional OW2 ASM from 5.0.4 to 5.2. For complete information on Apache Commons Pool, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Pool website: -http://commons.apache.org/proper/commons-pool/ +https://commons.apache.org/proper/commons-pool/ ----------------------------------------------------------------------------------------------- @@ -276,6 +276,6 @@ o POOL-300: Added PrintWriter flush to DefaultPooledObject's printStackTrace me For complete information on Apache Commons Pool, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Pool website: -http://commons.apache.org/proper/commons-pool/ +https://commons.apache.org/proper/commons-pool/ diff --git a/pom.xml b/pom.xml index f51d910..e00f805 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ <inceptionYear>2001</inceptionYear> <description>The Apache Commons Object Pooling Library.</description> - <url>http://commons.apache.org/proper/commons-pool/</url> + <url>https://commons.apache.org/proper/commons-pool/</url> <issueManagement> <system>jira</system> diff --git a/src/site/site.xml b/src/site/site.xml index 892c1d7..e0acd24 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -25,19 +25,19 @@ <body> <menu name="Pool"> <item name="Overview" href="/index.html"/> - <item name="Javadoc 1.5.7" href="http://commons.apache.org/proper/commons-pool/api-1.5.7/index.html"/> - <item name="Javadoc 1.6" href="http://commons.apache.org/proper/commons-pool/api-1.6/index.html"/> - <item name="Javadoc 2.0" href="http://commons.apache.org/proper/commons-pool/api-2.0/index.html"/> - <item name="Javadoc 2.1" href="http://commons.apache.org/proper/commons-pool/api-2.1/index.html"/> - <item name="Javadoc 2.2" href="http://commons.apache.org/proper/commons-pool/api-2.2/index.html"/> - <item name="Javadoc 2.3" href="http://commons.apache.org/proper/commons-pool/api-2.3/index.html"/> - <item name="Javadoc 2.4.1" href="http://commons.apache.org/proper/commons-pool/api-2.4.1/index.html"/> - <item name="Javadoc 2.4.2" href="http://commons.apache.org/proper/commons-pool/api-2.4.2/index.html"/> - <item name="Javadoc 2.4.3" href="http://commons.apache.org/proper/commons-pool/api-2.4.3/index.html"/> - <item name="Javadoc 2.5.0" href="http://commons.apache.org/proper/commons-pool/api-2.5.0/index.html"/> - <item name="Javadoc 2.6.0" href="http://commons.apache.org/proper/commons-pool/api-2.6.0/index.html"/> - <item name="Javadoc 2.6.1" href="http://commons.apache.org/proper/commons-pool/api-2.6.1/index.html"/> - <item name="Javadoc 2.6.2" href="http://commons.apache.org/proper/commons-pool/api-2.6.2/index.html"/> + <item name="Javadoc 1.5.7" href="https://commons.apache.org/proper/commons-pool/api-1.5.7/index.html"/> + <item name="Javadoc 1.6" href="https://commons.apache.org/proper/commons-pool/api-1.6/index.html"/> + <item name="Javadoc 2.0" href="https://commons.apache.org/proper/commons-pool/api-2.0/index.html"/> + <item name="Javadoc 2.1" href="https://commons.apache.org/proper/commons-pool/api-2.1/index.html"/> + <item name="Javadoc 2.2" href="https://commons.apache.org/proper/commons-pool/api-2.2/index.html"/> + <item name="Javadoc 2.3" href="https://commons.apache.org/proper/commons-pool/api-2.3/index.html"/> + <item name="Javadoc 2.4.1" href="https://commons.apache.org/proper/commons-pool/api-2.4.1/index.html"/> + <item name="Javadoc 2.4.2" href="https://commons.apache.org/proper/commons-pool/api-2.4.2/index.html"/> + <item name="Javadoc 2.4.3" href="https://commons.apache.org/proper/commons-pool/api-2.4.3/index.html"/> + <item name="Javadoc 2.5.0" href="https://commons.apache.org/proper/commons-pool/api-2.5.0/index.html"/> + <item name="Javadoc 2.6.0" href="https://commons.apache.org/proper/commons-pool/api-2.6.0/index.html"/> + <item name="Javadoc 2.6.1" href="https://commons.apache.org/proper/commons-pool/api-2.6.1/index.html"/> + <item name="Javadoc 2.6.2" href="https://commons.apache.org/proper/commons-pool/api-2.6.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"/> diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml index 4707f36..d2cf43b 100644 --- a/src/site/xdoc/downloads.xml +++ b/src/site/xdoc/downloads.xml @@ -26,7 +26,7 @@ <section name="Releases"> <p> The latest release binary and source releases are always available on the - <a href="http://commons.apache.org/pool/download_pool.cgi"> + <a href="https://commons.apache.org/pool/download_pool.cgi"> Apache Commons Pool Downloads page</a>. </p> <ul> @@ -47,7 +47,7 @@ </li> <li> Version 1.2 depends at runtime on - <a href="http://commons.apache.org/collections/">commons-collections</a>. + <a href="https://commons.apache.org/collections/">commons-collections</a>. </li> </ul> <p> diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index c978810..beebaed 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 Pool</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: