You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/01/29 13:14:51 UTC

(commons-parent) branch master updated: Prepare release candidate

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 019d92f  Prepare release candidate
019d92f is described below

commit 019d92f9bf9aa538a654f8200ac72c2771a2b7c5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 29 08:14:46 2024 -0500

    Prepare release candidate
---
 CONTRIBUTING.md              |   5 +-
 README.md                    |   6 +-
 RELEASE-NOTES.txt            | 161 ++++++++++++++++++++++++++++---------------
 src/changes/changes.xml      |  24 +++----
 src/changes/release-notes.vm |   4 +-
 5 files changed, 121 insertions(+), 79 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d13d03d..87dd20e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,13 +49,13 @@ Getting Started
 ---------------
 
 + Make sure you have a [JIRA account](https://issues.apache.org/jira/).
-+ Make sure you have a [GitHub account](https://github.com/signup/free).
++ Make sure you have a [GitHub account](https://github.com/signup/free). This is not essential, but makes providing patches much easier.
 + If you're planning to implement a new feature it makes sense to discuss your changes on the [dev list](https://commons.apache.org/mail-lists.html) first. This way you can make sure you're not wasting your time on something that isn't considered to be in Apache Commons Parent's scope.
 + Submit a [Jira Ticket][jira] for your issue, assuming one does not already exist.
   + Clearly describe the issue including steps to reproduce when it is a bug.
   + Make sure you fill in the earliest version that you know has the issue.
 + Find the corresponding [repository on GitHub](https://github.com/apache/?query=commons-),
-[fork](https://help.github.com/articles/fork-a-repo/) and check out your forked repository.
+[fork](https://help.github.com/articles/fork-a-repo/) and check out your forked repository. If you don't have a GitHub account, you can still clone the Commons repository.
 
 Making Changes
 --------------
@@ -109,7 +109,6 @@ Additional Resources
 + [General GitHub documentation](https://help.github.com/)
 + [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
-+ `#apache-commons` IRC channel on `irc.freenode.net`
 
 [cla]:https://www.apache.org/licenses/#clas
 [jira]:https://issues.apache.org/jira/browse/COMMONSSITE
diff --git a/README.md b/README.md
index b323fbc..a29c525 100644
--- a/README.md
+++ b/README.md
@@ -44,10 +44,7 @@ Apache Commons Parent
 ===================
 
 [![Java CI](https://github.com/apache/commons-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
-[![Coverage Status](https://codecov.io/gh/apache/commons-parent/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-parent)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/65.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/65)
-[![CodeQL](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml)
 [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent)
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
@@ -69,7 +66,7 @@ Alternatively, you can pull it from  the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>65</version>
+  <version>66</version>
 </dependency>
 ```
 
@@ -111,7 +108,6 @@ Additional Resources
 + [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/COMMONSSITE)
 + [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
-+ `#apache-commons` IRC channel on `irc.freenode.org`
 
 Apache Commons Components
 -------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index fb34f50..6d0f653 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,11 +1,58 @@
-              Apache Commons Parent 65
-                  RELEASE NOTES
+Apache Commons Parent 66
+RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 66.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Version 66: Maintenance and update dependencies.
+
+Changes in this version include:
+
+New features:
+o                   Add property commons.javadoc21.java.link.
+o                   Add artifact:check-buildplan to the validate phase.
+
+Fixed Bugs:
+o                   Drop markmail from mailingList section
+
+Changes:
+o                   Bump maven-project-info-reports-plugin from 3.4.5 to 3.5.0. Thanks to Gary Gregory.
+o                   Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0. Thanks to Gary Gregory.
+o                   Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.3.0. Thanks to Gary Gregory.
+o                   Bump com.github.spotbugs:spotbugs from 4.8.1 to 4.8.3. Thanks to Gary Gregory.
+o                   Bump maven-javadoc-plugin from 3.6.2 to 3.6.3. Thanks to Gary Gregory.
+o                   Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 on Java 11 and up. Thanks to Gary Gregory.
+o                   Bump maven-failsafe-plugin from 3.2.2 to 3.2.5. Thanks to Gary Gregory.
+o                   Bump maven-surefire-plugin from 3.2.2 to 3.2.5. Thanks to Gary Gregory.
+o                   Bump maven-surefire-report-plugin from 3.2.2 to 3.2.5. Thanks to Gary Gregory.
+o                   Bump org.spdx:spdx-maven-plugin from 0.7.0 to 0.7.2. Thanks to Dependabot.
+o                   Bump maven-compiler-plugin from 3.11.0 to 3.12.1. Thanks to Gary Gregory.
+o                   Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.13.0 on Java 11 and up. Thanks to Gary Gregory.
+o                   Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2. Thanks to Gary Gregory.
+o                   Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1. Thanks to Gary Gregory.
+o                   Bump org.apache.bcel:bcel from 6.8.0 to 6.8.1. Thanks to Dependabot.
+o                   Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11. Thanks to Dependabot.
+o                   Drop Javadoc properties commons.javadocX.java.link for non-LTS Java versions. Thanks to Gary Gregory.
+
+
+Historical list of changes: https://commons.apache.org/proper/commons-parent/changes-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Parent website:
+
+https://commons.apache.org/proper/commons-parent/
+
+-----------------------------------------------------------------------------
+
+Apache Commons Parent 65
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 65.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 65: Maintenance and update dependencies
+Version 65: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -48,14 +95,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 64
-                  RELEASE NOTES
+Apache Commons Parent 64
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 64.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 64: Maintenance and update dependencies
+Version 64: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -81,14 +128,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 63
-                  RELEASE NOTES
+Apache Commons Parent 63
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 63.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 63: Maintenance and update dependencies
+Version 63: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -114,14 +161,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 62
-                  RELEASE NOTES
+Apache Commons Parent 62
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 62.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 62: Maintenance and update dependencies
+Version 62: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -138,14 +185,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 61
-                  RELEASE NOTES
+Apache Commons Parent 61
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 61.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 61: Maintenance and update dependencies
+Version 61: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -162,14 +209,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 60
-                  RELEASE NOTES
+Apache Commons Parent 60
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 60.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 60: Maintenance and update dependencies
+Version 60: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -203,14 +250,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 59
-                  RELEASE NOTES
+Apache Commons Parent 59
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 59.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 59: Maintenance and update dependencies
+Version 59: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -242,14 +289,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 58
-                  RELEASE NOTES
+Apache Commons Parent 58
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 58.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 57: Maintenance and update dependencies
+Version 57: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -273,14 +320,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 57
-                  RELEASE NOTES
+Apache Commons Parent 57
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 57.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 57: Maintenance and update dependencies
+Version 57: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -323,14 +370,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 56
-                  RELEASE NOTES
+Apache Commons Parent 56
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 56.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 56: Maintenance and update dependencies
+Version 56: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -352,14 +399,14 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 55
-                  RELEASE NOTES
+Apache Commons Parent 55
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 55.
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Version 55: Maintenance and update dependencies
+Version 55: Maintenance and update dependencies.
 
 Changes in this version include:
 
@@ -396,8 +443,8 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 54
-                  RELEASE NOTES
+Apache Commons Parent 54
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 54.
 
@@ -457,8 +504,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 53
-                  RELEASE NOTES
+Apache Commons Parent 53
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 53
 
@@ -527,8 +574,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 52
-                  RELEASE NOTES
+Apache Commons Parent 52
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 52.
 
@@ -562,8 +609,8 @@ Have fun!
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 51
-                  RELEASE NOTES
+Apache Commons Parent 51
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 51.
 
@@ -610,8 +657,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 50
-                  RELEASE NOTES
+Apache Commons Parent 50
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 50.
 
@@ -654,8 +701,8 @@ Have fun!
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 49
-                  RELEASE NOTES
+Apache Commons Parent 49
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 49.
 
@@ -709,8 +756,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 48
-                  RELEASE NOTES
+Apache Commons Parent 48
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the commons-parent-48 release!
 
@@ -765,8 +812,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 47
-                  RELEASE NOTES
+Apache Commons Parent 47
+RELEASE NOTES
 
 
 The Apache Commons Parent team is pleased to announce the commons-parent-47 release!
@@ -804,8 +851,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 46
-                  RELEASE NOTES
+Apache Commons Parent 46
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the commons-parent-46 release!
 
@@ -873,8 +920,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 45
-                  RELEASE NOTES
+Apache Commons Parent 45
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the commons-parent-45 release!
 
@@ -899,8 +946,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 44
-                  RELEASE NOTES
+Apache Commons Parent 44
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 44.
 
@@ -950,8 +997,8 @@ https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
-              Apache Commons Parent 43
-                  RELEASE NOTES
+Apache Commons Parent 43
+RELEASE NOTES
 
 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 43.
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b26e86..8371c11 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
     The changes report outputs actions in the order they appear in this file.
      -->
     <body>
-        <release version="66" date="20YY-MM-DD" description="Version 66: Maintenance and update dependencies">
+        <release version="66" date="2024-01-29" description="Version 66: Maintenance and update dependencies.">
            <!-- ADD -->
            <action type="add" dev="ggregory">Add property commons.javadoc21.java.link.</action>
            <action type="add" dev="ggregory">Add artifact:check-buildplan to the validate phase.</action>
@@ -83,7 +83,7 @@ The <action> type attribute can be add,update,fix,remove.
            <!-- REMOVE -->
            <action type="update" dev="ggregory" due-to="Gary Gregory">Drop Javadoc properties commons.javadocX.java.link for non-LTS Java versions.</action>
         </release>
-        <release version="65" date="2023-11-17" description="Version 65: Maintenance and update dependencies">
+        <release version="65" date="2023-11-17" description="Version 65: Maintenance and update dependencies.">
            <!-- ADD -->
            <action type="add" dev="ggregory">Add exec-maven-plugin to plugin management section.</action>
            <!-- FIX -->
@@ -111,7 +111,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.12.4 on 10.12.5 when on Java 11 and up.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 #330.</action>
         </release>
-        <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies">
+        <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies.">
            <!-- FIX -->
            <action type="add" dev="ggregory" due-to="Gary Gregory">Restore building on Java 8 (com.puppycrawl.tools:checkstyle 10.x requires Java 11).</action>
            <action type="add" dev="ggregory" due-to="Gary Gregory">Rename profile 'moditect' to 'java-9-up'.</action>
@@ -124,7 +124,7 @@ The <action> type attribute can be add,update,fix,remove.
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Gary Gregory">Use Checkstyle 9.x on Java less than 11 and Checkstyle 10.x on Java 11 and up.</action>
         </release>
-        <release version="63" date="2023-10-02" description="Version 63: Maintenance and update dependencies">
+        <release version="63" date="2023-10-02" description="Version 63: Maintenance and update dependencies.">
            <!-- FIX -->
            <!-- ADD -->
            <action type="add" dev="ggregory" due-to="Dependabot">Add commons.conf.dir property defaulting to src/conf.</action>
@@ -137,20 +137,20 @@ The <action> type attribute can be add,update,fix,remove.
            <!--  REMOVE -->
            <action type="remove" dev="ggregory" due-to="Gary Gregory">Remove obsolete Travis CI profiles.</action>
         </release>
-        <release version="62" date="2023-09-02" description="Version 62: Maintenance and update dependencies">
+        <release version="62" date="2023-09-02" description="Version 62: Maintenance and update dependencies.">
            <!-- FIX -->
            <action type="fix" dev="ggregory" due-to="Gary Gregory">Use addServiceUses when generating JPMS module info.</action>
            <!-- ADD -->
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Dependabot">Bump GitHub actions.</action>
         </release>
-        <release version="61" date="2023-08-26" description="Version 61: Maintenance and update dependencies">
+        <release version="61" date="2023-08-26" description="Version 61: Maintenance and update dependencies.">
            <!-- FIX -->
            <action type="fix" dev="ggregory" due-to="Gary Gregory">Always use version.maven-source-plugin 3.2.1 (workaround MSOURCES-143).</action>
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Dependabot">Bump GitHub actions.</action>
         </release>
-        <release version="60" date="2023-08-20" description="Version 60: Maintenance and update dependencies">
+        <release version="60" date="2023-08-20" description="Version 60: Maintenance and update dependencies.">
            <!-- FIX -->
            <action type="fix" dev="sjaranowski" due-to="Slawomir Jaranowski">Reuse the parent POM's maven-enforcer-plugin configuration</action>
            <action type="fix" dev="ggregory" due-to="Gary Gregory">Workaround MSOURCES-143 by using version.maven-source-plugin 3.2.1 on Java 8.</action>
@@ -170,7 +170,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot">Bump org.spdx:spdx-maven-plugin from 0.6.5 to 0.7.0.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump GitHub actions.</action>
         </release>
-        <release version="59" date="2023-07-22" description="Version 59: Maintenance and update dependencies">
+        <release version="59" date="2023-07-22" description="Version 59: Maintenance and update dependencies.">
            <!-- ADD -->
            <action type="add" dev="ggregory" due-to="Gary Gregory">Add moditect profile for JPMS on Java >= 9.</action>
            <action type="add" dev="ggregory" due-to="Gary Gregory">Add POM property commons.javadoc.javaee8.link.</action>
@@ -189,7 +189,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-release-plugin from 1.8.0 to 1.8.1.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-build-plugin from 1.12 to 1.13.</action>
         </release>
-        <release version="58" date="2023-05-20" description="Version 58: Maintenance and update dependencies">
+        <release version="58" date="2023-05-20" description="Version 58: Maintenance and update dependencies.">
            <!-- ADD -->
            <action type="add" dev="ggregory" due-to="Gary Gregory">Add commons.javadoc20.java.link.</action>
            <!-- FIX -->           
@@ -200,7 +200,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot">Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 #270.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump buildnumber-maven-plugin from 3.0.0 to 3.1.0 #271.</action>
         </release>
-        <release version="57" date="2023-04-22" description="Version 57: Maintenance and update dependencies">
+        <release version="57" date="2023-04-22" description="Version 57: Maintenance and update dependencies.">
            <!-- FIX -->           
            <action type="fix" dev="ggregory" due-to="Hervé Boutemy">Fix cyclonedx-maven-plugin configuration for multi-module projects.</action>
            <action type="fix" dev="ggregory" due-to="Hervé Boutemy">Drop non-reproducible Implementation-Build in jar #242.</action>
@@ -229,7 +229,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot">Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 #256.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump animal-sniffer-maven-plugin from 1.22 to 1.23 #251.</action>
         </release>
-        <release version="56" date="2022-12-30" description="Version 56: Maintenance and update dependencies">
+        <release version="56" date="2022-12-30" description="Version 56: Maintenance and update dependencies.">
            <!-- FIX -->
            <action type="fix" dev="sebb">Add Privacy link to site.xml</action>
            <!-- UPDATE -->
@@ -237,7 +237,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot">Bump versions-maven-plugin from 2.13.0 to 2.14.2 #181, #187, #191.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump wagon-ssh from 3.5.2 to 3.5.3 #190.</action>
         </release>
-        <release version="55" date="2022-12-07" description="Version 55: Maintenance and update dependencies">
+        <release version="55" date="2022-12-07" description="Version 55: Maintenance and update dependencies.">
            <action type="update" dev="ggregory" due-to="Gary Gregory">Make CycloneDX work better with multi-module projects.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">New interface methods must be default methods to maintain BC.</action>
            <!--  ADD -->
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 6ce982f..7bc2f99 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -15,8 +15,8 @@
 ## specific language governing permissions and limitations
 ## under the License.
 ##
-              ${project.name} ${version}
-                  RELEASE NOTES
+${project.name} ${version}
+RELEASE NOTES
 
 The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}.