Updating SCM
diff --git a/pom.xml b/pom.xml
index bb97dba..aeaff19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,9 +226,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axiom/branches/1.2.x</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axiom/branches/1.2.x</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/ws-axiom.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-axiom.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=ws-axiom.git;a=summary</url>
     </scm>
     <issueManagement>
         <system>JIRA</system>
diff --git a/src/site/markdown/release-notes/index.md b/src/site/markdown/release-notes/index.md
index 29ee86c..175696e 100644
--- a/src/site/markdown/release-notes/index.md
+++ b/src/site/markdown/release-notes/index.md
@@ -4,4 +4,4 @@
 Please select the release from the menu on the left. Release notes for older Axiom versions
 can be found in the [source code repository][1].
 
-[1]: https://svn.apache.org/repos/asf/webservices/axiom/tags
+[1]: https://github.com/apache/ws-axiom/tags
diff --git a/src/site/site.xml b/src/site/site.xml
index 97b808a..3328dbd 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -76,7 +76,7 @@
             <item name="Articles" href="articles.html"/>
             <item name="Javadocs" href="/apidocs/index.html"/>
             <item name="FAQ" href="faq.html"/>
-            <item name="View Source" href="http://svn.apache.org/viewvc/webservices/axiom/trunk/?root=Apache-SVN"/>
+            <item name="View Source" href="https://github.com/apache/ws-axiom"/>
             <item name="Code Coverage" href="https://codecov.io/gh/apache/webservices-axiom"/>
             <item name="Privacy Policy" href="privacy-policy.html"/>
         </menu>