This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MNG-6909v2 in repository https://gitbox.apache.org/repos/asf/maven.git
commit b7510d627f588d3ae95bdd4aeceab0d3e67c682d Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Jan 2 23:34:55 2021 +0100 [MNG-6909] Convert to JSR330 - use sisu plugin --- maven-model-builder/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-model-builder/pom.xml b/maven-model-builder/pom.xml index 9415e5d..3beadaf 100644 --- a/maven-model-builder/pom.xml +++ b/maven-model-builder/pom.xml @@ -93,8 +93,8 @@ under the License. <build> <plugins> <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> + <groupId>org.eclipse.sisu</groupId> + <artifactId>sisu-maven-plugin</artifactId> </plugin> </plugins> </build>
