scm update using git/box url
diff --git a/pom.xml b/pom.xml
index a080c86..f7297ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,20 +30,20 @@
     <version>2.0.1-SNAPSHOT</version>

     <packaging>pom</packaging>

     <name>Fulcrum Security Master Build</name>

-    <url>http://turbine.apache.org/fulcrum/fulcrum-security/</url>

+    <url>https://turbine.apache.org/fulcrum/fulcrum-security/</url>

 

     <!-- Required for staging to work -->

     <distributionManagement>

         <site>

             <id>turbine.apache.org</id>

-            <url>http://turbine.apache.org/fulcrum/fulcrum-security/</url>

+            <url>https://turbine.apache.org/fulcrum/fulcrum-security/</url>

         </site>

     </distributionManagement>

 

     <scm>

-        <connection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/</connection>

-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/</developerConnection>

-        <url>https://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/</url>

+        <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git</connection>

+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git</developerConnection>

+        <url>https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git</url>

     </scm>

 

     <developers>