summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-10-15 14:22:17 +1100
committerOlivier Lamy <olamy@apache.org>2014-10-15 14:22:17 +1100
commitd3687d86b46a9638a8bc74c1e24aeb829947cf8c (patch)
treed640398fde2225bfbe4b1348e1fc54c321059cde /pom.xml
parentdce9401cd3e28d1b4e9a629f45d66c16b019e028 (diff)
downloadarchiva-d3687d86b46a9638a8bc74c1e24aeb829947cf8c.tar.gz
archiva-d3687d86b46a9638a8bc74c1e24aeb829947cf8c.zip
fix target java version for modernizer plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 36ccc03b9..a471d06c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1965,7 +1965,7 @@
<artifactId>modernizer-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
- <javaVersion>1.8</javaVersion>
+ <javaVersion>1.7</javaVersion>
</configuration>
<executions>
<execution>