This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
commit b8df728de2d39e8a540f235bbf0162f2204f4a97 Author: Gary Gregory <[email protected]> AuthorDate: Fri Jan 9 16:04:05 2026 -0500 Bump the next release and update changes --- pom.xml | 2 +- src/changes/changes.xml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 37a4611..700643a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>95</version> + <version>96-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons Parent</name> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c9aef9c..d1936b7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,13 @@ The <action> type attribute can be add,update,fix,remove. The changes report outputs actions in the order they appear in this file. --> <body> + <release version="96" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.1 to 0.25.2.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.junit.version from 5.14.1 to 5.14.2.</action> + </release> <release version="95" date="2026-01-08" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <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> @@ -66,8 +73,6 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1 #691.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.pmd-impl.version from 7.19.0 to 7.20.0 #689.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.0.0 on Java 21 and up.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.1 to 0.25.2.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.junit.version from 5.14.1 to 5.14.2.</action> </release> <release version="94" date="2025-12-30" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
