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 3a67020 rephrase a little bit
3a67020 is described below
commit 3a67020161405ef2c87084e826159ed599d36ebb
Author: Hervé Boutemy <[email protected]>
AuthorDate: Wed Sep 4 07:45:42 2019 +0200
rephrase a little bit
---
content/markdown/developers/release/maven-core-release.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/markdown/developers/release/maven-core-release.md
b/content/markdown/developers/release/maven-core-release.md
index 2737745..6512948 100644
--- a/content/markdown/developers/release/maven-core-release.md
+++ b/content/markdown/developers/release/maven-core-release.md
@@ -74,7 +74,7 @@ mvn -Preporting site site:stage
mvn scm-publish:publish-scm
```
-This will publish the site in [/ref/3-LATEST](/ref/3-LATEST).
+This will publish the Maven core site in [/ref/3-LATEST](/ref/3-LATEST).
#### Add New Version to ASF Distribution Directory
@@ -85,7 +85,7 @@ 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 Latest Documentation
+#### Deploy the Latest Documentation to Target Versioned Location
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.