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 Oct 5, 2024
1 parent 6a3688a commit 0886777
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 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/76.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/76)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/77.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/77)
[![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>76</version>
<version>77</version>
</dependency>
```

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

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

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

Version 77: Maintenance and update dependencies.

Fixed Bugs
----------
* Pin maven-pmd-plugin to 3.24.0, site compatibility is broken in 3.25.0. Thanks to Dependabot, Gary Gregory.

Changes
-------
* Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2 #498. Thanks to Dependabot, Gary Gregory.
* Bump commons.pmd-impl.version from 7.5.0 to 7.6.0 #501. Thanks to Dependabot, Gary Gregory.
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 #503. Thanks to Dependabot, Gary Gregory.
* Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 on Java 11 and up. Thanks to Dependabot, Gary Gregory.
* Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #506. Thanks to Dependabot, Gary Gregory.

Removed
-------
* Remove "cobertura" profile, we use JaCoco, Cobertura is unmaintained. 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 76
RELEASE NOTES

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="77" date="YYYY-MM-DD" description="Version 77: Maintenance and update dependencies.">
<release version="77" date="2024-10-05" description="Version 77: Maintenance and update dependencies.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Dependabot, Gary Gregory">Pin maven-pmd-plugin to 3.24.0, site compatibility is broken in 3.25.0.</action>
<!-- ADD -->
Expand Down

0 comments on commit 0886777

Please sign in to comment.