Repository: curator Updated Branches: refs/heads/master 8b28b1208 -> 0f5d10da3
http://git-wip-us.apache.org/repos/asf/curator/blob/0f5d10da/curator-x-rpc/src/site/site.xml ---------------------------------------------------------------------- diff --git a/curator-x-rpc/src/site/site.xml b/curator-x-rpc/src/site/site.xml index 135c902..fca1e73 100644 --- a/curator-x-rpc/src/site/site.xml +++ b/curator-x-rpc/src/site/site.xml @@ -25,7 +25,7 @@ <link rel="stylesheet" href="../css/site.css" /> <script type="text/javascript"> $(function(){ - $('a[title="Curator Async"]').parent().addClass("active"); + $('a[title="Curator RPC Proxy"]').parent().addClass("active"); }); </script> </head> http://git-wip-us.apache.org/repos/asf/curator/blob/0f5d10da/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 73346f9..aa8fd86 100644 --- a/pom.xml +++ b/pom.xml @@ -364,6 +364,18 @@ </dependency> <dependency> + <groupId>org.apache.curator</groupId> + <artifactId>curator-x-async</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.curator</groupId> + <artifactId>curator-x-rpc</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math</artifactId> <version>${commons-math-version}</version> http://git-wip-us.apache.org/repos/asf/curator/blob/0f5d10da/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 222ffde..83ddd46 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -73,6 +73,8 @@ <item name="Framework" href="curator-framework/index.html"/> <item name="Utilities" href="utilities.html"/> <item name="Client" href="curator-client/index.html"/> + <item name="Java 8/Async" href="curator-x-async/index.html"/> + <item name="Strongly Typed Models" href="curator-x-async/modeled.html"/> <item name="Schema Support" href="curator-framework/schema.html"/> </menu> @@ -94,7 +96,7 @@ <item name="Service Discovery" href="curator-x-discovery/index.html"/> <item name="Service Discovery Server" href="curator-x-discovery-server/index.html"/> <item name="Curator RPC Proxy" href="curator-x-rpc/index.html"/> - <item name="Curator Async" href="curator-x-async/index.html"/> + <item name="Curator Java 8/Async" href="curator-x-async/index.html"/> </menu> <menu name="Community" inherit="top">
