Skip to content

Commit 59ec22a

Browse files
committed
Prepare for the next release candidate
1 parent 88f7e44 commit 59ec22a

3 files changed

Lines changed: 34 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/97.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/97)
48+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/98.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/98)
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>97</version>
71+
<version>98</version>
7272
</dependency>
7373
```
7474

RELEASE-NOTES.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
Apache Commons Parent 98 Release Notes
2+
--------------------------------------
3+
4+
The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 98.
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+
Changes
11+
-------
12+
* Bump net.sourceforge.pmd:pmd-* from 7.21.0 to 7.23.0. Thanks to Gary Gregory.
13+
* Bump org.apache.felix:maven-bundle-plugin from 6.0.0 on 6.0.2 on Java 17 and up. Thanks to Gary Gregory.
14+
* Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.3.0 on Java 21 and up. Thanks to Gary Gregory.
15+
* Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.1 to 7.2.3 on Java 17 and up. Thanks to Gary Gregory.
16+
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3. Thanks to Gary Gregory.
17+
* Bump com.puppycrawl.tools:checkstyle from 13.2.0 to 13.4.0 on Java 21 and up. Thanks to Gary Gregory.
18+
* Bump commons.rat.version from 0.17.0 to 0.18 on Java 17 and up. Thanks to Gary Gregory.
19+
20+
21+
Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html
22+
23+
For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
24+
patches, or suggestions for improvement, see the Apache Commons Parent website:
25+
26+
https://commons.apache.org/proper/commons-parent/
27+
28+
Enjoy!
29+
Apache Commons Team
30+
31+
-----------------------------------------------------------------------------
132
Apache Commons Parent 97 Release Notes
233
--------------------------------------
334

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="98" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
60+
<release version="98" date="2026-04-03" description="This is a feature and maintenance release. Java 8 or later is required.">
6161
<!-- FIX -->
6262
<!-- ADD -->
6363
<!-- UPDATE -->

0 commit comments

Comments
 (0)