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/08 15:40:34 UTC

[commons-jexl] branch master updated (34542da -> 9110f17)

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 34542da  Merge pull request #73 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.5.3.0
     new 8961eff  Bump spotbugs-maven-plugin from 4.4.1 to 4.5.3.0 #73.
     new 9110f17  Fix indentation.

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:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

[commons-jexl] 01/02: Bump spotbugs-maven-plugin from 4.4.1 to 4.5.3.0 #73.

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 8961eff6f0c1d84ac3e8bab3be6552d13730b737
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 8 10:40:00 2022 -0500

    Bump spotbugs-maven-plugin from 4.4.1 to 4.5.3.0 #73.
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 529ccd8..6e81e57 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,9 +26,13 @@
     </properties>
     <body>
         <release version="3.3" date="YYYY-MM-DD">
+            <!-- UPDATE -->
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump checkstyle from 9.2 to 9.2.1 #72.
             </action>
+           <action dev="ggregory" type="update" due-to="Dependabot">
+                Bump spotbugs-maven-plugin from 4.4.1 to 4.5.3.0 #73.
+            </action>
         </release>
         <release version="3.2.1" date="2021-06-25">
             <action dev="henrib" type="fix" issue="JEXL-352" due-to="Øyvind Horneland">

[commons-jexl] 02/02: Fix indentation.

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 9110f17c92c7a2ca15d97c4cabfc64be7f2a3d6a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 8 10:40:15 2022 -0500

    Fix indentation.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 275d3f5..0062222 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jexl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf/commons-jexl.git</url>
       <tag>HEAD</tag>
-  </scm>
+    </scm>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/JEXL</url>