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 2022/09/18 13:23:58 UTC

[commons-parent] branch master updated: Prepare for release candidate 54-RC1

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 f9a08c7  Prepare for release candidate 54-RC1
f9a08c7 is described below

commit f9a08c72aac38f167e27c0768836fdd350b5eddc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 18 09:23:54 2022 -0400

    Prepare for release candidate 54-RC1
---
 CONTRIBUTING.md              |  2 +-
 RELEASE-NOTES.txt            | 66 ++++++++++++++++++++++++--------------------
 src/changes/release-notes.vm |  2 +-
 3 files changed, 38 insertions(+), 32 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d13d03d..d3dc2f9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -61,7 +61,7 @@ Making Changes
 --------------
 
 + Create a _topic branch_ for your isolated work.
-  * Usually you should base your branch on the `master` branch.
+  * Usually you should base your branch on the `master` or `trunk` branch.
   * A good topic branch name can be the JIRA bug id plus a keyword, e.g. `COMMONSSITE-123-InputStream`.
   * If you have submitted multiple JIRA issues, try to maintain separate branches and pull requests.
 + Make commits of logical units.
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index b892e9b..e656c22 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -10,47 +10,53 @@ Version 54: SBOMs, drop JDepend, replace FindBugs with SpotBugs, dependency bump
 Changes in this version include:
 
 New features:
-o Add .vscode/* to RAT excludes.
-o Add property commons.javadoc18.java.link. Thanks to Dependabot.
-o Add JUnit BOM to dependency management.
-o Add CycloneDX SBOM generation #122. Thanks to Steve Springett.
-o Add SPDX SBOM generation. Thanks to Gary Gregory.
+o                   Add .vscode/* to RAT excludes.
+o                   Add property commons.javadoc18.java.link. Thanks to Dependabot.
+o                   Add JUnit BOM to dependency management.
+o                   Add CycloneDX SBOM generation #122. Thanks to Steve Springett.
+o                   Add SPDX SBOM generation. Thanks to Gary Gregory.
 
 Changes:
-o Bump actions/cache from 3 to 3.0.6, #118. Thanks to Gary Gregory, Dependabot.
-o Bump actions/setup-java from 2 to 3. Thanks to Gary Gregory.
-o Bump apache from 24 to 27 #112, #127. Thanks to Dependabot.
-o Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 #105. Thanks to Dependabot.
-o Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.
-o Bump spotbugs from 4.5.3 to 4.7.1 #120. Thanks to Gary Gregory, Dependabot.
-o Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.1.1, #129. Thanks to Gary Gregory, Dependabot.
-o Bump maven-project-info-reports-plugin from 3.2.2 to 3.4.0 #107, #128. Thanks to Dependabot.
-o Bump maven-site-plugin from 3.11.0 to 3.12.1 #108, #132. Thanks to Dependabot.
-o Bump maven-bundle-plugin from 5.1.4 to 5.1.8, #111, #126, #133. Thanks to Gary Gregory, Dependabot.
-o Bump net.sourceforge.pmd:pmd-* from 6.44.0 to 6.48.0. Thanks to Gary Gregory.
-o Bump maven-jxr-plugin from 3.1.1 to 3.2.0 #110. Thanks to Dependabot.
-o Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 #114. Thanks to Dependabot.
-o Bump apache-rat from 0.13 to 0.14. Thanks to Gary Gregory.
-o Bump biz.aQute.bndlib from 6.2.0 to 6.3.1. Thanks to Gary Gregory.
-o Bump maven-pmd-plugin from 3.16.0 to 3.17.0. Thanks to Gary Gregory.
-o Bump maven-enforcer-plugin from 3.0.0 to 3.1.0. Thanks to Gary Gregory.
-o Bump org.apache.maven.wagon:wagon-ssh 3.5.1 to 3.5.2. Thanks to Gary Gregory.
-o Bump maven-assembly-plugin from 3.3.0 to 3.4.2 #123. Thanks to Dependabot, Gary Gregory.
+o                   Bump actions/cache from 3 to 3.0.8, #118. Thanks to Gary Gregory, Dependabot.
+o                   Bump actions/checkout from 3 to 3.0.2. Thanks to Gary Gregory.
+o                   Bump actions/setup-java from 2 to 3. Thanks to Gary Gregory.
+o                   Bump apache from 24 to 27 #112, #127. Thanks to Dependabot.
+o                   Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 #105. Thanks to Dependabot.
+o                   Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.
+o                   Bump spotbugs from 4.5.3 to 4.7.2 #120, #143. Thanks to Gary Gregory, Dependabot.
+o                   Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.2.0, #129, #142. Thanks to Gary Gregory, Dependabot.
+o                   Bump maven-project-info-reports-plugin from 3.2.2 to 3.4.1 #107, #128. Thanks to Dependabot.
+o                   Bump maven-site-plugin from 3.11.0 to 3.12.1 #108, #132. Fix [WARNING] An issue has occurred with apache-rat-plugin:0.14:rat report, skipping LinkageError org.apache.rat.mp.RatReportMojo.generate(Lorg/codehaus/doxia/sink/Sink;Ljava/util/Locale;)V, Thanks to Dependabot.
+o                   Bump maven-bundle-plugin from 5.1.4 to 5.1.8, #111, #126, #133. Thanks to Gary Gregory, Dependabot.
+o                   Bump net.sourceforge.pmd:pmd-* from 6.44.0 to 6.49.0, #138. Thanks to Gary Gregory, Dependabot.
+o                   Bump maven-jxr-plugin from 3.1.1 to 3.3.0 #110, #136. Thanks to Dependabot.
+o                   Bump maven-javadoc-plugin from 3.3.2 to 3.4.1 #114. Thanks to Dependabot, Gary Gregory.
+o                   Bump apache-rat from 0.13 to 0.15. Thanks to Gary Gregory.
+o                   Bump biz.aQute.bndlib from 6.2.0 to 6.3.1. Thanks to Gary Gregory.
+o                   Bump maven-pmd-plugin from 3.16.0 to 3.19.0 #141. Thanks to Gary Gregory, Dependabot.
+o                   Bump maven-enforcer-plugin from 3.0.0 to 3.1.0. Thanks to Gary Gregory.
+o                   Bump org.apache.maven.wagon:wagon-ssh 3.5.1 to 3.5.2. Thanks to Gary Gregory.
+o                   Bump maven-assembly-plugin from 3.3.0 to 3.4.2 #123. Thanks to Dependabot, Gary Gregory.
+o                   Bump Surefire 2.22.2 to 3.0.0-M7. Thanks to Gary Gregory.
+o                   Bump Failsafe 2.22.2 to 3.0.0-M7. Thanks to Gary Gregory.
+o                   Bump animal-sniffer-maven-plugin from 1.21 to 1.22. Thanks to Gary Gregory.
+o                   Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0. Thanks to Gary Gregory.
+o                   Bump japicmp-maven-plugin from 0.15.7 to 0.16.0 #140. Thanks to Gary Gregory.
+o                   Bump versions-maven-plugin from 2.11.0 to 2.12.0 #144. Thanks to Dependabot.
+o                   Bump maven-jar-plugin from 3.2.2 to 3.3.0 #147. Thanks to Dependabot.
 
 Removed:
-o Remove org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with current versions of RAT and site plugins. Thanks to Gary Gregory.
-o Remove FindBugs properties, use SpotBugs instead. Thanks to Gary Gregory.
+o                   Remove org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with current versions of RAT and site plugins. Thanks to Gary Gregory.
+o                   Remove FindBugs properties, use SpotBugs instead. Thanks to Gary Gregory.
+o                   Remove Maven Clirr plugin in favor of JApiCmp. Thanks to Gary Gregory.
 
-Historical list of changes: https://commons.apache.org/commons-parent-pom.html
+Historical list of changes: https://commons.apache.org/commons-parent-pom.htmlchanges-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 Apache Commons Parent website:
 
 https://commons.apache.org/commons-parent-pom.html
 
-Have fun!
--Apache Commons Parent team
-
 -----------------------------------------------------------------------------
 
 
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index e0589ca..17961dc 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -18,7 +18,7 @@
               ${project.name} ${version}
                   RELEASE NOTES
 
-The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}
+The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}.
 
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")