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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new ddaa2e1 Use HTTPS to access Apache resources. ddaa2e1 is described below commit ddaa2e1f207418f9cd44f8fa62caf3c27c431c4d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 6 21:08:32 2019 -0400 Use HTTPS to access Apache resources. --- src/main/resources/commons-xdoc-templates/notice-txt-template.txt | 2 +- .../commons-xdoc-templates/sandbox-issue-tracking-template.xml | 2 +- src/site/site.xml | 4 ++-- src/site/xdoc/all-sandbox.xml | 4 ++-- src/site/xdoc/all.xml | 4 ++-- src/site/xdoc/contributing-md.xml | 6 +++--- src/site/xdoc/copy-javadoc-files-build.xml | 4 ++-- src/site/xdoc/development.xml | 4 ++-- src/site/xdoc/download-page.xml | 8 ++++---- src/site/xdoc/download_commons-build-plugin.xml | 2 +- src/site/xdoc/index.xml | 4 ++-- src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/jira-page.xml | 6 +++--- src/site/xdoc/mail-page.xml | 6 +++--- src/site/xdoc/notice-txt.xml | 6 +++--- src/site/xdoc/readme-md.xml | 6 +++--- src/site/xdoc/sandbox-jira-page.xml | 6 +++--- 17 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/main/resources/commons-xdoc-templates/notice-txt-template.txt b/src/main/resources/commons-xdoc-templates/notice-txt-template.txt index 72e7b7c..63c0c08 100644 --- a/src/main/resources/commons-xdoc-templates/notice-txt-template.txt +++ b/src/main/resources/commons-xdoc-templates/notice-txt-template.txt @@ -2,4 +2,4 @@ Copyright @INCEPTIONYEAR@-@CURRENTYEAR@ The Apache Software Foundation This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). +The Apache Software Foundation (https://www.apache.org/). diff --git a/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml b/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml index 3f77424..610173c 100644 --- a/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml +++ b/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml @@ -84,7 +84,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/site.xml b/src/site/site.xml index 9c358bc..999d0dd 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -52,8 +52,8 @@ <item name="Help" href="/development.html"> <item name="Issue Tracking" href="/issue-tracking.html"/> <item name="Development" href="/development.html"/> - <item name="Maven Plugins" href="http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"/> - <item name="Ant" href="http://ant.apache.org/manual/index.html"/> + <item name="Maven Plugins" href="https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"/> + <item name="Ant" href="https://ant.apache.org/manual/index.html"/> </item> </menu> </body> diff --git a/src/site/xdoc/all-sandbox.xml b/src/site/xdoc/all-sandbox.xml index e9a6b28..1cf02ab 100644 --- a/src/site/xdoc/all-sandbox.xml +++ b/src/site/xdoc/all-sandbox.xml @@ -37,9 +37,9 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>all-sandbox</code> Mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>all-sandbox</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> </ul> </p> diff --git a/src/site/xdoc/all.xml b/src/site/xdoc/all.xml index 7360a4d..287d9d2 100644 --- a/src/site/xdoc/all.xml +++ b/src/site/xdoc/all.xml @@ -37,9 +37,9 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>all</code> Mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>all</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> </ul> </p> diff --git a/src/site/xdoc/contributing-md.xml b/src/site/xdoc/contributing-md.xml index aeabb0a..9fcca8c 100644 --- a/src/site/xdoc/contributing-md.xml +++ b/src/site/xdoc/contributing-md.xml @@ -41,11 +41,11 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>contributing-md</code> mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>contributing-md</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> - <li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/contributing-md-template.md">contributing-md-template.md</a> + <li>Uses the <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/contributing-md-template.md">contributing-md-template.md</a> template</li> <li>Uses the <a href="contributing-md-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li> </ul> diff --git a/src/site/xdoc/copy-javadoc-files-build.xml b/src/site/xdoc/copy-javadoc-files-build.xml index 88d0fa4..2c707fb 100644 --- a/src/site/xdoc/copy-javadoc-files-build.xml +++ b/src/site/xdoc/copy-javadoc-files-build.xml @@ -38,8 +38,8 @@ See: </p> <ul> - <li><a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/copy-javadoc-files.build.xml">copy-javadoc-files.build.xml</a> - Ant build script</li> - <li><a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/copy-javadoc-files.mojos.xml">copy-javadoc-files.mojos.xml</a> - mapping document</li> + <li><a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/copy-javadoc-files.build.xml">copy-javadoc-files.build.xml</a> - Ant build script</li> + <li><a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/copy-javadoc-files.mojos.xml">copy-javadoc-files.mojos.xml</a> - mapping document</li> <li><a href="copy-javadoc-files-mojo.html">Parameters</a></li> </ul> diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml index 147fa13..f52cf01 100644 --- a/src/site/xdoc/development.xml +++ b/src/site/xdoc/development.xml @@ -57,7 +57,7 @@ <p> Both these files should be located in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/">src/main/scripts</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/">src/main/scripts</a> directory. </p> @@ -79,7 +79,7 @@ This plugin uses <code>commons</code> as the goal prefix. So if you add a new <code>foo-bar</code> goal, then it can be executed on the command line using <code>mvn commons-build:foo-bar</code>. This prefix is defined in this plugin's - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/pom.xml">pom.xml</a>. + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/pom.xml">pom.xml</a>. </p> </section> diff --git a/src/site/xdoc/download-page.xml b/src/site/xdoc/download-page.xml index cd8ab98..1fc4501 100644 --- a/src/site/xdoc/download-page.xml +++ b/src/site/xdoc/download-page.xml @@ -49,13 +49,13 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>download-page</code> mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>download-page</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> <li>Uses either the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-body.xml">download-page-body.xml</a> or - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/no-download-page-template.xml">no-download-page-template.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-body.xml">download-page-body.xml</a> or + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/no-download-page-template.xml">no-download-page-template.xml</a> template, depending on whether the <code>commons.release.version</code> property is set or not. </li> <li>Uses the <a href="download-page-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li> diff --git a/src/site/xdoc/download_commons-build-plugin.xml b/src/site/xdoc/download_commons-build-plugin.xml index 7135e3e..e69445c 100644 --- a/src/site/xdoc/download_commons-build-plugin.xml +++ b/src/site/xdoc/download_commons-build-plugin.xml @@ -64,7 +64,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. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7c2a10d..716bd73 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -27,8 +27,8 @@ <section name="Build Plugin"> <p> - This is a <a href="http://maven.apache.org/">Maven 2.x/3.x</a> - <a href="http://ant.apache.org/">Ant</a> Plugin which is + This is a <a href="https://maven.apache.org/">Maven 2.x/3.x</a> + <a href="https://ant.apache.org/">Ant</a> Plugin which is used by <a href="https://commons.apache.org/">Apache Commons</a> builds. See the <a href="development.html">Development</a> page for information to help maintain this plugin. diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index f2d89df..cadd1e2 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/jira-page.xml b/src/site/xdoc/jira-page.xml index b108d3b..84bd0ee 100644 --- a/src/site/xdoc/jira-page.xml +++ b/src/site/xdoc/jira-page.xml @@ -43,11 +43,11 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>jira-page</code> mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>jira-page</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> - <li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml">issue-tracking-template.xml</a> + <li>Uses the <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml">issue-tracking-template.xml</a> template</li> <li>Uses the <a href="jira-page-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li> </ul> diff --git a/src/site/xdoc/mail-page.xml b/src/site/xdoc/mail-page.xml index db1aacb..ba21e62 100644 --- a/src/site/xdoc/mail-page.xml +++ b/src/site/xdoc/mail-page.xml @@ -42,11 +42,11 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>mail-page</code> mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>mail-page</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> - <li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/mail-lists-template.xml">mail-lists-template.xml</a> + <li>Uses the <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/mail-lists-template.xml">mail-lists-template.xml</a> template</li> <li>Uses the <a href="mail-page-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li> </ul> diff --git a/src/site/xdoc/notice-txt.xml b/src/site/xdoc/notice-txt.xml index 70ef4ca..7ca4dbe 100644 --- a/src/site/xdoc/notice-txt.xml +++ b/src/site/xdoc/notice-txt.xml @@ -42,11 +42,11 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>notice-txt</code> mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>notice-txt</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> - <li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/notice-txt-template.txt">notice-txt-template.txt</a> + <li>Uses the <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/notice-txt-template.txt">notice-txt-template.txt</a> template</li> <li>Uses the <a href="notice-txt-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li> </ul> diff --git a/src/site/xdoc/readme-md.xml b/src/site/xdoc/readme-md.xml index ea701e6..293c031 100644 --- a/src/site/xdoc/readme-md.xml +++ b/src/site/xdoc/readme-md.xml @@ -42,11 +42,11 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>readme-md</code> mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>readme-md</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> - <li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md">readme-md-template.md</a> + <li>Uses the <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md">readme-md-template.md</a> template</li> <li>Uses the <a href="readme-md-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li> </ul> diff --git a/src/site/xdoc/sandbox-jira-page.xml b/src/site/xdoc/sandbox-jira-page.xml index a9b4562..d4ddafa 100644 --- a/src/site/xdoc/sandbox-jira-page.xml +++ b/src/site/xdoc/sandbox-jira-page.xml @@ -43,11 +43,11 @@ This goal uses the following: <ul> <li>The goal is mapped to the ant script/target using the <code>sandbox-jira-page</code> mojo defintion in the - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>sandbox-jira-page</code> target in - <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> ant script</li> - <li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml">sandbox-issue-tracking-template.xml</a> + <li>Uses the <a href="https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml">sandbox-issue-tracking-template.xml</a> template</li> <li>Uses the <a href="sandbox-jira-page-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li> </ul>