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:42:11 UTC

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


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

commit 4cf4bfc20c4f7c1c06eccecaabce17e3e9b37c0a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 6 20:42:08 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 e963947..9fc3c7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/DAEMON</url>
+    <url>https://issues.apache.org/jira/browse/DAEMON</url>
   </issueManagement>
 
   <scm>