Skip to content

Commit 88d5656

Browse files
committed
Bump commons-parent from 87 to 88
1 parent bd237a1 commit 88d5656

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-parent</artifactId>
25-
<version>87</version>
25+
<version>88</version>
2626
</parent>
2727
<artifactId>commons-skin</artifactId>
2828
<version>5.1.1-SNAPSHOT</version>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ The <action> type attribute can be add,update,fix,remove.
5858
The changes report outputs actions in the order they appear in this file.
5959
-->
6060
<body>
61-
<release version="" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
61+
<release version="5.1.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
6262
<!-- FIX -->
6363
<!-- ADD -->
6464
<!-- UPDATE -->
65+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 87 to 88.</action>
6566
</release>
6667
<release version="5.1.0" date="2025-09-13" description="New features and bug fixes.">
6768
<!-- FIX -->

0 commit comments

Comments
 (0)