We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b43200 commit 683610eCopy full SHA for 683610e
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.apache.maven.plugins</groupId>
27
<artifactId>maven-plugins</artifactId>
28
- <version>35</version>
+ <version>36</version>
29
<relativePath/>
30
</parent>
31
@@ -66,7 +66,6 @@
66
<mavenVersion>3.2.5</mavenVersion>
67
<slf4jVersion>1.7.32</slf4jVersion>
68
<aetherVersion>1.1.0</aetherVersion>
69
- <surefire.version>2.22.2</surefire.version>
70
<javaVersion>7</javaVersion>
71
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
72
</properties>
@@ -185,7 +184,6 @@
185
184
<plugin>
186
187
<artifactId>maven-invoker-plugin</artifactId>
188
- <version>3.2.2</version>
189
<configuration>
190
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
191
<cloneClean>true</cloneClean>
0 commit comments