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

sjaranowski pushed a commit to branch MPH-194
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit a4b16eb4702636e2de6c345a87be4152ee28e1eb
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Mar 8 20:57:58 2023 +0100

    [MPH-194] Upgrade Parent to 39
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index fa53630..15b067d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>37</version>
+    <version>39</version>
     <relativePath />
   </parent>
 
@@ -70,7 +70,6 @@
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
-    <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
     
<project.build.outputTimestamp>2022-08-14T12:24:27Z</project.build.outputTimestamp>
   </properties>
 
@@ -111,7 +110,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-generators</artifactId>
-      <version>${mavenPluginToolsVersion}</version>
+      <version>${maven.plugin.tools.version}</version>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
@@ -126,7 +125,6 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>${mavenPluginToolsVersion}</version>
       <scope>provided</scope>
     </dependency>
 

Reply via email to