Skip to content

Commit 4b8ba46

Browse files
committed
Bump org.apache.commons:commons-parent from 80 to 81
1 parent 8667f69 commit 4b8ba46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>80</version>
22+
<version>81</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>commons-beanutils2</artifactId>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).</action>
3434
<!-- ADD -->
3535
<!-- UPDATE -->
36-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 80.</action>
36+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 81.</action>
3737
</release>
3838
<release version="2.0.0-M1" date="2024-12-27" description="This is a major release and requires Java 8">
3939
<action issue="BEANUTILS-503" dev="ggregory" type="update" due-to="Gary Gregory">

0 commit comments

Comments
 (0)