You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/08/31 18:26:11 UTC

[creadur-tentacles] branch master updated: Update animal sniffer plugin to 1.20

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 097a695  Update animal sniffer plugin to 1.20
097a695 is described below

commit 097a695f543649b0546457f9ec06854b7c8e77da
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Tue Aug 31 20:26:03 2021 +0200

    Update animal sniffer plugin to 1.20
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53becd8..d563aaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.19</version>
+        <version>1.20</version>
         <executions>
           <execution>
             <!-- This checks the source code of our project -->