SCM: SVN => Git
diff --git a/pom.xml b/pom.xml
index 0cabf0e..48b254d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,9 +65,9 @@
     </contributor>
   </contributors>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jxpath/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-jxpath</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jxpath</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/commons-jxpath</url>
   </scm>
 
   <properties>