Skip to content

Commit 39e3bbe

Browse files
committed
Prepare for the next release candidate
1 parent c6fa465 commit 39e3bbe

3 files changed

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

RELEASE-NOTES.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
Apache Commons Parent 99 Release Notes
2+
--------------------------------------
3+
4+
The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 99.
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+
* Add REPOSITORIES.md. Thanks to Piotr P. Karwasz, Gary Gregory, Alex Herbert.
13+
14+
Fixed Bugs
15+
----------
16+
* Migrate from deprecated XML tags in Apache RAT POM configuration. Thanks to Alex Herbert.
17+
18+
Changes
19+
-------
20+
* Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.4 to 0.25.6, fixes https://github.com/siom79/japicmp/issues/504. Thanks to Gary Gregory.
21+
* Bump minimalMavenBuildVersion from 3.8.1 to 3.9. Thanks to Gary Gregory.
22+
* Bump commons.junit.version from 5.14.2 to 5.14.3. Thanks to Gary Gregory.
23+
24+
25+
Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html
26+
27+
For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
28+
patches, or suggestions for improvement, see the Apache Commons Parent website:
29+
30+
https://commons.apache.org/proper/commons-parent/
31+
32+
Enjoy!
33+
Apache Commons Team
34+
35+
-----------------------------------------------------------------------------
136
Apache Commons Parent 98 Release Notes
237
--------------------------------------
338

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="99" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
60+
<release version="99" date="2026-04-19" description="This is a feature and maintenance release. Java 8 or later is required.">
6161
<!-- FIX -->
6262
<action type="fix" dev="ggregory" due-to="Alex Herbert">Migrate from deprecated XML tags in Apache RAT POM configuration.</action>
6363
<!-- ADD -->

0 commit comments

Comments
 (0)