Skip to content

Commit 5b59487

Browse files
committed
Merge branch 'master' into release
2 parents 17fbe69 + cabd55a commit 5b59487

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ o Fix NullPointerException in org.apache.commons.lang3.compare.Compar
149149
o Fix NullPointerException in org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder.greaterThanOrEqualTo(A). Thanks to Gary Gregory.
150150
o Fix NullPointerException in org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder.lessThan(A). Thanks to Gary Gregory.
151151
o Fix NullPointerException in org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder.lessThanOrEqualTo(A). Thanks to Gary Gregory.
152+
o LANG-1776: Use GitHub URL in POM for improved automation support.
152153

153154
Changes:
154155
o Bump org.apache.commons:commons-parent from 73 to 85 #1267, #1277, #1283, #1288, #1302, #1377. Thanks to Gary Gregory, Dependabot.

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,18 @@
4141
Please ensure your build environment is up-to-date and kindly report any build issues.
4242
</description>
4343
<url>https://commons.apache.org/proper/commons-lang/</url>
44+
<ciManagement>
45+
<system>github</system>
46+
<url>https://github.com/apache/commons-lang/actions</url>
47+
</ciManagement>
4448
<issueManagement>
4549
<system>jira</system>
4650
<url>https://issues.apache.org/jira/browse/LANG</url>
4751
</issueManagement>
4852
<scm>
49-
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git</connection>
53+
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-lang.git</connection>
5054
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-lang.git</developerConnection>
51-
<url>https://gitbox.apache.org/repos/asf?p=commons-lang.git</url>
55+
<url>https://gitbox.apache.org/repos/asf/commons-lang.git</url>
5256
<tag>rel/commons-lang-3.18.0</tag>
5357
</scm>
5458
<!-- Lang should depend on very little -->
@@ -154,7 +158,7 @@
154158

155159
<!-- Commons Release Plugin -->
156160
<commons.bc.version>3.17.0</commons.bc.version>
157-
<commons.rc.version>RC1</commons.rc.version>
161+
<commons.rc.version>RC2</commons.rc.version>
158162
<commons.release.isDistModule>true</commons.release.isDistModule>
159163
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl>
160164
<!-- JaCoCo: Don't make code coverage worse than: -->

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
4444
<title>Apache Commons Lang Release Notes</title>
4545
</properties>
4646
<body>
47-
<release version="3.18.0" date="2025-07-04" description="This is a feature and maintenance release. Java 8 or later is required.">
47+
<release version="3.18.0" date="2025-07-06" description="This is a feature and maintenance release. Java 8 or later is required.">
4848
<!-- FIX -->
4949
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix flaky FileUtilsWaitForTest.testWaitForNegativeDuration().</action>
5050
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up exec-maven-plugin version from parent POM.</action>
@@ -108,6 +108,7 @@ The <action> type attribute can be add,update,fix,remove.
108108
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder.greaterThanOrEqualTo(A).</action>
109109
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder.lessThan(A).</action>
110110
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in org.apache.commons.lang3.compare.ComparableUtils.ComparableCheckBuilder.lessThanOrEqualTo(A).</action>
111+
<action issue="LANG-1776" type="fix" dev="pkarwasz">Use GitHub URL in POM for improved automation support.</action>
111112
<!-- ADD -->
112113
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Strings and refactor StringUtils.</action>
113114
<action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B. Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).</action>
@@ -156,7 +157,7 @@ The <action> type attribute can be add,update,fix,remove.
156157
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 85 #1267, #1277, #1283, #1288, #1302, #1377.</action>
157158
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">[site] Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #1300.</action>
158159
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">[test] Bump org.easymock:easymock from 5.4.0 to 5.6.0 #1317, #1387.</action>
159-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">[test] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.1 #1336.</action>
160+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">[test] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.1 #1336.</action>
160161
</release>
161162
<release version="3.17.0" date="2024-08-24" description="This is a feature and maintenance release. Java 8 or later is required.">
162163
<!-- FIX -->

0 commit comments

Comments
 (0)