This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new c21c92a2 Fix typo in exception message throws from
org.apache.commons.beanutils.PropertyUtilsBean.setMappedProperty(Object,
String, String, Object)
c21c92a2 is described below
commit c21c92a27a5ab8f3a6a9d8a94076b9f4a8252a53
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jul 20 16:29:10 2025 -0400
Fix typo in exception message throws from
org.apache.commons.beanutils.PropertyUtilsBean.setMappedProperty(Object,
String, String, Object)
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4f1c8e08..665724dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,7 +30,7 @@
<body>
<release version="1.11.1" date="YYYY-MM-DD" description="This is a
maintenance release and requires Java 8.">
<!-- FIX -->
- <action dev="ggregory" type="update" due-to="Gary Gregory">Fix typo in
exception message throws from
org.apache.commons.beanutils.PropertyUtilsBean.setMappedProperty(Object,
String, String, Object).</action>
+ <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix typo in
exception message throws from
org.apache.commons.beanutils.PropertyUtilsBean.setMappedProperty(Object,
String, String, Object).</action>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 85.</action>