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/06/07 17:54:07 UTC

[commons-configuration] branch master updated (1557a24c -> 3cbf4585)

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


    from 1557a24c Bump actions/cache from 3.0.2 to 3.0.3
     new c7eebb9e Organize
     new 3cbf4585 Bump actions/cache from 3.0.3 to 3.0.4

The 2 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:
 .github/workflows/maven.yml |  2 +-
 src/changes/changes.xml     | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)


[commons-configuration] 02/02: Bump actions/cache from 3.0.3 to 3.0.4

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

commit 3cbf4585e0963eff4a7d288c5498c0f4e4286c24
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 7 13:54:02 2022 -0400

    Bump actions/cache from 3.0.3 to 3.0.4
---
 .github/workflows/maven.yml | 2 +-
 src/changes/changes.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4af8119a..8dad9000 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
         
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/cache@v3.0.3
+    - uses: actions/cache@v3.0.4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d3415e78..0f7ce718 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,7 +96,7 @@
        </action>       
        <!-- UPDATES -->
        <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-         Bump actions/cache from 2 to 3.0.3 #99, #151, #169.
+         Bump actions/cache from 2 to 3.0.4 #99, #151, #169.
        </action>
        <action type="update" dev="ggregory" due-to="Dependabot">
          Bump actions/checkout from 1 to 3 #47, #62, #70, #85, #150, #163.


[commons-configuration] 01/02: Organize

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

commit c7eebb9e7f6c7d25ec69115f6f6c5510e37097b3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 7 13:53:53 2022 -0400

    Organize
---
 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 1f03fbf2..d3415e78 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,15 @@
          Add ImmutableConfiguration.getDuration() methods.
        </action>       
        <!-- UPDATES -->
+       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+         Bump actions/cache from 2 to 3.0.3 #99, #151, #169.
+       </action>
+       <action type="update" dev="ggregory" due-to="Dependabot">
+         Bump actions/checkout from 1 to 3 #47, #62, #70, #85, #150, #163.
+       </action>
+       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+         Bump actions/setup-java from 1.4.0 to 3 #63, #65, #73, #174.
+       </action>
        <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen">
          Bump codeql-action from v1 to v2.
        </action>
@@ -109,15 +118,6 @@
        <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen">
          Bump commons-parent from 52 to 53.
        </action>
-       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-         Bump actions/setup-java from 1.4.0 to 3 #63, #65, #73, #174.
-       </action>
-       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-         Bump actions/cache from 2 to 3.0.3 #99, #151, #169.
-       </action>
-       <action type="update" dev="ggregory" due-to="Dependabot">
-         Bump actions/checkout from 1 to 3 #47, #62, #70, #85, #150, #163.
-       </action>
        <action type="update" dev="ggregory" issue="CONFIGURATION-787" due-to="Gary Gregory">
          Bump Apache Commons Lang from 3.9 to 3.12.0.
        </action>