Repository: knox Updated Branches: refs/heads/master 62a19f4f7 -> d495eb3da
KNOX-532: Update root pom.xml maven-compiler-plugin configuration. Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/d495eb3d Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/d495eb3d Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/d495eb3d Branch: refs/heads/master Commit: d495eb3da8902f5c5c3a71c87bfb4784ca6db754 Parents: 62a19f4 Author: Kevin Minder <[email protected]> Authored: Mon Apr 20 12:14:59 2015 -0400 Committer: Kevin Minder <[email protected]> Committed: Mon Apr 20 12:14:59 2015 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/d495eb3d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7271372..0f4d035 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>
