Skip to content

Commit

Permalink
Prepare for the next release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 14, 2024
1 parent cde04e4 commit 996508b
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/74.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/74)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/75.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/75)
[![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)

Expand All @@ -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>74</version>
<version>75</version>
</dependency>
```

Expand Down
33 changes: 33 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
Apache Commons Parent 75
RELEASE NOTES

The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 75.

The Apache Commons Parent POM provides common settings for all Apache Commons components.

Version 75: Maintenance and update dependencies.

Changes
-------
* Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 #479. Thanks to Dependabot, Gary Gregory.
* Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 #481. Thanks to Dependabot, Gary Gregory.
* Bump commons.pmd-impl.version from 7.4.0 to 7.5.0, supports Java 23 #487. Thanks to Dependabot, Gary Gregory.
* Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.4.0 to 3.5.0 #482. Thanks to Dependabot, Gary Gregory.
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 #483. Thanks to Dependabot, Gary Gregory.
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 #484. Thanks to Dependabot, Gary Gregory.
* Bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1 on Java 11 and up #490. Thanks to Dependabot, Gary Gregory.
* Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1 #489. Thanks to Dependabot, Gary Gregory.
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 #491. 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 74
RELEASE NOTES

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-27T21:59:26Z</project.build.outputTimestamp>
<commons.release.version>74</commons.release.version>
<commons.release.next>75</commons.release.next>
<commons.release.version>75</commons.release.version>
<commons.release.next>76</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>73</commons.bc.version>
<commons.bc.version>74</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<!--
Define the following in ~/.m2/settings.xml in an active profile:
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="75" date="YYYY-MM-DD" description="Version 75: Maintenance and update dependencies.">
<release version="75" date="2024-09-14" description="Version 75: Maintenance and update dependencies.">
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
Expand Down

0 comments on commit 996508b

Please sign in to comment.