SCM: SVN => Git
diff --git a/pom.xml b/pom.xml
index 84e80d8..0a4e55b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,9 +171,9 @@
   </contributors>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/logging/trunk</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-logging</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-logging</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/commons-logging</url>
   </scm>
 
   <build>