You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/29 13:13:38 UTC

[maven-site] branch master updated: svn -> git migration update for parent pom release procedure

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

slachiewicz 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 f4d6829  svn -> git migration update for parent pom release procedure
f4d6829 is described below

commit f4d68296d804cf34aefc1c9bc115787458efdac7
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 29 14:06:13 2020 +0100

    svn -> git migration update for parent pom release procedure
---
 content/apt/developers/release/parent-pom-release.apt | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/content/apt/developers/release/parent-pom-release.apt b/content/apt/developers/release/parent-pom-release.apt
index 9f641bd..986f5e1 100644
--- a/content/apt/developers/release/parent-pom-release.apt
+++ b/content/apt/developers/release/parent-pom-release.apt
@@ -64,10 +64,7 @@ Releasing A Parent POM
   [[1]] update <<<site-pom.xml>>> parent POM version to match the version being released,
 
   [[2]] update <<<src/site-docs/index.apt.vm>>>: add a line in the history of <<<pom.xml>>> for the version being released, referring
-  to the future svn release tag and date.
- 
-  <<Hint>>: in the diff link, the value for the <<<r2>>> parameter is easily found by
-  following the previous version's link and copying its revision number.
+  to the future git release tag and date.
 
   []
 
@@ -85,15 +82,19 @@ mvn -f site-pom.xml scm-publish:publish-scm
 
 * Call the vote
 
-  In the vote, instead of providing links to JIRA, the parent POMs should include a link to the SVN changes since the
-  last release (the link previously added to <<<src/site-docs/index.apt>>>):
+  In the vote, instead of providing links to JIRA, the parent POMs should include a link to the Git changes since the
+  last release:
 
 +-----+
 ...
 Hi,
 
 Changes since the last release:
-https://svn.apache.org/viewvc/maven/pom/tags/<TAG>/pom.xml?r1=HEAD&r2=<REVISION-OF-LAST-RELEASE>&diff_format=h
+for Maven Apache Parent POM:
+https://github.com/apache/maven-apache-parent/compare/apache-<VERSION-OF-PREVIOUS-RELEASE>...apache-<VERSION-OF-CURRENT-RELEASE>
+
+or for Maven Projects Parent POM:
+https://github.com/apache/maven-parent/compare/maven-parent-<VERSION-OF-PREVIOUS-RELEASE>...maven-parent-<VERSION-OF-CURRENT-RELEASE>
 
 Staging repo:
 ...