Skip to content

Commit 68dd14f

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 64afc91 commit 68dd14f

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
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-pool3</artifactId>
2929
<version>3.0.0-SNAPSHOT</version>

src/changes/changes.xml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,20 @@ The <action> type attribute can be add,update,fix,remove.
4545
</properties>
4646
<body>
4747
<release version="3.0.0" date="2023-MM-DD" description="This is a feature and maintenance release (Java 8 or above).">
48+
<!-- FIX -->
49+
<action dev="psteitz" type="fix" issue="POOL-407">Add ReslientPooledObjectFactory to provide resilence against factory outages.</action>
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>
4851
<!-- REMOVE -->
49-
<action dev="ggregory" type="remove">
50-
Deprecations from version 2.x have been removed.
51-
</action>
52+
<action dev="ggregory" type="remove">Deprecations from version 2.x have been removed.</action>
5253
<!-- UPDATE -->
53-
<action dev="ggregory" type="update">
54-
Bump Java from 8 to 17.
55-
</action>
54+
<action dev="ggregory" type="update">Bump Java from 8 to 17.
55+
<action type="update" dev="ggregory">Bump org.apache.commons:commons-parent from 79 to 80.</action>
56+
</action>
5657
<action dev="ggregory" type="update">Bump org.apache.commons:commons-parent from 58 to 78 #297, #328, #338, #341, #347, #351, #354, #361.</action>
5758
<action dev="ggregory" type="update">Bump org.ow2.asm:asm-util from 9.5 to 9.7.1 #252, #294, #355.</action>
5859
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0 #326, #333, #342.</action>
5960
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.10.0 #263, #306, #327.</action>
6061
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.hamcrest:hamcrest-library from 2.2 to 3.0 #330.</action>
61-
<!-- FIX -->
62-
<action dev="psteitz" type="fix" issue="POOL-407">
63-
Add ReslientPooledObjectFactory to provide resilence against factory outages.
64-
</action>
6562
</release>
6663
<release version="2.12.1" date="YYYY-MM-DD" description="This is a feature and maintenance release (Java 8 or above).">
6764
<!-- FIX -->

0 commit comments

Comments
 (0)