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/08/16 19:36:41 UTC

[commons-parent] branch master updated: Bump animal-sniffer-maven-plugin from 1.21 to 1.22

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


The following commit(s) were added to refs/heads/master by this push:
     new 8ca044d  Bump animal-sniffer-maven-plugin from 1.21 to 1.22
8ca044d is described below

commit 8ca044d50e8eb64cf841ad4c758c02d86b92f44f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 16 15:36:36 2022 -0400

    Bump animal-sniffer-maven-plugin from 1.21 to 1.22
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f826c9a..6bf53ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
     <commons.compiler.javadoc />
 
     <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
-    <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
+    <commons.animal-sniffer.version>1.22</commons.animal-sniffer.version>
     <!-- Almost all signatures use version 1.0. Allow override just in case -->
     <commons.animal-sniffer.signature.version>1.0</commons.animal-sniffer.signature.version>
     <commons.assembly-plugin.version>3.4.2</commons.assembly-plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0cf2308..5330ebd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,6 +92,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-assembly-plugin from 3.3.0 to 3.4.2 #123.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Surefire 2.22.2 to 3.0.0-M7.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Failsafe 2.22.2 to 3.0.0-M7.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump animal-sniffer-maven-plugin from 1.21 to 1.22.</action>
         </release>
 
         <release version="53" date="2022-03-31" description="WARNING: checkstyle version has been updated; there are breaking changes which may require updates to checkstyle.xml files">