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
commit 6a863665619a8473bad736fe3936d3852965cfb4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 24 17:39:14 2024 +0000 Prepare for the next release candidate --- README.md | 4 ++-- RELEASE-NOTES.txt | 35 +++++++++++++++++++++++++++++++++++ pom.xml | 6 +++--- src/changes/changes.xml | 2 +- 4 files changed, 41 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 60e98bc..638a1bb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Apache Commons Parent [](https://github.com/apache/commons-parent/actions/workflows/maven.yml) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true) -[](https://javadoc.io/doc/org.apache.commons/commons-parent/73) +[](https://javadoc.io/doc/org.apache.commons/commons-parent/74) [](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml) [](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>73</version> + <version>74</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index a994b49..9358692 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,38 @@ +Apache Commons Parent 74 +RELEASE NOTES + +The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 74. + +The Apache Commons Parent POM provides common settings for all Apache Commons components. + +Version 74: Maintenance and update dependencies. + +Changes +------- +* Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 #468. Thanks to Dependabot, Gary Gregory. +* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 #469. Thanks to Dependabot, Gary Gregory. +* Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 #471. Thanks to Dependabot, Gary Gregory. +* Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.3.1 to 3.4.0 #470. Thanks to Dependabot, Gary Gregory. +* Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.22.0 to 0.23.0 #472. Thanks to Dependabot, Gary Gregory. +* Bump org.apache.maven.plugins:maven-jxr-plugin from 3.4.0 to 3.5.0 #473. Thanks to Dependabot, Gary Gregory. +* Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0 #474. Thanks to Dependabot, Gary Gregory. +* Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 #475. Thanks to Dependabot, Gary Gregory. +* Bump org.spdx:spdx-maven-plugin from 0.7.3 to 0.7.4 #476; + Fixes https://github.com/spdx/Spdx-Java-Library/issues/247 + Warning message for License list version. Thanks to Dependabot, 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 73 RELEASE NOTES diff --git a/pom.xml b/pom.xml index e3f5c09..72efc47 100644 --- a/pom.xml +++ b/pom.xml @@ -80,13 +80,13 @@ <!-- configuration bits for cutting a release candidate, must be overridden by components --> <!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? --> <project.build.outputTimestamp>2024-08-18T13:48:49Z</project.build.outputTimestamp> - <commons.release.version>73</commons.release.version> - <commons.release.next>74</commons.release.next> + <commons.release.version>74</commons.release.version> + <commons.release.next>75</commons.release.next> <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>COMMONSSITE</commons.jira.id> <!-- Commons Release Plugin --> <!-- Previous version of the component (used for reporting binary compatibility check)--> - <commons.bc.version>72</commons.bc.version> + <commons.bc.version>73</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <!-- Define the following in ~/.m2/settings.xml in an active profile: diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4404cdf..2682088 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="74" date="YYYY-MM-DD" description="Version 74: Maintenance and update dependencies."> + <release version="74" date="2024-08-24" description="Version 74: Maintenance and update dependencies."> <!-- FIX --> <!-- ADD --> <!-- UPDATE -->