You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2017/05/31 01:02:12 UTC

curator git commit: Move to JDK 1.7 for CURATOR-2.0

Repository: curator
Updated Branches:
  refs/heads/CURATOR-416 [created] 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-416
Commit: c7df8e251b43b66bf7ebae44150ba19fc9042a0b
Parents: b9cf0dd
Author: randgalt <ra...@apache.org>
Authored: Tue May 30 20:01:57 2017 -0500
Committer: randgalt <ra...@apache.org>
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>