update 'Publish the site' section for git instead of svn in release-process.md
diff --git a/src/site/markdown/release-process.md b/src/site/markdown/release-process.md
index da6b3eb..64989c5 100644
--- a/src/site/markdown/release-process.md
+++ b/src/site/markdown/release-process.md
@@ -214,11 +214,11 @@
 
 3.  Publish the site:
 
-        svn co --depth=immediates https://svn.apache.org/repos/asf/axis/site/axis2/java/ axis2-site
-        cd axis2-site
-        svn rm core
-        svn mv core-staging core
-        svn commit
+        git clone https://gitbox.apache.org/repos/asf/axis-site.git
+        git rm -r core
+        git mv core-staging core
+        git commit -am "Axis2 X.Y.Z site"
+        git push
 
 It may take several hours before everything has been synchronized. Before proceeding, check that