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


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

commit 4a7d35d428129c67e9b65ae554b6598160953f14
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sat Jul 6 20:45:18 2019 -0400

    Use HTTPS to access Apache resources.
---
 RELEASE-NOTES.txt            | 2 +-
 pom.xml                      | 2 +-
 src/changes/release-notes.vm | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index eaa2679..63e1407 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1102,7 +1102,7 @@ Open source works best when you give feedback:
 https://commons.apache.org/io/
 
 Please direct all bug reports to JIRA
-http://issues.apache.org/jira/browse/IO
+https://issues.apache.org/jira/browse/IO
 
 Or subscribe to the commons-user mailing list (prefix emails by [io])
 https://commons.apache.org/mail-lists.html
diff --git a/pom.xml b/pom.xml
index ae64bf2..d316c7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@ file comparators, endian transformation classes, and much 
more.
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/IO</url>
+    <url>https://issues.apache.org/jira/browse/IO</url>
   </issueManagement>
 
   <distributionManagement>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index dfbc24e..57a98cf 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -1021,7 +1021,7 @@ Open source works best when you give feedback:
 https://commons.apache.org/io/
 
 Please direct all bug reports to JIRA
-http://issues.apache.org/jira/browse/IO
+https://issues.apache.org/jira/browse/IO
 
 Or subscribe to the commons-user mailing list (prefix emails by [io])
 https://commons.apache.org/mail-lists.html

Reply via email to