Skip to content

Commit 54a7003

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 31c860c commit 54a7003

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-parent</artifactId>
24-
<version>79</version>
24+
<version>80</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ The <action> type attribute can be add,update,fix,remove.
209209
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up exec-maven-plugin version from parent POM.</action>
210210
<action type="fix" dev="ggregory" due-to="Anthony Goubard">Fixed commons-vfs2-sandbox module not compiling due to missing imports and library #634.</action>
211211
<action type="fix" dev="ggregory" due-to="Marek Sunda, Gary Gregory, Arnout Engelen">FtpFileObject.getChildren() should throw org.apache.commons.vfs2.FileNotFoundException instead of java.io.FileNotFoundException #638.</action>
212+
<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>
212213
<!-- ADD -->
213214
<action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary Gregory">
214215
Config option for trailing slash in webdav URI #425.
@@ -266,7 +267,7 @@ The <action> type attribute can be add,update,fix,remove.
266267
</action>
267268
<!-- UPDATE -->
268269
<action dev="ggregory" due-to="Dependabot, Gary Gregory" type="update">
269-
Bump org.apache.commons:commons-parent from 52 to 79 #497, #588, #592, #600, #608, #615, #623.
270+
Bump org.apache.commons:commons-parent from 52 to 80 #497, #588, #592, #600, #608, #615, #623.
270271
</action>
271272
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
272273
Bump actions/cache and others.

0 commit comments

Comments
 (0)