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

commit 1225805e3ed1e47b1057919369f7f16870ea16a4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Aug 15 01:23:27 2024 +0000

    Prepare for the next release candidate
---
 README.md               |  8 ++++----
 RELEASE-NOTES.txt       | 31 +++++++++++++++++++++++++++++++
 src/changes/changes.xml |  2 +-
 3 files changed, 36 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 63e2d13..60e98bc 100644
--- a/README.md
+++ b/README.md
@@ -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://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/72.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/72)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/73.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/73)
 
[![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)
 
@@ -62,20 +62,20 @@ Getting the latest release
 --------------------------
 You can download source and binaries from our [download 
page](https://commons.apache.org/proper/commons-parent/download_parent.cgi).
 
-Alternatively, you can pull it from  the central Maven repositories:
+Alternatively, you can pull it from the central Maven repositories:
 
 ```xml
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>72</version>
+  <version>73</version>
 </dependency>
 ```
 
 Building
 --------
 
-Building requires a Java JDK and [Apache Maven](https://maven.apache.org/). 
+Building requires a Java JDK and [Apache Maven](https://maven.apache.org/).
 The required Java version is found in the `pom.xml` as the 
`maven.compiler.source` property.
 
 From a command shell, run `mvn` without arguments to invoke the default Maven 
goal to run all tests and checks.
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 7765def..a994b49 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,34 @@
+Apache Commons Parent 73
+RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 73.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
+
+Version 73: Maintenance and update dependencies.
+
+Changes
+-------
+*                   Bump com.github.siom79.japicmp:japicmp-maven-plugin from 
0.21.2 to 0.22.0 #453. Thanks to Dependabot, Gary Gregory.
+*                   Bump commons.pmd-impl.version from 7.3.0 to 7.4.0 #456. 
Thanks to Dependabot, Gary Gregory.
+*                   Bump org.apache.bcel:bcel from 6.9.0 to 6.10.0 #454. 
Thanks to Dependabot, Gary Gregory.
+*                   Bump org.junit:junit-bom from 5.11.0-M2 to 5.11.0 #457, 
#465. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.0 to 
2.8.1 #460. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 
3.4.1 #461, #466. Thanks to Dependabot, Gary Gregory.
+*                   Remove broken Maven profile for Java 11. 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/
+
+Enjoy!
+Apache Commons Team
+
+-----------------------------------------------------------------------------
 Apache Commons Parent 72
 RELEASE NOTES
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6ae1271..958bc31 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="73" date="YYYY-MM-DD" description="Version 73: 
Maintenance and update dependencies.">
+      <release version="73" date="2024-08-15" description="Version 73: 
Maintenance and update dependencies.">
         <!-- FIX -->
         <!-- ADD -->
         <!-- UPDATE -->

Reply via email to