Commit 43d05315 authored by Andy Wilkinson's avatar Andy Wilkinson

Use Surefire and Failsafe 2.21.0 when building with JDK 10

Closes gh-12332
parent 89e42d40
......@@ -786,19 +786,10 @@
<jdk>10</jdk>
</activation>
<properties>
<maven-failsafe-plugin.version>2.21.0-SNAPSHOT</maven-failsafe-plugin.version>
<maven-failsafe-plugin.version>2.21.0</maven-failsafe-plugin.version>
<maven-site-plugin.version>3.7</maven-site-plugin.version>
<maven-surefire-plugin.version>2.21.0-SNAPSHOT</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
</properties>
<pluginRepositories>
<pluginRepository>
<id>apache-snapshots</id>
<url>https://repository.apache.org/content/groups/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</project>
......@@ -254,18 +254,9 @@
<jdk>10</jdk>
</activation>
<properties>
<maven-surefire-plugin.version>2.21.0-SNAPSHOT</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>2.21.0-SNAPSHOT</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>2.21.0</maven-failsafe-plugin.version>
</properties>
<pluginRepositories>
<pluginRepository>
<id>apache-snapshots</id>
<url>https://repository.apache.org/content/groups/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment