Skip to content

Commit 683610e

Browse files
[MINSTALL-174] Upgrade maven-plugin parent to 36
1 parent 3b43200 commit 683610e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

+1-3
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>35</version>
28+
<version>36</version>
2929
<relativePath/>
3030
</parent>
3131

@@ -66,7 +66,6 @@
6666
<mavenVersion>3.2.5</mavenVersion>
6767
<slf4jVersion>1.7.32</slf4jVersion>
6868
<aetherVersion>1.1.0</aetherVersion>
69-
<surefire.version>2.22.2</surefire.version>
7069
<javaVersion>7</javaVersion>
7170
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
7271
</properties>
@@ -185,7 +184,6 @@
185184
<plugin>
186185
<groupId>org.apache.maven.plugins</groupId>
187186
<artifactId>maven-invoker-plugin</artifactId>
188-
<version>3.2.2</version>
189187
<configuration>
190188
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
191189
<cloneClean>true</cloneClean>

0 commit comments

Comments
 (0)