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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 4925de93 Fix build on Java 22
4925de93 is described below

commit 4925de9308c519497305f42c21f6538f77c1c2b3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Apr 16 14:43:42 2024 -0400

    Fix build on Java 22
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a2d01ade..8549d531 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,8 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
   <release version="1.12.1" date="YYYY-MM-DD" description="Release 1.12.1. 
Requires Java 8 or above.">
+    <!-- FIX -->
+    <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix build on Java 
22.</action>
   </release>
   <release version="1.12.0" date="2024-04-13" description="Release 1.12.0. 
Requires Java 8 or above.">
     <!-- ADD -->

Reply via email to