mirror of https://github.com/apache/archiva.git
fix target java version for modernizer plugin
This commit is contained in:
parent
dce9401cd3
commit
d3687d86b4
2
pom.xml
2
pom.xml
|
@ -1965,7 +1965,7 @@
|
||||||
<artifactId>modernizer-maven-plugin</artifactId>
|
<artifactId>modernizer-maven-plugin</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<javaVersion>1.8</javaVersion>
|
<javaVersion>1.7</javaVersion>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in New Issue