You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by dr...@apache.org on 2015/08/17 18:55:05 UTC

[3/9] curator git commit: JDK version should be 1.7

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-160
Commit: 143044bb7586718aee5cca1a30983b876a5f304b
Parents: c026df7
Author: randgalt <ra...@apache.org>
Authored: Tue May 5 23:13:21 2015 -0500
Committer: Scott Blum <dr...@apache.org>
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>