This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/mvn4 by this push:
new 77e07b0 Switch a few core plugins to the new api
77e07b0 is described below
commit 77e07b0fdac1ffd55f0e4db9eb6a160229b43c45
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Feb 24 17:00:56 2022 +0100
Switch a few core plugins to the new api
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e3872db..eeb5d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.20</version>
+ <version>1.21</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>