Skip to content

Commit 579b29a

Browse files
committed
Bump org.apache.commons:commons-parent from 79 to 80
Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS
1 parent 00f8e1d commit 579b29a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-parent</artifactId>
26-
<version>79</version>
26+
<version>80</version>
2727
</parent>
2828
<artifactId>commons-pool2</artifactId>
2929
<version>2.12.2-SNAPSHOT</version>

src/changes/changes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<release version="2.12.2" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4949
<!-- FIX -->
50+
<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>
5051
<!-- ADD -->
5152
<!-- UPDATE -->
53+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 80.</action>
5254
</release>
5355
<release version="2.12.1" date="2025-01-19" description="This is a feature and maintenance release. Java 8 or later is required.">
5456
<!-- FIX -->

0 commit comments

Comments
 (0)