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 f449624 Use HTTPS to access Apache resources.
f449624 is described below
commit f4496249877747b6b9a01d4e567d3abcaa8f5203
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 6 20:38:52 2019 -0400
Use HTTPS to access Apache resources.
---
pom.xml | 2 +-
.../commons-xdoc-templates/download-page-head.xml | 2 +-
.../issue-tracking-template.xml | 2 +-
.../sandbox-issue-tracking-template.xml | 20 ++++++++++----------
src/test-project/pom.xml | 2 +-
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index 258de6e..cbd247a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<url>https://commons.apache.org/proper/commons-build-plugin/</url>
<issueManagement>
<system>jira</system>
- <url>http://issues.apache.org/jira/browse/COMMONSSITE</url>
+ <url>https://issues.apache.org/jira/browse/COMMONSSITE</url>
</issueManagement>
<inceptionYear>2008</inceptionYear>
<scm>
diff --git a/src/main/resources/commons-xdoc-templates/download-page-head.xml
b/src/main/resources/commons-xdoc-templates/download-page-head.xml
index b8ab04a..e3c9d7c 100644
--- a/src/main/resources/commons-xdoc-templates/download-page-head.xml
+++ b/src/main/resources/commons-xdoc-templates/download-page-head.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.
diff --git
a/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
b/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
index 89d9055..f758d1e 100644
--- a/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
+++ b/src/main/resources/commons-xdoc-templates/issue-tracking-template.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/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml
b/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml
index 8972edd..3f77424 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
@@ -48,14 +48,14 @@ limitations under the License.
<section name="@NAME@ Issue tracking">
<p>
- @NAME@ uses <a href="http://issues.apache.org/jira/">ASF JIRA</a> for
tracking issues.
- See the <a href="http://issues.apache.org/jira/browse/SANDBOX">Sandbox
JIRA project page</a>.
+ @NAME@ uses <a href="https://issues.apache.org/jira/">ASF JIRA</a> for
tracking issues.
+ See the <a href="https://issues.apache.org/jira/browse/SANDBOX">Sandbox
JIRA project page</a>.
</p>
<p>
- To use JIRA you may need to <a
href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an
account</a>
+ To use JIRA you may need to <a
href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an
account</a>
(if you have previously created/updated Commons issues using Bugzilla an
account will have been automatically
- created and you can use the <a
href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot
Password</a>
+ created and you can use the <a
href="https://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot
Password</a>
page to get a new password).
</p>
@@ -63,13 +63,13 @@ limitations under the License.
If you would like to report a bug, or raise an enhancement request with
@NAME@ please do the following:
<ol>
- <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=@JIRA_COMPONENTID@&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">Search
existing open bugs</a>.
+ <li><a
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=@JIRA_COMPONENTID@&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">Search
existing open bugs</a>.
If you find your issue listed then please add a comment with your
details.</li>
<li><a href="mail-lists.html">Search the mailing list archive(s)</a>.
You may find your issue or idea has already been discussed.</li>
<li>Decide if your issue is a bug or an enhancement.</li>
- <li>Submit either a <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&components=@JIRA_COMPONENTID@&issuetype=1&priority=4&assignee=-1">bug
report</a>
- or <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&components=@JIRA_COMPONENTID@&issuetype=4&priority=4&assignee=-1">enhancement
request</a>.</li>
+ <li>Submit either a <a
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&components=@JIRA_COMPONENTID@&issuetype=1&priority=4&assignee=-1">bug
report</a>
+ or <a
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&components=@JIRA_COMPONENTID@&issuetype=4&priority=4&assignee=-1">enhancement
request</a>.</li>
</ol>
</p>
@@ -90,9 +90,9 @@ limitations under the License.
<p>
You may also find these links useful:
<ul>
- <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=@JIRA_COMPONENTID@&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">All
Open @NAME@ bugs</a></li>
- <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=@JIRA_COMPONENTID@&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All
Resolved @NAME@ bugs</a></li>
- <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=@JIRA_COMPONENTID@&sorter/field=issuekey&sorter/order=DESC">All
@NAME@ bugs</a></li>
+ <li><a
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=@JIRA_COMPONENTID@&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">All
Open @NAME@ bugs</a></li>
+ <li><a
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=@JIRA_COMPONENTID@&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All
Resolved @NAME@ bugs</a></li>
+ <li><a
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=@JIRA_COMPONENTID@&sorter/field=issuekey&sorter/order=DESC">All
@NAME@ bugs</a></li>
</ul>
</p>
</section>
diff --git a/src/test-project/pom.xml b/src/test-project/pom.xml
index 9bade05..663d49b 100644
--- a/src/test-project/pom.xml
+++ b/src/test-project/pom.xml
@@ -29,7 +29,7 @@
<issueManagement>
<system>jira</system>
- <url>http://issues.apache.org/jira/browse/COMMONSSITE</url>
+ <url>https://issues.apache.org/jira/browse/COMMONSSITE</url>
</issueManagement>
<build>