Define proper SCMs
diff --git a/pom.xml b/pom.xml
index 48580f3..aefb02a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,10 +19,9 @@
     </description>
 
     <scm>
-        <connection>scm:git:git://git.apache.org/struts-annotations.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-annotations.git
-        </developerConnection>
-        <url>http://git.apache.org/struts-annotations.git</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/struts-annotations.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts-annotations.git</developerConnection>
+        <url>https://github.com/apache/struts-annotations.git</url>
         <tag>HEAD</tag>
     </scm>