This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 58cbf83 maven-changes-plugin 3.0.0-M2 generate changes.html instead of changes-report.html (needs commons-parent 79) 58cbf83 is described below commit 58cbf83180bc49eaaa2630897bc8308436b1d78a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 3 11:04:33 2025 -0500 maven-changes-plugin 3.0.0-M2 generate changes.html instead of changes-report.html (needs commons-parent 79) --- src/changes/changes.xml | 1 + src/main/resources/commons-xdoc-templates/vote-txt-template.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index db8f4da..105fbce 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,6 +28,7 @@ <!-- UPDATES --> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-build-plugin from 1.14.0 to 1.14.1 #341.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-collections4 from 4.5.0-M2 to 4.5.0-M3.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">maven-changes-plugin 3.0.0-M2 generate changes.html instead of changes-report.html (needs commons-parent 79).</action> </release> <release version="1.8.3" date="2024-11-03" description="Version 1.8.3"> <!-- UPDATES --> diff --git a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt index 594ae21..0cdbae9 100755 --- a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt +++ b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt @@ -45,7 +45,7 @@ Linux: uname -a Details of changes since @BC@ are in the release notes: @DISTURL@/RELEASE-NOTES.txt - @SITEURL@/changes-report.html + @SITEURL@/changes.html Site: @SITEURL@/index.html