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

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

commit 787d08488e23d8fa5c2a200b24f708cf6cfe0ff4
Author: Gerd Aschemann <g...@aschemann.net>
AuthorDate: Sun Jan 12 14:12:32 2025 +0100

    [MSTAGE-28] Upgrade to parent pom 43
    
    Avoid error of enforcer plugin with M4 by switching to latest parent POM.
    This makes it necessary to add versions for Plexus as it is dropped for 
some time.
    
    Cf. support-and-care/maven-support-and-care#77
    
    Closes #15
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2083b4e..a1a525f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>34</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <version>43</version>
   </parent>
 
   <artifactId>maven-stage-plugin</artifactId>
@@ -99,6 +98,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
+      <version>2.2.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -158,6 +158,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
+        <version>2.2.0</version>
         <executions>
           <execution>
             <goals>

Reply via email to