Switch to using https in the poms
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>