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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new 2e6b5e49 Fix changes report link
2e6b5e49 is described below
commit 2e6b5e49389edcee3d76210ccbd06d9dc186ef8d
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 17 15:02:18 2025 -0500
Fix changes report link
---
RELEASE-NOTES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 031f2862..65d1efd0 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -125,7 +125,7 @@ o Deprecate
BeanUtilsBean.initCause(Throwable, Throwable) for re
o Deprecate BeanUtils.initCause(Throwable, Throwable) for
removal, use Throwable.initCause(Throwable). Thanks to Gary Gregory.
-Historical list of changes:
https://commons.apache.org/proper/commons-beanutils//changes-report.html
+Historical list of changes:
https://commons.apache.org/proper/commons-beanutils/changes.html
For complete information on Apache Commons BeanUtils, including instructions
on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons BeanUtils
website: