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 2018/06/24 16:37:20 UTC

curator git commit: CURATOR-471

Repository: curator
Updated Branches:
  refs/heads/CURATOR-471 [created] 2fee3a5c0


CURATOR-471

Move to ZooKeeper 3.5.4-beta and Java 8


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/2fee3a5c
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/2fee3a5c
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/2fee3a5c

Branch: refs/heads/CURATOR-471
Commit: 2fee3a5c04553075ac50dceefc82f3aa147c98d3
Parents: ae309a2
Author: randgalt <ra...@apache.org>
Authored: Sun Jun 24 11:36:55 2018 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sun Jun 24 11:36:55 2018 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/2fee3a5c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c75912b..74d015d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,10 +56,10 @@
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <jdk-version>1.7</jdk-version>
+        <jdk-version>1.8</jdk-version>
 
         <!-- versions -->
-        <zookeeper-version>3.5.3-beta</zookeeper-version>
+        <zookeeper-version>3.5.4-beta</zookeeper-version>
         <maven-project-info-reports-plugin-version>2.9</maven-project-info-reports-plugin-version>
         <maven-bundle-plugin-version>3.2.0</maven-bundle-plugin-version>
         <maven-javadoc-plugin-version>2.10.4</maven-javadoc-plugin-version>