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-numbers.git
The following commit(s) were added to refs/heads/master by this push: new 3c990b1 Use HTTPS to access Apache resources. 3c990b1 is described below commit 3c990b13dd4f2c6081239c4ead951b9063d330a4 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 6 20:54:41 2019 -0400 Use HTTPS to access Apache resources. --- pom.xml | 2 +- siteMods/pom.xml | 2 +- src/site/xdoc/developers.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 27b39af..1d3bfbc 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <issueManagement> <system>jira</system> - <url>http://issues.apache.org/jira/browse/NUMBERS</url> + <url>https://issues.apache.org/jira/browse/NUMBERS</url> </issueManagement> <scm> diff --git a/siteMods/pom.xml b/siteMods/pom.xml index f9c3f80..003c47f 100644 --- a/siteMods/pom.xml +++ b/siteMods/pom.xml @@ -29,7 +29,7 @@ <url>http://commons.apache.org/math/</url> <issueManagement> <system>jira</system> - <url>http://issues.apache.org/jira/browse/MATH</url> + <url>https://issues.apache.org/jira/browse/MATH</url> </issueManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/math/trunk</connection> diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index 4675e78..2979568 100644 --- a/src/site/xdoc/developers.xml +++ b/src/site/xdoc/developers.xml @@ -80,7 +80,7 @@ </a> and use it to submit patches and identify bugs. Read the - <a href="http://issues.apache.org/bugwritinghelp.html"> + <a href="https://issues.apache.org/bugwritinghelp.html"> directions</a> for submitting bugs and search the database to determine if an issue exists or has already been dealt with.