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:41:51 UTC

[commons-csv] 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-csv.git


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

commit d06d0480639aea8b172c962e36e039cbd8301269
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 6 20:41:48 2019 -0400

    Use HTTPS to access Apache resources.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4be375a..41e123e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@ CSV files of various types.
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/CSV</url>
+    <url>https://issues.apache.org/jira/browse/CSV</url>
   </issueManagement>
 
   <distributionManagement>