Remove outdated Java10 profile
This commit is contained in:
parent
2756d87b3f
commit
295995829f
|
|
@ -737,16 +737,5 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>java10</id>
|
|
||||||
<activation>
|
|
||||||
<jdk>10</jdk>
|
|
||||||
</activation>
|
|
||||||
<properties>
|
|
||||||
<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</maven-surefire-plugin.version>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue