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/28 06:01:39 UTC

[1/2] curator git commit: CURATOR-471

Repository: curator
Updated Branches:
  refs/heads/master ae309a296 -> 5cb22be3d


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/master
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>


[2/2] curator git commit: Java 8

Posted by ra...@apache.org.
Java 8


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

Branch: refs/heads/master
Commit: 5cb22be3dee650f0a17a31716371fdb6f8822287
Parents: 2fee3a5
Author: randgalt <ra...@apache.org>
Authored: Wed Jun 27 09:58:31 2018 -0500
Committer: randgalt <ra...@apache.org>
Committed: Wed Jun 27 09:58:31 2018 -0500

----------------------------------------------------------------------
 curator-x-async/pom.xml | 12 ------------
 src/site/site.xml       |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/5cb22be3/curator-x-async/pom.xml
----------------------------------------------------------------------
diff --git a/curator-x-async/pom.xml b/curator-x-async/pom.xml
index 1299ab4..88f30d6 100644
--- a/curator-x-async/pom.xml
+++ b/curator-x-async/pom.xml
@@ -49,16 +49,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/curator/blob/5cb22be3/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 85c4f36..49979da 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -78,7 +78,7 @@
             <item name="Getting Started" href="getting-started.html"/>
             <item name="Examples" href="curator-examples/index.html"/>
             <item name="Recipes" href="curator-recipes/index.html"/>
-            <item name="Java 8/Async" href="curator-x-async/index.html"/>
+            <item name="Curator Async" href="curator-x-async/index.html"/>
             <item name="Strongly Typed Models" href="curator-x-async/modeled.html"/>
             <item name="Migrations" href="curator-x-async/migrations.html"/>
             <item name="Schema Support" href="curator-framework/schema.html"/>