Repository: curator Updated Branches: refs/heads/CURATOR-2.0 b9cf0dda0 -> c7df8e251
Move to JDK 1.7 for CURATOR-2.0 Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/c7df8e25 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/c7df8e25 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/c7df8e25 Branch: refs/heads/CURATOR-2.0 Commit: c7df8e251b43b66bf7ebae44150ba19fc9042a0b Parents: b9cf0dd Author: randgalt <[email protected]> Authored: Tue May 30 20:01:57 2017 -0500 Committer: randgalt <[email protected]> Committed: Tue May 30 20:01:57 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/c7df8e25/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 498ec6d..132855e 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>
