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-rat.git
The following commit(s) were added to refs/heads/master by this push:
new bb17bd4 Revert "RAT-290: Update animal sniffer maven plugin to 1.21"
bb17bd4 is described below
commit bb17bd4f7ad51ba232caa4b1a7322229397bc07e
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Feb 6 13:39:50 2022 +0100
Revert "RAT-290: Update animal sniffer maven plugin to 1.21"
Works locally but fails on Travis and ASF Jenkins - strange.
This reverts commit a558e0ea2f994f227e38e27b3738cdbfc74a7a78.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2b9ee52..99708af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@ agnostic home for software distribution comprehension and
audit tools.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.21</version>
+ <version>1.20</version>
<executions>
<execution>
<!-- This checks the source code of our project -->