This is an automated email from the ASF dual-hosted git repository.
aherbert 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 2497bc6 Track change to commons-skin.
2497bc6 is described below
commit 2497bc6efebfce527aa146555fc0e4f89d2978ed
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Sep 10 07:33:21 2026 +0100
Track change to commons-skin.
---
RELEASE-NOTES.txt | 1 +
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 25aa783..53a45c3 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -24,6 +24,7 @@ Changes
* Bump org.apache.felix:maven-bundle-plugin from 6.1.0 to
6.1.2 on Java 17 and up. Thanks to Gary Gregory.
* Bump com.github.siom79.japicmp:japicmp-maven-plugin from
0.26.1 to 0.26.2. Thanks to Gary Gregory.
* Bump maven-failsafe-plugin from 3.5.6 to 3.6.0. Thanks to
Gary Gregory.
+* Bump commons-skin from 5.2.0 to 5.3.0. Thanks to Alex
Herbert.
Historical list of changes:
https://commons.apache.org/proper/commons-parent/changes.html
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3e7d1de..3767c13 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.felix:maven-bundle-plugin from 6.1.0 to 6.1.2 on Java 17 and
up.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.siom79.japicmp:japicmp-maven-plugin from 0.26.1 to 0.26.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-failsafe-plugin from 3.5.6 to 3.6.0.</action>
+ <action type="update" dev="aherbert" due-to="Alex Herbert">Bump
commons-skin from 5.2.0 to 5.3.0.</action>
</release>
<release version="104" date="2026-08-20" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->