Skip to content

Commit

Permalink
[MANTRUN-239] Upgrade parent pom to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Nov 6, 2023
1 parent 6514ab4 commit c41bbaf
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>39</version>
<version>40</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -61,8 +61,6 @@ under the License.

<properties>
<mavenVersion>3.2.5</mavenVersion>
<surefire.version>3.1.0</surefire.version>
<maven.plugin.tools.version>3.9.0</maven.plugin.tools.version>
<junit5.version>5.10.1</junit5.version>
<version.xmlunit>2.9.1</version.xmlunit>
<project.build.outputTimestamp>2022-04-18T19:40:06Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -107,6 +105,11 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
Expand Down Expand Up @@ -145,32 +148,6 @@ under the License.
</excludes>
</configuration>
</plugin>
<!-- remove with parent upgrade -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.5.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit c41bbaf

Please sign in to comment.