You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ro...@apache.org on 2022/06/13 19:16:49 UTC

[axis-axis2-java-core] branch master updated: update 'Publish the site' section for git instead of svn in release-process.md

This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new efc3cb52ba update 'Publish the site' section for git instead of svn in release-process.md
efc3cb52ba is described below

commit efc3cb52ba3d90dab1e33fbb9ca5345e4d639667
Author: Robert Lazarski <ro...@gmail.com>
AuthorDate: Mon Jun 13 15:16:23 2022 -0400

    update 'Publish the site' section for git instead of svn in release-process.md
---
 src/site/markdown/release-process.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site/markdown/release-process.md b/src/site/markdown/release-process.md
index da6b3eb854..64989c5f83 100644
--- a/src/site/markdown/release-process.md
+++ b/src/site/markdown/release-process.md
@@ -214,11 +214,11 @@ If the vote passes, execute the following steps:
 
 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