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 1de198e  Prepare for the next release candidate
1de198e is described below

commit 1de198ee8697de55a2290f13480e6d6a63232df4
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 25 21:40:57 2025 +0000

    Prepare for the next release candidate
---
 CONTRIBUTING.md              |   2 +-
 README.md                    |   6 +-
 RELEASE-NOTES.txt            | 206 +++++++++++++++++++++++++++----------------
 src/changes/changes.xml      |   2 +-
 src/changes/release-notes.vm |   4 +-
 5 files changed, 137 insertions(+), 83 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3e0f57f..c209cc9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+      https://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/README.md b/README.md
index fcd88b6..3662060 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+      https://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
@@ -45,7 +45,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)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-parent?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-parent)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/79.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/79)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/80.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/80)
 
[![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)
 
@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>79</version>
+  <version>80</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 790b2e5..fd51d9c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,5 +1,48 @@
-Apache Commons Parent 79
-RELEASE NOTES
+Apache Commons Parent 80 Release Notes
+--------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 80.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
+
+Version 80: This is a feature and maintenance release. Java 8 or later is 
required.
+
+New features
+------------
+*                   Add property commons.main.branch. Thanks to Gary Gregory.
+*                   Add property commons.release.branch. Thanks to Gary 
Gregory.
+*                   Add property commons.javadoc.failOnWarnings set to true. 
Thanks to Gary Gregory.
+
+Fixed Bugs
+----------
+*                   Fix broken Mockito dependency. Thanks to Gary Gregory.
+*                   Don't configure the Javadoc plugin to link to a fixed Java 
version, let the build pick up the matching version for that component. Thanks 
to Gary Gregory, Sylwester Lachiewicz.
+*                   Remove -nouses directive from maven-bundle-plugin. OSGi 
package imports now state 'uses' definitions for package imports, this doesn't 
affect JPMS #581. Thanks to Christoph Läubrich, Piotr P. Karwasz, Gary Gregory, 
Bernd.
+
+Changes
+-------
+*                   Bump com.github.siom79.japicmp:japicmp-maven-plugin from 
0.23.0 to 0.23.1 #574. Thanks to Dependabot, Arnout Engelen.
+*                   Bump org.apache.commons:commons-release-plugin from 1.8.3 
to 1.9.0 #576. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.apache.commons:commons-build-plugin from 1.14.1 
to 1.15.0 #577. Thanks to Dependabot, Gary Gregory.
+*                   Bump 
org.apache.maven.plugins:maven-remote-resources-plugin from 3.2.0 to 3.3.0 
(maven-artifact-plugin:3.6.0:check-buildplan (check-buildplan) reports plugin 
with non-reproducible output: 3.2.0, require minimum 3.3.0). Thanks to Gary 
Gregory.
+*                   Bump org.apache.maven.plugins:maven-artifact-plugin from 
3.5.3 to 3.6.0 #580. Thanks to Dependabot, Gary Gregory.
+*                   Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.0 
#579. Thanks to Dependabot, Gary Gregory.
+
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-parent/changes.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/
+
+Enjoy!
+Apache Commons Team
+
+-----------------------------------------------------------------------------
+
+Apache Commons Parent 79 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 79.
 
@@ -53,8 +96,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 78
-RELEASE NOTES
+
+Apache Commons Parent 78 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 78.
 
@@ -87,8 +131,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 77
-RELEASE NOTES
+
+Apache Commons Parent 77 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 77.
 
@@ -123,8 +168,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 76
-RELEASE NOTES
+
+Apache Commons Parent 76 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 76.
 
@@ -150,8 +196,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 75
-RELEASE NOTES
+
+Apache Commons Parent 75 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 75.
 
@@ -183,8 +230,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 74
-RELEASE NOTES
+
+Apache Commons Parent 74 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 74.
 
@@ -216,8 +264,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 73
-RELEASE NOTES
+
+Apache Commons Parent 73 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 73.
 
@@ -247,8 +296,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 72
-RELEASE NOTES
+
+Apache Commons Parent 72 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 72.
 
@@ -289,8 +339,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 71
-RELEASE NOTES
+
+Apache Commons Parent 71 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 71.
 
@@ -318,8 +369,9 @@ patches, or suggestions for improvement, see the Apache 
Commons Parent website:
 https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 70
-RELEASE NOTES
+
+Apache Commons Parent 70 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 70.
 
@@ -368,8 +420,9 @@ Enjoy!
 Apache Commons Team
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 69
-RELEASE NOTES
+
+Apache Commons Parent 69 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 69.
 
@@ -391,8 +444,9 @@ patches, or suggestions for improvement, see the Apache 
Commons Parent website:
 https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
-Apache Commons Parent 68
-RELEASE NOTES
+
+Apache Commons Parent 68 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 68.
 
@@ -418,8 +472,8 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-Apache Commons Parent 67
-RELEASE NOTES
+Apache Commons Parent 67 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 67.
 
@@ -447,8 +501,8 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-Apache Commons Parent 66
-RELEASE NOTES
+Apache Commons Parent 66 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 66.
 
@@ -494,8 +548,8 @@ https://commons.apache.org/proper/commons-parent/
 
 -----------------------------------------------------------------------------
 
-Apache Commons Parent 65
-RELEASE NOTES
+Apache Commons Parent 65 Release Notes
+--------------------------------------
 
 The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 65.
 
@@ -544,8 +598,8 @@ 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.
 
@@ -577,8 +631,8 @@ 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.
 
@@ -610,8 +664,8 @@ 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.
 
@@ -634,8 +688,8 @@ 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.
 
@@ -658,8 +712,8 @@ 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.
 
@@ -699,8 +753,8 @@ 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.
 
@@ -738,8 +792,8 @@ 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.
 
@@ -769,8 +823,8 @@ 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.
 
@@ -819,8 +873,8 @@ 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.
 
@@ -848,8 +902,8 @@ 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.
 
@@ -892,8 +946,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.
 
@@ -953,8 +1007,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
 
@@ -1023,8 +1077,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.
 
@@ -1058,8 +1112,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.
 
@@ -1106,8 +1160,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.
 
@@ -1150,8 +1204,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.
 
@@ -1205,8 +1259,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!
 
@@ -1261,8 +1315,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!
@@ -1300,8 +1354,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!
 
@@ -1338,8 +1392,6 @@ java.util.zip.ZipException: error in opening zip file
         at 
org.apache.maven.plugins.site.render.CategorySummaryDocumentRenderer.renderDocument(CategorySummaryDocumentRenderer.java:155)
 
 
-
-
 Changes in this version include:
 
 New features:
@@ -1369,8 +1421,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!
 
@@ -1395,8 +1447,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.
 
@@ -1446,8 +1498,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.
 
@@ -1476,3 +1528,5 @@ For complete information on Apache Commons Parent, 
including instructions on how
 patches, or suggestions for improvement, see the Apache Commons Parent website:
 
 https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7a646f9..8447768 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="80" date="YYYY-MM-DD" description="Version 80: This is 
a feature and maintenance release. Java 8 or later is required.">
+      <release version="80" date="2025-01-25" description="Version 80: This is 
a feature and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix broken 
Mockito dependency.</action>
         <action type="fix" dev="ggregory" due-to="Gary Gregory, Sylwester 
Lachiewicz">Don't configure the Javadoc plugin to link to a fixed Java version, 
let the build pick up the matching version for that component.</action>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 378a862..7deb03e 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}.
 

Reply via email to