Skip to content

Commit 90d6ad3

Browse files
committed
Prepare for the next release candidate
1 parent c30683a commit 90d6ad3

4 files changed

Lines changed: 33 additions & 4 deletions

File tree

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Commons Parent
2-
Copyright 2006-2025 The Apache Software Foundation
2+
Copyright 2006-2026 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (https://www.apache.org/).

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

RELEASE-NOTES.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Apache Commons Parent 95 Release Notes
2+
--------------------------------------
3+
4+
The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 95.
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+
* Use spdx 0.5.5 on Java 11, spdx can require Java 17 depending on undocumented behavior which applies for us sometimes on macOS (but never on Java 8). Thanks to Gary Gregory.
13+
* Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1 #691. Thanks to Gary Gregory, Dependabot.
14+
* Bump commons.pmd-impl.version from 7.19.0 to 7.20.0 #689. Thanks to Gary Gregory, Dependabot.
15+
* Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.0.0 on Java 21 and up. Thanks to Gary Gregory, Dependabot.
16+
* Bump org.apache:apache from 35 to 36. Thanks to Gary Gregory.
17+
18+
19+
Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html
20+
21+
For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
22+
patches, or suggestions for improvement, see the Apache Commons Parent website:
23+
24+
https://commons.apache.org/proper/commons-parent/
25+
26+
Enjoy!
27+
Apache Commons Team
28+
29+
-----------------------------------------------------------------------------
130
Apache Commons Parent 94 Release Notes
231
--------------------------------------
332

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="95" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
60+
<release version="95" date="2026-01-08" description="This is a feature and maintenance release. Java 8 or later is required.">
6161
<!-- FIX -->
6262
<action type="update" dev="ggregory" due-to="Gary Gregory">Use spdx 0.5.5 on Java 11, spdx can require Java 17 depending on undocumented behavior which applies for us sometimes on macOS (but never on Java 8).</action>
6363
<!-- ADD -->

0 commit comments

Comments
 (0)