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

[directory-ldap-api] 02/02: Switch to using https in the poms

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit d6fc208b1c2ff4de48082ef8044d35e04e25e82d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 21 14:38:55 2019 +0100

    Switch to using https in the poms
---
 integ-osgi/pom.xml      | 2 +-
 ldap/client/api/pom.xml | 6 +++---
 pom.xml                 | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/integ-osgi/pom.xml b/integ-osgi/pom.xml
index b89f40e..691058f 100644
--- a/integ-osgi/pom.xml
+++ b/integ-osgi/pom.xml
@@ -31,7 +31,7 @@
   <pluginRepositories>
     <pluginRepository>
       <id>apache.snapshots</id>
-      <url>http://repository.apache.org/snapshots/</url>
+      <url>https://repository.apache.org/snapshots/</url>
     </pluginRepository>
   </pluginRepositories>
 
diff --git a/ldap/client/api/pom.xml b/ldap/client/api/pom.xml
index 14e1e5a..48e52bd 100644
--- a/ldap/client/api/pom.xml
+++ b/ldap/client/api/pom.xml
@@ -34,13 +34,13 @@
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/DIRAPI</url>
+    <url>https://issues.apache.org/jira/browse/DIRAPI</url>
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/clients/ldap/trunk/ldap-client-api</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/directory/clients/ldap/trunk/ldap-client-api</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/clients/ldap/trunk/ldap-client-api</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/clients/ldap/trunk/ldap-client-api</url>
+    <url>https://svn.apache.org/viewvc/directory/clients/ldap/trunk/ldap-client-api</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/pom.xml b/pom.xml
index 3fe9f91..cf2409c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
 
   <issueManagement>
     <system>JIRA</system>
-    <url>http://issues.apache.org/jira/browse/DIRAPI</url>
+    <url>https://issues.apache.org/jira/browse/DIRAPI</url>
   </issueManagement>
 
   <modules>