This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new d307981  Prepare for the next release candidate
d307981 is described below

commit d307981d0b7afdd0631e81cc686b35163d7d036c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 7 14:17:05 2026 +0000

    Prepare for the next release candidate
---
 README.md               |  4 ++--
 RELEASE-NOTES.txt       | 31 +++++++++++++++++++++++++++++++
 src/changes/changes.xml |  2 +-
 3 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b74c28f..e9ce80e 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Parent
 
 [![Java 
CI](https://github.com/apache/commons-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
 [![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)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/101.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/101)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/102.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/102)
 
[![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)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent)
 
@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>101</version>
+  <version>102</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index efa6f5b..f36636f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,34 @@
+Apache Commons Parent 102 Release Notes
+---------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 102.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
+
+This is a feature and maintenance release. Java 8 or later is required.
+
+Fixed Bugs
+----------
+*                   Configure JaCoCo to exclude the platform class loader such 
that it can prepare the agent when the embedded ASM version doesn't support the 
current byte code version. See https://github.com/jacoco/jacoco/issues/2152 
Thanks to Gary Gregory.
+
+Changes
+-------
+*                   Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.3 to 7.3.0 on 
Java 17 and up. Thanks to Gary Gregory.
+*                   Bump com.puppycrawl.tools:checkstyle from 13.4.2 to 13.5.0 
on Java 21 and up. Thanks to Gary Gregory.
+*                   Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15. 
Official Java 26 support. Experimental Java 27 support. Java 24-26 fixes. 
Thanks to Gary Gregory.
+
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-parent/changes.html
+
+For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Parent website:
+
+https://commons.apache.org/proper/commons-parent/
+
+Enjoy!
+Apache Commons Team
+
+-----------------------------------------------------------------------------
 Apache Commons Parent 101 Release Notes
 ---------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d831721..41f8caa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ 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="102" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+      <release version="102" date="2026-06-07" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <action type="fix" dev="ggregory" due-to="Gary Gregory">Configure 
JaCoCo to exclude the platform class loader such that it can prepare the agent 
when the embedded ASM version doesn't support the current byte code version. 
See https://github.com/jacoco/jacoco/issues/2152</action>
         <!-- ADD -->

Reply via email to