Skip to content

Commit f01e49c

Browse files
committed
Backout commons-parent bump due to checkstyle version issue on Java 11
1 parent a1a6caa commit f01e49c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
<parent>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-parent</artifactId>
27-
<version>86</version>
27+
<version>85</version>
2828
</parent>
2929
<groupId>commons-codec</groupId>
3030
<artifactId>commons-codec</artifactId>

src/changes/changes.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ The <action> type attribute can be add,update,fix,remove.
4848
<!-- ADD -->
4949
<action type="add" dev="ggregory" due-to="Fredrik Kjellberg, Gary Gregory">Add org.apache.commons.codec.digest.CRC16.</action>
5050
<!-- UPDATE -->
51-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 86.</action>
5251
</release>
5352
<release version="1.19.0" date="2025-07-19" description="This is a feature and maintenance release. Java 8 or later is required.">
5453
<!-- FIX -->

0 commit comments

Comments
 (0)