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-jxpath.git
The following commit(s) were added to refs/heads/master by this push: new a3bdc78 Updates for the next release a3bdc78 is described below commit a3bdc7867409b58d525df10b63ee6440c5ab15f4 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 18 12:26:26 2025 +0000 Updates for the next release --- src/changes/changes.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b545b19..8181632 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,7 +47,12 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> <!-- The release date is the date RC is cut --> - <release version="1.4.0" date="2025-04-12" description="New features and bug fixes."> + <release version="1.4.1" date="YYYY-MM-DD" description="This is a maintenance release. Java 8 or later is required."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> + <release version="1.4.0" date="2025-04-12" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action issue="JXPATH-172" dev="britter" type="fix" due-to="Michele Vivoda"> Clarify Javadoc of JXPathContext#getPointer.