Repository: archiva Updated Branches: refs/heads/master dce9401cd -> d3687d86b
fix target java version for modernizer plugin Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/d3687d86 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/d3687d86 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/d3687d86 Branch: refs/heads/master Commit: d3687d86b46a9638a8bc74c1e24aeb829947cf8c Parents: dce9401 Author: Olivier Lamy <[email protected]> Authored: Wed Oct 15 14:22:17 2014 +1100 Committer: Olivier Lamy <[email protected]> Committed: Wed Oct 15 14:22:17 2014 +1100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/d3687d86/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 36ccc03..a471d06 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>
