[STORM-3930] Change the source code control URI from https to ssh, and update the uri from gitbox to github (#3552)

diff --git a/pom.xml b/pom.xml
index 098153c..3beb2ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,9 +267,9 @@
     </developers>
 
     <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/storm.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/storm.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf/storm</url>
+        <connection>scm:git:git@github.com:apache/storm.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/storm.git</developerConnection>
+        <url>https://github.com/apache/storm</url>
     </scm>
 
     <issueManagement>