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

khmarbaise pushed a commit to branch MACR-57
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git

commit 5ee96593f58ac1a97aab4c69d4c398186cb76a4a
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Mon Nov 13 20:58:06 2023 +0100

    [MACR-57] - Upgrade maven-plugin parent to 41
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index daca152..324d4e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>39</version>
+    <version>41</version>
     <relativePath />
   </parent>
 
@@ -151,7 +151,6 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>3.5.1</version>
               <configuration>
                 <goals>
                   <goal>clean</goal>

Reply via email to