Update SCM section to use https
diff --git a/pom.xml b/pom.xml
index 377a65c..a300f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,8 @@
     </properties>
 
     <scm>
-        <connection>scm:git:git@github.com:apache/aries-jpa.git</connection>
-        <developerConnection>scm:git:git@github.com:apache/aries-jpa.git</developerConnection>
+        <connection>scm:git:https://github.com/apache/aries-jpa.git</connection>
+        <developerConnection>scm:git:https://github.com/apache/aries-jpa.git</developerConnection>
       <tag>HEAD</tag>
   </scm>