Skip to content

Commit

Permalink
[MINSTALL-174] Upgrade maven-plugin parent to 36
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 30, 2022
1 parent 3b43200 commit 683610e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>35</version>
<version>36</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -66,7 +66,6 @@
<mavenVersion>3.2.5</mavenVersion>
<slf4jVersion>1.7.32</slf4jVersion>
<aetherVersion>1.1.0</aetherVersion>
<surefire.version>2.22.2</surefire.version>
<javaVersion>7</javaVersion>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -185,7 +184,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.2</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<cloneClean>true</cloneClean>
Expand Down

0 comments on commit 683610e

Please sign in to comment.