This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new bd25bdcf8 Fix broken URL to project location in Maven Central #1296
bd25bdcf8 is described below
commit bd25bdcf802194e39ab101c47a8b16f996d47b9e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 14 07:33:39 2024 -0400
Fix broken URL to project location in Maven Central #1296
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb517e3bb..34ded46f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1754" type="fix" dev="ggregory" due-to="vhbcm">Use
getAllSuperclassesAndInterfaces() in getMatchingMethod() #1289.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Add details to the ArrayFill Javadoc.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Add details to the ArraySorter Javadoc.</action>
+ <action type="fix" dev="ggregory" due-to="Capt.
Cutlass">Fix broken URL to project location in Maven Central #1296.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Strings and refactor StringUtils.</action>
<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>