JDK version should be 1.7
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/143044bb Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/143044bb Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/143044bb Branch: refs/heads/CURATOR-215 Commit: 143044bb7586718aee5cca1a30983b876a5f304b Parents: c026df7 Author: randgalt <[email protected]> Authored: Tue May 5 23:13:21 2015 -0500 Committer: Scott Blum <[email protected]> Committed: Wed Aug 12 14:31:49 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/143044bb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bcb9caf..0319c8d 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <jdk-version>1.6</jdk-version> + <jdk-version>1.7</jdk-version> <surefire-forkcount>1</surefire-forkcount>
