[MSHARED-744] - Change to gitbox url instead of SVN
diff --git a/pom.xml b/pom.xml
index 0c98630..b46342a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,9 +44,10 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/file-management</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/file-management</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/shared/trunk/file-management</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf?p=maven-file-management.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf?p=maven-file-management.git</developerConnection>
+    <url>https://github.com/apache/maven-file-management/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>