Skip to content

Commit 0dc8a8b

Browse files
committed
Prepare for the next release candidate
1 parent 50562da commit 0dc8a8b

3 files changed

Lines changed: 40 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Apache Commons Parent
4545

4646
[![Java CI](https://github.com/apache/commons-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
4747
[![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)
48-
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/84.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/84)
48+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/85.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/85)
4949
[![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)
5050
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent)
5151

@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven repositories:
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>
7070
<artifactId>commons-parent</artifactId>
71-
<version>84</version>
71+
<version>85</version>
7272
</dependency>
7373
```
7474

RELEASE-NOTES.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
Apache Commons Parent 85 Release Notes
2+
------------------------------------------------
3+
4+
The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 85.
5+
6+
The Apache Commons Parent POM provides common settings for all Apache Commons components.
7+
8+
This is a feature and maintenance release. Java 8 or later is required.
9+
10+
New features
11+
------------
12+
* Exclude Eclipse files from Apache RAT.
13+
14+
Changes
15+
-------
16+
* Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.25.0 on Java 11 and up. Thanks to Gary Gregory.
17+
* Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1. Thanks to Gary Gregory.
18+
* Bump org.junit:junit-bom from 5.12.2 to 5.13.1 #626. Thanks to Gary Gregory, Dependabot.
19+
* Bump net.sourceforge.pmd:pmd-core from 7.13.0 to 7.14.0. Thanks to Gary Gregory.
20+
* Bump net.sourceforge.pmd:pmd-java from 7.13.0 to 7.14.0. Thanks to Gary Gregory.
21+
* Bump net.sourceforge.pmd:pmd-javascript from 7.13.0 to 7.14.0. Thanks to Gary Gregory.
22+
* Bump net.sourceforge.pmd:pmd-jsp from 7.13.0 to 7.14.0. Thanks to Gary Gregory.
23+
* Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 #630. Thanks to Gary Gregory, Dependabot.
24+
* Bump org.apache:apache from 34 to 35 #632. Thanks to Gary Gregory, Dependabot.
25+
26+
27+
Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html
28+
29+
For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
30+
patches, or suggestions for improvement, see the Apache Commons Parent website:
31+
32+
https://commons.apache.org/proper/commons-parent/
33+
34+
Enjoy!
35+
Apache Commons Team
36+
37+
-----------------------------------------------------------------------------
138
Apache Commons Parent 84 Release Notes
239
--------------------------------------
340

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
5757
The changes report outputs actions in the order they appear in this file.
5858
-->
5959
<body>
60-
<release version="85" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
60+
<release version="85" date="2025-06-15" description="This is a feature and maintenance release. Java 8 or later is required.">
6161
<!-- FIX -->
6262
<!-- ADD -->
6363
<action type="add" dev="jochen">Exclude Eclipse files from Apache RAT.</action>

0 commit comments

Comments
 (0)