Uses proper urls for SCM
diff --git a/pom.xml b/pom.xml
index 8de9c4f..3e4a855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,9 +36,9 @@
     <name>Struts 2 Maven Archetypes</name>
 
     <scm>
-        <connection>scm:git:git://git.apache.org/struts-archetypes.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-archetypes.git</developerConnection>
-        <url>http://git.apache.org/struts-archetypes.git</url>
+        <connection>scm:git:https://gitbox.apache.org/struts-archetypes.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts-archetypes.git</developerConnection>
+        <url>https://github.com/apache/struts-archetypes.git</url>
         <tag>HEAD</tag>
     </scm>