Skip to content

Commit 45da639

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 b168db6 commit 45da639

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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
<artifactId>commons-jcs3</artifactId>

src/changes/changes.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
<body>
2424
<release version="3.3.0" date="YYYY-MM-DD">
2525
<!-- FIX -->
26-
<action type="fix" dev="ggregory" due-to="ammannmi">
27-
Fix put time in JCSCache.put(K, V) #276.
28-
</action>
26+
<action type="fix" dev="ggregory" due-to="ammannmi">Fix put time in JCSCache.put(K, V) #276.</action>
27+
<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>
2928
<!-- ADD -->
3029
<action type="add" dev="ggregory" due-to="Gary Gregory">
3130
Add Maven property project.build.outputTimestamp for build reproducibility.
@@ -36,7 +35,7 @@
3635
</action>
3736
<!-- UPDATE -->
3837
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
39-
Bump org.apache.commons:commons-parent from 59 to 79 #222, #258, #277, #280, #286, #292, #296, #302.
38+
Bump org.apache.commons:commons-parent from 59 to 80 #222, #258, #277, #280, #286, #292, #296, #302.
4039
</action>
4140
<action dev="tv" type="update">
4241
Replace system properties to limit class deserialization

0 commit comments

Comments
 (0)