Repository: curator Updated Branches: refs/heads/CURATOR-471 2fee3a5c0 -> 5cb22be3d
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/CURATOR-471 Commit: 5cb22be3dee650f0a17a31716371fdb6f8822287 Parents: 2fee3a5 Author: randgalt <[email protected]> Authored: Wed Jun 27 09:58:31 2018 -0500 Committer: randgalt <[email protected]> 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"/>
