Skip to content

Commit 8fa6486

Browse files
[MPH-194] Upgrade Parent to 39
1 parent 7d9db40 commit 8fa6486

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-plugins</artifactId>
28-
<version>37</version>
28+
<version>39</version>
2929
<relativePath />
3030
</parent>
3131

@@ -70,7 +70,6 @@
7070
<properties>
7171
<javaVersion>8</javaVersion>
7272
<mavenVersion>3.2.5</mavenVersion>
73-
<mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
7473
<project.build.outputTimestamp>2022-08-14T12:24:27Z</project.build.outputTimestamp>
7574
</properties>
7675

@@ -111,7 +110,7 @@
111110
<dependency>
112111
<groupId>org.apache.maven.plugin-tools</groupId>
113112
<artifactId>maven-plugin-tools-generators</artifactId>
114-
<version>${mavenPluginToolsVersion}</version>
113+
<version>${maven.plugin.tools.version}</version>
115114
</dependency>
116115
<dependency>
117116
<groupId>org.ow2.asm</groupId>
@@ -126,7 +125,6 @@
126125
<dependency>
127126
<groupId>org.apache.maven.plugin-tools</groupId>
128127
<artifactId>maven-plugin-annotations</artifactId>
129-
<version>${mavenPluginToolsVersion}</version>
130128
<scope>provided</scope>
131129
</dependency>
132130

0 commit comments

Comments
 (0)