This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
commit 4e77a03266f846b04ada5116509dfe9452aa5819 Author: Mark Thomas <[email protected]> AuthorDate: Wed Sep 25 13:55:21 2019 +0100 Update generated pages --- README.md | 4 ++-- src/site/xdoc/download_daemon.xml | 28 ++++++++++++------------ src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/mail-lists.xml | 46 +++++++++++++++++++-------------------- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 3e87c68..3693fba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Apache Commons Daemon [](https://travis-ci.org/apache/commons-daemon) [](https://coveralls.io/r/apache/commons-daemon) [](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/) -[](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.1) +[](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.2) Apache Commons Daemon software is a set of utilities and Java support classes for running Java applications as server processes. These are @@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> - <version>1.2.1</version> + <version>1.2.2</version> </dependency> ``` diff --git a/src/site/xdoc/download_daemon.xml b/src/site/xdoc/download_daemon.xml index d610c79..e7944c7 100644 --- a/src/site/xdoc/download_daemon.xml +++ b/src/site/xdoc/download_daemon.xml @@ -66,7 +66,7 @@ limitations under the License. <subsection name="Using a Mirror"> <p> We recommend you use a mirror to download our release - builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of + builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of the downloaded files using signatures downloaded from our main distribution directories. Recent releases (48 hours) may not yet be available from all the mirrors. @@ -113,32 +113,32 @@ limitations under the License. </p> </subsection> </section> - <section name="Apache Commons Daemon 1.2.1 "> + <section name="Apache Commons Daemon 1.2.2 "> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz">commons-daemon-1.2.1-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.1-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz">commons-daemon-1.2.2-bin.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz.sha512">sha512</a></td> + <td><a href="https://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip">commons-daemon-1.2.1-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.1-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/daemon/binaries/commons-daemon-1.2.2-bin.zip">commons-daemon-1.2.2-bin.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.2-bin.zip.sha512">sha512</a></td> + <td><a href="https://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.2-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz">commons-daemon-1.2.1-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/daemon/source/commons-daemon-1.2.1-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/daemon/source/commons-daemon-1.2.2-src.tar.gz">commons-daemon-1.2.2-src.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/daemon/source/commons-daemon-1.2.2-src.tar.gz.sha512">sha512</a></td> + <td><a href="https://www.apache.org/dist/commons/daemon/source/commons-daemon-1.2.2-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/daemon/source/commons-daemon-1.2.1-src.zip">commons-daemon-1.2.1-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/daemon/source/commons-daemon-1.2.1-src.zip.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/daemon/source/commons-daemon-1.2.1-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/daemon/source/commons-daemon-1.2.2-src.zip">commons-daemon-1.2.2-src.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/daemon/source/commons-daemon-1.2.2-src.zip.sha512">sha512</a></td> + <td><a href="https://www.apache.org/dist/commons/daemon/source/commons-daemon-1.2.2-src.zip.asc">pgp</a></td> </tr> </table> </subsection> diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index 7abc83d..9debeb8 100644 --- a/src/site/xdoc/issue-tracking.xml +++ b/src/site/xdoc/issue-tracking.xml @@ -86,7 +86,7 @@ limitations under the License. <p> For more information on subversion and creating patches see the - <a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>. + <a href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>. </p> <p> diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index 91dbaec..ae13876 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 Daemon</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: @@ -59,9 +59,9 @@ limitations under the License. </p> <p> Questions related to the usage of Apache Commons Daemon should be posted to the - <a href="http://mail-archives.apache.org/mod_mbox/commons-user/">User List</a>. + <a href="https://mail-archives.apache.org/mod_mbox/commons-user/">User List</a>. <br /> - The <a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Developer List</a> + The <a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">Developer List</a> is for questions and discussion related to the development of Apache Commons Daemon. <br /> Please do not cross-post; developers are also subscribed to the user list. @@ -105,10 +105,10 @@ limitations under the License. <td><a href="mailto:[email protected]">Subscribe</a></td> <td><a href="mailto:[email protected]">Unsubscribe</a></td> <td><a href="mailto:[email protected]?subject=[daemon]">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/[email protected]/">www.mail-archive.com</a><br /> - <a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td> + <td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br /> + <a href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a><br /> + <a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> </td> </tr> @@ -123,10 +123,10 @@ limitations under the License. <td><a href="mailto:[email protected]">Subscribe</a></td> <td><a href="mailto:[email protected]">Unsubscribe</a></td> <td><a href="mailto:[email protected]?subject=[daemon]">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/[email protected]/">www.mail-archive.com</a><br /> - <a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td> + <td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br /> + <a href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a><br /> + <a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> </td> </tr> @@ -141,9 +141,9 @@ limitations under the License. <td><a href="mailto:[email protected]">Subscribe</a></td> <td><a href="mailto:[email protected]">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a href="http://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td> - <td><a href="http://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br /> - <a href="http://www.mail-archive.com/[email protected]/">www.mail-archive.com</a> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td> + <td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br /> + <a href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a> </td> </tr> @@ -152,15 +152,15 @@ limitations under the License. <td> <strong>Commons Commits List</strong> <br /><br /> - Only for e-mails automatically generated by the <a href="source-repository.html">source control</a> sytem. + Only for e-mails automatically generated by the <a href="scm.html">source control</a> sytem. <br /><br /> </td> <td><a href="mailto:[email protected]">Subscribe</a></td> <td><a href="mailto:[email protected]">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a href="http://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td> - <td><a href="http://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br /> - <a href="http://www.mail-archive.com/[email protected]/">www.mail-archive.com</a> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td> + <td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br /> + <a href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a> </td> </tr> @@ -191,11 +191,11 @@ limitations under the License. <td><a class="externalLink" href="mailto:[email protected]">Subscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td> - <td><a class="externalLink" href="http://markmail.org/list/org.apache.announce/">markmail.org</a><br /> - <a class="externalLink" href="http://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br /> - <a class="externalLink" href="http://www.mail-archive.com/[email protected]/">www.mail-archive.com</a><br /> - <a class="externalLink" href="http://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a> + <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td> + <td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br /> + <a class="externalLink" href="https://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br /> + <a class="externalLink" href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a><br /> + <a class="externalLink" href="https://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a> </td> </tr> </table>
