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 e1efd7cc Better release description
e1efd7cc is described below
commit e1efd7cc5ed500ab9358f4d4314eb21ecab829a3
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 7 08:49:49 2025 -0500
Better release description
---
RELEASE-NOTES.txt | 2 +-
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c834414e..9ebf233b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -6,7 +6,7 @@ The Apache Commons BeanUtils team is pleased to announce the
release of Apache C
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around
reflection and introspection.
-This is a maintenance release, requires Java 8.
+This is a maintenance release and requires Java 8.
Changes in this version include:
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c8764e0e..a052faec 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,12 +28,12 @@
<title>Release Notes</title>
</properties>
<body>
- <release version="1.10.1" date="YYYY-MM-DD" description="This is a
maintenance release, requires Java 8.">
+ <release version="1.10.1" date="YYYY-MM-DD" description="This is a
maintenance release and requires Java 8.">
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
</release>
- <release version="1.10.0" date="2024-12-26" description="This is a
maintenance release, requires Java 8.">
+ <release version="1.10.0" date="2024-12-26" description="This is a
maintenance release and requires Java 8.">
<!-- 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>