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

khmarbaise pushed a commit to branch MJLINK-76
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit cc5b3c6a3278043443c142aaf219902e1a4b3d1f
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Tue Nov 14 10:18:46 2023 +0100

    [MJLINK-76] - 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 41a56ec..1708d19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>39</version>
+    <version>41</version>
     <relativePath />
   </parent>
 
@@ -228,7 +228,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.5.1</version>
             <configuration>
               
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <environmentVariables>

Reply via email to