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-dependency-tree.git
The following commit(s) were added to refs/heads/mvn4 by this push:
new 4367bce Switch a few core plugins to the new api
4367bce is described below
commit 4367bcefe3c5ee1dfa73f3a4d5594f46c1a0909f
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Feb 24 17:00:58 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 2b65dbd..e71cc95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
- <version>4.0.0-alpha-1-SNAPSHOT</version>
+ <version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>