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

commit 6b34f4eb23311dc2d920177f57b18f673f0eb513
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 24 16:59:55 2022 -0400

    Reorg
---
 src/changes/changes.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a1f6e55..ea1fdcc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Release Notes</title>
   </properties>
   <body>
-    <release version="1.2.1" date="TBD" description="This is a maintenance 
release containing bug fixes. Java 1.2 or later is required.">
+    <release version="1.3.0" date="TBD" description="This is a maintenance 
release containing bug fixes. Java 8 or later is required.">
       <!--  FIXES -->
       <action issue="LOGGING-165" dev="britter" type="add">
         Add Automatic-Module-Name Manifest Header for Java 9 compatibility.
@@ -57,6 +57,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Jakob van Kruijssen, Bruno P. 
Kinoshita, Gary Gregory">
         Use a weak reference for the cached class loader #71.
       </action>
+      <action dev="ggregory" type="fix" due-to="xiaozhiliaoo">
+        Add more entries to .gitignore file #25.
+      </action>
+      <action dev="ggregory" type="fix" due-to="Arturo Bernal">
+        Minor Improvements #34.
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump actions/cache from 2 to 3.0.2 #50, #77.
@@ -67,9 +73,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump actions/setup-java from 1.4.0 to 3, #21.
       </action>
-      <action dev="ggregory" type="update" due-to="xiaozhiliaoo">
-        Add more entries to .gitignore file #25.
-      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump junit from 3.8.1 to 4.13.2 #23, #38.
       </action>
@@ -98,7 +101,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump servlet-api from 2.3 to 2.5 #27.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
-        Migrate from maven-checkstyle-plugin from 2.7 to 3.1.2 #35.
+        Bump maven-checkstyle-plugin from 2.7 to 3.1.2 #35.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.1.4 to 4.6.0.0 #33, #70, #78.
@@ -106,9 +109,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump spotbugs from 4.5.3 to 4.7.0 #81, #87.
       </action>
-      <action dev="ggregory" type="update" due-to="Arturo Bernal">
-        Minor Improvements #34.
-      </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump commons-parent from 52 to 53 #82.
       </action>
@@ -116,7 +116,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump github/codeql-action from 1 to 2 #86.
       </action>
     </release>
-    <release version="1.2" date="2014-07-11" description="This is a 
maintenance release containing bug fixes. Java 1.2 or later is required.">
+    <release version="1.2" date="2014-07-11" description="This is a 
maintenance release containing bug fixes. Java 6 or later is required.">
       <action issue="LOGGING-37" dev="tn" type="fix" due-to="Matthias 
Ernst,Archie Cobbs">
         Improve performance of LogFactory#getFactory() by calling 
Thread#currentThread()#getContextClassLoader()
         directly instead of using reflection. As a consequence support for JDK 
1.1 has been dropped.

Reply via email to