Skip to content

Commit 474b91c

Browse files
committed
Prepare for the next release candidate
1 parent 23f4602 commit 474b91c

4 files changed

Lines changed: 43 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-2026 The Apache Software Foundation
2+
Copyright 2006-2025 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/93.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/93)
48+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/94.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/94)
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>93</version>
71+
<version>94</version>
7272
</dependency>
7373
```
7474

RELEASE-NOTES.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
Apache Commons Parent 94 Release Notes
2+
--------------------------------------
3+
4+
The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 94.
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+
Fixed Bugs
11+
----------
12+
* Fix the benchmark profile to generate `test-classes/META-INF/BenchmarkList`. Thanks to Gary Gregory.
13+
14+
Changes
15+
-------
16+
* Bump minimalMavenBuildVersion from 3.6.3 to 3.8.1. Thanks to Gary Gregory.
17+
* Bump org.codehaus.mojo:taglist-maven-plugin from 3.2.1 to 3.2.2. Thanks to Gary Gregory.
18+
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2. Thanks to Gary Gregory.
19+
* Bump org.codehaus.mojo:versions-maven-plugin from 2.19.1 to 2.20.1. Thanks to Gary Gregory.
20+
* Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.24.2 to 0.25.1. Thanks to Gary Gregory.
21+
* Bump net.sourceforge.pmd:pmd-* from 7.18.0 to 7.19.0. Thanks to Gary Gregory.
22+
* Bump maven-assembly-plugin from 3.7.1 to 3.8.0. Thanks to Gary Gregory.
23+
* Bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.3.0 #687. Thanks to Gary Gregory, Dependabot.
24+
* Bump org.ow2.asm:asm from 9.9 to 9.9.1. Thanks to Gary Gregory.
25+
* Bump biz.aQute.bnd:biz.aQute.bndlib from 7.1.0 to 7.2.0 on Java 17 and up. Thanks to Gary Gregory.
26+
* Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3. Thanks to Gary Gregory.
27+
28+
29+
Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html
30+
31+
For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
32+
patches, or suggestions for improvement, see the Apache Commons Parent website:
33+
34+
https://commons.apache.org/proper/commons-parent/
35+
36+
Enjoy!
37+
Apache Commons Team
38+
39+
-----------------------------------------------------------------------------
140
Apache Commons Parent 93 Release Notes
241
--------------------------------------
342

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="94" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
60+
<release version="94" date="2025-12-30" description="This is a feature and maintenance release. Java 8 or later is required.">
6161
<!-- FIX -->
6262
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix the benchmark profile to generate `test-classes/META-INF/BenchmarkList`.</action>
6363
<!-- ADD -->

0 commit comments

Comments
 (0)