Skip to content

Commit 74c1651

Browse files
committed
Prepare for the next release candidate
1 parent 11ab850 commit 74c1651

4 files changed

Lines changed: 31 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ Additional Resources
110110
+ [Contributor License Agreement][cla]
111111
+ [General GitHub documentation](https://help.github.com/)
112112
+ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
113-
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
114113

115114
[cla]:https://www.apache.org/licenses/#clas
116115
[jira]:https://issues.apache.org/jira/browse/COMMONSSITE

README.md

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

@@ -111,7 +111,6 @@ Additional Resources
111111
+ [Apache Commons Homepage](https://commons.apache.org/)
112112
+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/COMMONSSITE)
113113
+ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
114-
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
115114

116115
Apache Commons Components
117116
-------------------------

RELEASE-NOTES.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
Apache Commons Parent 96 Release Notes
2+
--------------------------------------
3+
4+
The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 96.
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 org.apache:apache from 36 to 37. Thanks to Gary Gregory.
13+
* Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.1 to 0.25.4. Thanks to Gary Gregory.
14+
* Bump commons.junit.version from 5.14.1 to 5.14.2. Thanks to Gary Gregory.
15+
* Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.0 to 7.2.1 on Java 17 and up. Thanks to Gary Gregory.
16+
17+
18+
Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html
19+
20+
For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
21+
patches, or suggestions for improvement, see the Apache Commons Parent website:
22+
23+
https://commons.apache.org/proper/commons-parent/
24+
25+
Enjoy!
26+
Apache Commons Team
27+
28+
-----------------------------------------------------------------------------
129
Apache Commons Parent 95 Release Notes
230
--------------------------------------
331

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="96" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
60+
<release version="96" date="2026-01-17" 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)