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:49:10 UTC

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


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

commit c3aa7f6c566774b162798ec873670cc48d578074
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Sat Jul 6 20:49:07 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 e27e851..c937b30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/POOL</url>
+    <url>https://issues.apache.org/jira/browse/POOL</url>
   </issueManagement>
 
   <scm>