scm update using git/box url
diff --git a/pom.xml b/pom.xml
index b359f8b..51df246 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,9 +32,9 @@
     <name>Fulcrum JSON Master Build</name>
     <url>http://turbine.apache.org/fulcrum/fulcrum-json/</url>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/json/</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/json/</developerConnection>
-      <url>https://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/</url>
+      <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git</connection>
+      <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git</developerConnection>
+      <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git</url>
     </scm>
 
     <!-- Required for staging to work -->