Fix git url
diff --git a/pom.xml b/pom.xml
index 6c2edc6..5c1406a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,8 +34,8 @@
     <name>CXF DOSGi main</name>
  
     <scm>
-        <connection>scm:git@github.com:apache/cxf-dosgi.git</connection>
-        <developerConnection>scm:git@github.com:apache/cxf-dosgi.git</developerConnection>
+        <connection>scm:git:git://github.com/apache/cxf-dosgi.git</connection>
+        <developerConnection>scm:git:git://github.com/apache/cxf-dosgi.git</developerConnection>
         <tag>HEAD</tag>
     </scm>