This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new b6576e6 html svn location changed some time ago...
b6576e6 is described below
commit b6576e642f2c91b1f2c0705eaf2daae0d2d0078a
Author: Hervé Boutemy <[email protected]>
AuthorDate: Wed Sep 4 07:38:59 2019 +0200
html svn location changed some time ago...
---
content/markdown/developers/release/maven-core-release.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/markdown/developers/release/maven-core-release.md
b/content/markdown/developers/release/maven-core-release.md
index 9b62816..2737745 100644
--- a/content/markdown/developers/release/maven-core-release.md
+++ b/content/markdown/developers/release/maven-core-release.md
@@ -85,14 +85,14 @@ moved to the release svnpubsub tree:
svn mv https://dist.apache.org/repos/dist/dev/maven/maven-3/$VERSION
https://dist.apache.org/repos/dist/release/maven/maven-3
```
-#### Deploy the Current Reference
+#### Deploy the Latest Documentation
-The source code references and API docs need to be deployed before deploying
the web site with the new version.
+The reference documentation for Maven core source code references and API docs
has been staged in a previous step: now it needs to be deployed to its
dedicated directory before deploying the web site pointing to the new version.
-This consists in copying in website svn tree the /ref/3-LATEST directory to
/ref/`$VERSION`.
+This consists in copying in website svn tree the staging /ref/3-LATEST
directory to final /ref/`$VERSION`.
```
-svn cp
https://svn.apache.org/repos/infra/websites/production/maven/components/ref/3-LATEST
https://svn.apache.org/repos/infra/websites/production/maven/components/ref/$VERSION
+svn cp https://svn.apache.org/repos/asf/maven/website/components/ref/3-LATEST
https://svn.apache.org/repos/asf/maven/website/components/ref/$VERSION
```
### Information on `/ref/current` mechanism