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 118dda1a Update next release version
118dda1a is described below
commit 118dda1a10e62b1729a46e40abc9f5f654a68023
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 20 07:29:23 2024 -0400
Update next release version
---
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 aa725b44..48feeb91 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,7 +28,7 @@
<title>Release Notes</title>
</properties>
<body>
- <release version="1.9.5" date="YYYY-MM-DD" description="This is a
maintenance release.">
+ <release version="1.10.0" date="YYYY-MM-DD" description="This is a
maintenance release.">
<!-- FIX -->
<action type="fix" issue="BEANUTILS-541" dev="ggregory" due-to="Sergey
Chernov">FluentPropertyBeanIntrospector caches corrupted writeMethod (1.x
backport) #69.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Replace internal
use of Locale.ENGLISH with Locale.ROOT.</action>