Repository: knox Updated Branches: refs/heads/v0.6.0 c4885eb10 -> 4aff8e809
KNOX-532: Update root pom.xml maven-compiler-plugin configuration. (cherry picked from commit d495eb3da8902f5c5c3a71c87bfb4784ca6db754) Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/4aff8e80 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/4aff8e80 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/4aff8e80 Branch: refs/heads/v0.6.0 Commit: 4aff8e809977f1d61aaae618a955f28561f4cbbc Parents: c4885eb Author: Kevin Minder <[email protected]> Authored: Mon Apr 20 12:14:59 2015 -0400 Committer: Kevin Minder <[email protected]> Committed: Mon Apr 20 12:15:55 2015 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/4aff8e80/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 473f3c9..10d469c 100644 --- a/pom.xml +++ b/pom.xml @@ -237,8 +237,8 @@ <version>3.1</version> <configuration> <compilerId>javac</compilerId> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> <debug>true</debug> <!-- <verbose>true</verbose>
