You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/01/04 12:51:37 UTC

[commons-logging] branch master updated (c2bf8a2 -> 25781da)

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

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


    from c2bf8a2  Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#35)
     new bfae7e5  Bump actions/cache from 2 to 2.1.5 #50 .
     new 41c15f1  Bump actions/checkout from 2.3.4 to 2.4.0 #63.
     new 25781da  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

[commons-logging] 01/03: Bump actions/cache from 2 to 2.1.5 #50 .

Posted by gg...@apache.org.
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 bfae7e51aab57dc85276d2cb91e0be8fee4247dd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 4 07:49:12 2022 -0500

    Bump actions/cache from 2 to 2.1.5 #50
    .
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d8258bc..147003a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -93,6 +93,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Arturo Bernal">
         Minor Improvements #34.
       </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump actions/cache from 2 to 2.1.5 #50.
+      </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.">
       <action issue="LOGGING-37" dev="tn" type="fix" due-to="Matthias Ernst,Archie Cobbs">

[commons-logging] 03/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging

Posted by gg...@apache.org.
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 25781da432d8c4ed117844efc9d3cf58ef51e2a2
Merge: 41c15f1 c2bf8a2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 4 07:51:18 2022 -0500

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging

 .github/workflows/maven.yml | 4 ++--
 pom.xml                     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

[commons-logging] 02/03: Bump actions/checkout from 2.3.4 to 2.4.0 #63.

Posted by gg...@apache.org.
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 41c15f1736d9d13f733ac941fa5760427251cd18
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 4 07:50:13 2022 -0500

    Bump actions/checkout from 2.3.4 to 2.4.0 #63.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 147003a..7268584 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,7 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
       </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump actions/checkout from v2.3.1 to v2.3.4, #24.
+        Bump actions/checkout from v2.3.1 to v2.4.0, #24, #63.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump actions/setup-java from v1.4.0 to v2, #21.