We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4bd5e commit 0f36f66Copy full SHA for 0f36f66
pom.xml
@@ -23,7 +23,7 @@
23
<parent>
24
<groupId>org.apache.commons</groupId>
25
<artifactId>commons-parent</artifactId>
26
- <version>93</version>
+ <version>94</version>
27
</parent>
28
<artifactId>commons-pool2</artifactId>
29
<version>2.13.2-SNAPSHOT</version>
src/changes/changes.xml
@@ -20,6 +20,7 @@
20
<!-- FIX -->
21
<!-- ADD -->
22
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 94.</action>
</release>
<release version="2.13.1" date="2025-12-30" description="This is a maintenance release. Java 8 or later is required.">
0 commit comments