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 18:00:13 UTC

[commons-jexl] branch master updated (22d92e50 -> ac2b7ebb)

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


    from 22d92e50 Merge remote-tracking branch 'origin/master'
     new 6cb8fe4d Organize
     new ac2b7ebb 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     | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)


[commons-jexl] 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-jexl.git

commit ac2b7ebb262cee8f89494b10e54d51947954c578
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 7 14:00:08 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 cdaeb917..cfcc4bf7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,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 fbcc1f68..573ee667 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,7 +39,7 @@
             </action>
             <!-- UPDATE -->
             <action dev="ggregory" type="update" due-to="Gary Gregory">
-                Bump actions/cache from 3 to 3.0.3.
+                Bump actions/cache from 3 to 3.0.4.
             </action>
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump actions/checkout from 2 to 3 #79.


[commons-jexl] 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-jexl.git

commit 6cb8fe4dabc2aa50ef7863b1c85d309a82fa0936
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 7 13:59:58 2022 -0400

    Organize
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e55bbb69..fbcc1f68 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,10 +26,11 @@
     </properties>
     <body>
         <release version="3.3" date="YYYY-MM-DD">
-            <!-- UPDATE -->
+            <!-- ADD -->
             <action dev="henrib" type="add" issue="JEXL-357" >
                 Configure accessible packages/classes/methods/fields
             </action>
+            <!--  FIX -->
             <action dev="henrib" type="fix" issue="JEXL-354"  due-to="William Price">
                 #pragma does not handle negative integer or real literals
             </action>