Skip to content

Commit 740eee4

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 56ca1a5 commit 740eee4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
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>79</version>
25+
<version>80</version>
2626
</parent>
2727
<artifactId>commons-release-plugin</artifactId>
2828
<packaging>maven-plugin</packaging>
@@ -295,7 +295,6 @@
295295
<encoding>${commons.encoding}</encoding>
296296
<notimestamp>true</notimestamp>
297297
<links>
298-
<link>${commons.javadoc.java.link}</link>
299298
<link>${commons.javadoc.javaee.link}</link>
300299
</links>
301300
<archive>

src/changes/changes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
<release version="1.9.1" date="YYYY-MM-DD" description="Version 1.9.1.">
2828
<!-- FIX -->
2929
<action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>
30+
<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>
3031
<!-- ADD -->
3132
<!-- UPDATE -->
3233
<action type="update" dev="engelen" due-to="Dependabot, Arnout Engelen">Bump org.apache.commons:commons-build-plugin from 1.14.1 to 1.15.0 #355.</action>
3334
<action type="update" dev="engelen" due-to="Dependabot, Gary Gregory">Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 #357.</action>
35+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 80.</action>
3436
</release>
3537
<release version="1.9.0" date="2025-01-08" description="Version 1.9.0">
3638
<!-- UPDATES -->

0 commit comments

Comments
 (0)