Skip to content

Commit 137e194

Browse files
committed
Bump org.apache.commons:commons-parent from 94 to 95.
1 parent 5b6896f commit 137e194

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-parent</artifactId>
25-
<version>94</version>
25+
<version>95</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>commons-lang3</artifactId>
@@ -508,19 +508,6 @@
508508
</plugins>
509509
</build>
510510
</profile>
511-
<profile>
512-
<!-- TEMP until commons-parent 95 -->
513-
<!-- Java 11-16 -->
514-
<id>java-11-16</id>
515-
<activation>
516-
<jdk>[11,16]</jdk>
517-
</activation>
518-
<properties>
519-
<commons.checkstyle.version>10.26.1</commons.checkstyle.version>
520-
<!-- spdx can require Java 17 depending on undocumented behavior which kicks in for us here on macOS (but not on Java 8 somehow). -->
521-
<commons.spdx.version>0.5.5</commons.spdx.version>
522-
</properties>
523-
</profile>
524511
<profile>
525512
<id>java15</id>
526513
<activation>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The <action> type attribute can be add,update,fix,remove.
101101
<action type="add" dev="ggregory" due-to="Gary Gregory">JavaVersion.get(String) now support Java 26 and 27.</action>
102102
<action issue="LANG-1810" type="add" dev="ggregory" due-to="Yelim Koo, Gary Gregory">Deprecate SOFT_MAX_ARRAY_LENGTH in favor of MAX_ARRAY_LENGTH #1559.</action>
103103
<!-- UPDATE -->
104-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 94 #1498.</action>
104+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 95 #1498.</action>
105105
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0.</action>
106106
</release>
107107
<release version="3.20.0" date="2025-11-12" description="This is a feature and maintenance release. Java 8 or later is required.">

0 commit comments

Comments
 (0)