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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new c782340 Better text for release notes c782340 is described below commit c782340299550ae48e4b3650c8888fe931962ccb Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 11 09:34:28 2025 -0500 Better text for release notes --- RELEASE-NOTES.txt | 2 ++ src/changes/release-notes.vm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 1c421c6..b044d43 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,6 +1,8 @@ Apache Commons Build Plugin Maven Mojo 1.15.0 RELEASE NOTES ----------------------------------------------------------- +The Apache Commons team is pleased to announce Apache Commons Build Plugin Maven Mojo 1.15.0. + Apache Maven Mojo for Apache Commons Build tasks. For example: diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 3d7b15f..6e0582d 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -17,6 +17,8 @@ ${project.name} ${version} RELEASE NOTES ----------------------------------------------------------- +The Apache Commons team is pleased to announce ${project.name} ${version}. + $introduction.replaceAll("(?<!\015)\012", " ").replaceAll("(?m)^ +","")