This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-logging.git


The following commit(s) were added to refs/heads/release by this push:
     new c03d6bc  Sort entries
c03d6bc is described below

commit c03d6bcd37d7461454488d27127d9fbbf2703664
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 30 14:26:22 2024 -0400

    Sort entries
---
 RELEASE-NOTES.txt       | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9307c08..7f58ead 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -12,8 +12,8 @@ This is a feature and maintenance release. Java 8 or later is 
required.
 Fixed Bugs
 ----------
 
-*               Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Thanks to 
Gary Gregory.
 * LOGGING-193:  Update Log4j 2 OSGi imports #268. Thanks to Philippe Marschall.
+*               Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Thanks to 
Gary Gregory.
 *               Fix NullPointerException in SimpleLog#write(Object) on null 
input. Thanks to Gary Gregory.
 *               Fix NullPointerException in SimpleLog#write(StringBuffer) on 
null input. Thanks to Gary Gregory.
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 04a8f18..f3d3228 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,8 +45,8 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="1.3.3" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
-      <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD 
UnnecessaryFullyQualifiedName in SimpleLog.</action>
       <action dev="ggregory" type="fix" issue="LOGGING-193" due-to="Philippe 
Marschall">Update Log4j 2 OSGi imports #268.</action> 
+      <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD 
UnnecessaryFullyQualifiedName in SimpleLog.</action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix 
NullPointerException in SimpleLog#write(Object) on null input.</action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix 
NullPointerException in SimpleLog#write(StringBuffer) on null input.</action>
       <!-- ADD -->

Reply via email to