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 fc9259f Bump JUnit 3.8.1 to 4.13.2 fc9259f is described below commit fc9259f7ad5a6567b9ee17d34327aa5efa42579f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 18 12:05:12 2022 -0400 Bump JUnit 3.8.1 to 4.13.2 --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e9cca6c..654aacc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,9 +47,12 @@ The <action> type attribute can be add,update,fix,remove. <body> <!-- The release date is the date RC is cut --> <release version="1.4" date="2014-??-??" description="New features and bug fixes."> - <action issue="JXPATH-184" dev="britter" type="update" > + <action issue="JXPATH-184" dev="britter" type="update" due-to="britter, Gary Gregory"> Update to Java 8 </action> + <action issue="JXPATH-184" dev="britter" type="update" due-to="britter, Gary Gregory"> + Bump JUnit 3.8.1 to 4.13.2 + </action> <action issue="JXPATH-172" dev="britter" type="update" due-to="Michele Vivoda"> Clarify Javadoc of JXPathContext#getPointer </action>