You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/07 00:52:11 UTC

[commons-statistics] branch master updated: Use HTTPS to access Apache resources.

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-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new fae9249  Use HTTPS to access Apache resources.
fae9249 is described below

commit fae92490b0bb1ddfa07a209746375d07f12f22f7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 6 20:52:08 2019 -0400

    Use HTTPS to access Apache resources.
---
 .../org/apache/commons/statistics/distribution/TDistributionTest.java   | 2 +-
 pom.xml                                                                 | 2 +-
 src/site/xdoc/developers.xml                                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TDistributionTest.java b/commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TDistributionTest.java
index fc52cf6..b569ca1 100644
--- a/commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TDistributionTest.java
+++ b/commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TDistributionTest.java
@@ -66,7 +66,7 @@ public class TDistributionTest extends ContinuousDistributionAbstractTest {
 
     //---------------------------- Additional test cases -------------------------
     /**
-     * @see <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=27243">
+     * @see <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=27243">
      *      Bug report that prompted this unit test.</a>
      */
     @Test
diff --git a/pom.xml b/pom.xml
index 159a58a..cae2229 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/STATISTICS</url>
+    <url>https://issues.apache.org/jira/browse/STATISTICS</url>
   </issueManagement>
 
   <scm>
diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml
index 5055878..9a4fe41 100644
--- a/src/site/xdoc/developers.xml
+++ b/src/site/xdoc/developers.xml
@@ -85,7 +85,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.