diff options
author | Olivier Lamy <olamy@apache.org> | 2014-10-15 14:22:17 +1100 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-10-15 14:22:17 +1100 |
commit | d3687d86b46a9638a8bc74c1e24aeb829947cf8c (patch) | |
tree | d640398fde2225bfbe4b1348e1fc54c321059cde /pom.xml | |
parent | dce9401cd3e28d1b4e9a629f45d66c16b019e028 (diff) | |
download | archiva-d3687d86b46a9638a8bc74c1e24aeb829947cf8c.tar.gz archiva-d3687d86b46a9638a8bc74c1e24aeb829947cf8c.zip |
fix target java version for modernizer plugin
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |