You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/05/21 15:42:24 UTC

[directory-fortress-core] branch master updated: Switch to using https everywhere

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new becbbe1  Switch to using https everywhere
     new 3532c6e  Merge pull request #11 from coheigea/https
becbbe1 is described below

commit becbbe154936ef19e101708af65ce1da9c814d01
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 21 15:06:23 2019 +0100

    Switch to using https everywhere
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 88f4938..34c4021 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,17 +36,17 @@
   <description>
     Apache Fortress is a standards-based Access Management SDK that implements ANSI RBAC INCITS 359.
   </description>
-  <url>http://directory.apache.org/fortress/</url>
+  <url>https://directory.apache.org/fortress/</url>
 
   <licenses>
     <license>
       <name>Apache License 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
     </license>
   </licenses>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-core.git</connection>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git</connection>
     <developerConnection>
       scm:git: https://gitbox.apache.org/repos/asf/directory-fortress-core.git
     </developerConnection>