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-doxia.git
commit 33a135e55eb0b11406a4000325936867eba6ac50 Author: Guillaume Nodet <[email protected]> AuthorDate: Thu Feb 24 17:00:55 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 727bd33..70f37c3 100644 --- a/pom.xml +++ b/pom.xml @@ -276,7 +276,7 @@ under the License. <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-metadata</artifactId> - <version>2.1.1</version> + <version>2.2.0-SNAPSHOT</version> <executions> <execution> <goals>
