This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch sisu
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit dc6096284b46b70430e874ec8dab7c6896109e66
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Mon Jun 5 19:03:31 2023 +0200

    Bump Sisu Maven Plugin to 0.9.0.M2
    - remove usages of plexus-component-metadata plugin
---
 maven-surefire-common/pom.xml | 12 ------------
 pom.xml                       |  1 +
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 5604a4d4c..7b66a1ff2 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -154,18 +154,6 @@
           </dependency>
         </dependencies>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-component-metadata</artifactId>
-        <version>2.1.1</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>generate-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 8107330c2..96f894cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,7 @@
     <mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion>
     <powermockVersion>2.0.9</powermockVersion>
     <jacocoVersion>0.8.8</jacocoVersion>
+    <sisuVersion>0.9.0.M2</sisuVersion>
     
<surefire-shared-utils.version>${project.version}</surefire-shared-utils.version>
     
<maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
     <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>

Reply via email to