You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/03/27 01:13:45 UTC

[maven-site] branch master updated: emphasis on dev vs release dist subtree to avoid staging mistakes

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 ec73b44  emphasis on dev vs release dist subtree to avoid staging mistakes
ec73b44 is described below

commit ec73b445adc7012e1384cf1b89af3f0a6f5eee17
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Mar 27 02:13:41 2021 +0100

    emphasis on dev vs release dist subtree to avoid staging mistakes
---
 content/markdown/developers/release/maven-core-release.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/markdown/developers/release/maven-core-release.md b/content/markdown/developers/release/maven-core-release.md
index 4ee5177..73eff86 100644
--- a/content/markdown/developers/release/maven-core-release.md
+++ b/content/markdown/developers/release/maven-core-release.md
@@ -19,9 +19,9 @@ under the License.
 -->
 Maven differs slightly in its release process due to several extra steps.
 
-The goal is to commit candidate release to svn tree <https://dist.apache.org/repos/dist/dev/maven/maven-3>/`$VERSION`. Then once the vote passed, svn move to <https://dist.apache.org/repos/dist/release/maven/maven-3>/`$VERSION`.
+The goal is to commit candidate release to svn `dev` tree <https://dist.apache.org/repos/dist/dev/maven/maven-3>/`$VERSION`. Then once the vote passed, svn move to `release` <https://dist.apache.org/repos/dist/release/maven/maven-3>/`$VERSION`.
 
-The tree directory is:
+The `release` tree directory to use as a model for `dev` staging is:
 
 - https://dist.apache.org/repos/dist/release/maven/maven-3/`$VERSION`/binaries
 - https://dist.apache.org/repos/dist/release/maven/maven-3/`$VERSION`/source (notice: singular...)
@@ -95,7 +95,7 @@ This will publish the Maven core site in [/ref/3-LATEST](/ref/3-LATEST).
 
 ### Complete the release
 
-After a succesful vote you should do the following steps to finish the release.
+After a successful vote you should do the following steps to finish the release.
 
 #### Add New Version to ASF Distribution Directory