NO-JIRA: use https for site/repo links
diff --git a/pom.xml b/pom.xml
index e172621..27da071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,9 +189,9 @@
     <module>apache-qpid-proton-j</module>
   </modules>
 
-  <url>http://qpid.apache.org/proton</url>
+  <url>https://qpid.apache.org/proton</url>
   <scm>
-    <connection>scm:git:http://gitbox.apache.org/repos/asf/qpid-proton-j.git</connection>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-proton-j.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-proton-j.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=qpid-proton-j.git</url>
     <tag>HEAD</tag>