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-skin.git
The following commit(s) were added to refs/heads/master by this push:
new 46a74ce Bump org.apache.commons:commons-parent from 93 to 94
46a74ce is described below
commit 46a74ce4d0fefe39dd8b6bf8a4deb54c296bec19
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 17:37:38 2026 -0500
Bump org.apache.commons:commons-parent from 93 to 94
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2930de4..6b6ceed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>93</version>
+ <version>94</version>
</parent>
<artifactId>commons-skin</artifactId>
<version>5.2.1-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index de61dfb..51c3f5d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-parent from 89 to 93 #249, #251.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-parent from 89 to 94 #249, #251.</action>
</release>
<release version="5.2.0" date="2025-10-18" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->