Fix SCM URLs.
diff --git a/pom.xml b/pom.xml
index 6611f16..9686708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
   </issueManagement>
 
   <scm>
-    <connection>git:scm:https://gitbox.apache.org/repos/asf/commons-vfs.git</connection>
-    <developerConnection>git:scm:https://gitbox.apache.org/repos/asf/commons-vfs.git</developerConnection>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-vfs.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-vfs.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-vfs.git</url>
     <tag>commons-vfs-project-2.3</tag>
   </scm>