SCM: SVN => Git
diff --git a/pom.xml b/pom.xml
index 698eafa..bb7ec19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,9 +90,9 @@
         </contributor>
     </contributors>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jci/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jci/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/commons/proper/jci/trunk/</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-jci</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jci</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf/commons-jci</url>
     </scm>
     <build>
         <plugins>