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-geometry.git
The following commit(s) were added to refs/heads/master by this push: new 86950b0 Use HTTPS to access Apache resources. 86950b0 is described below commit 86950b0fb4720373a2075d8652ed04c33fe7d6ab Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 6 20:44:35 2019 -0400 Use HTTPS to access Apache resources. --- pom.xml | 2 +- src/site/xdoc/developers.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6619e1c..543a652 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <issueManagement> <system>jira</system> - <url>http://issues.apache.org/jira/browse/Geometry</url> + <url>https://issues.apache.org/jira/browse/Geometry</url> </issueManagement> <scm> diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index 4cbf2d4..9575821 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.