Skip to content

Commit 29aac84

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>79</version>
23+
<version>80</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
2626
<version>1.13.1-SNAPSHOT</version>

src/changes/changes.xml

+2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@
4343
<release version="1.13.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4444
<!-- FIX -->
4545
<action type="fix" issue="CSV-317" dev="ggregory" due-to="Filipe Roque">Release history link changed from changes-report.html to changes.html #516.</action>
46+
<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>
4647
<!-- ADD -->
4748
<!-- UPDATE -->
4849
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.opencsv:opencsv from 5.9 to 5.10.</action>
4950
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 #522.</action>
51+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 80.</action>
5052
</release>
5153
<release version="1.13.0" date="2025-01-08" description="This is a feature and maintenance release. Java 8 or later is required.">
5254
<!-- FIX -->

0 commit comments

Comments
 (0)