Repository: helix Updated Branches: refs/heads/master 3c4bf1471 -> df23fb9f1
Prepping website for 0.6.5 release Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/df23fb9f Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/df23fb9f Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/df23fb9f Branch: refs/heads/master Commit: df23fb9f1f6e981201e482f628e68cf09a91acee Parents: 3c4bf14 Author: kishoreg <[email protected]> Authored: Tue Mar 24 14:33:56 2015 -0700 Committer: kishoreg <[email protected]> Committed: Tue Mar 24 14:33:56 2015 -0700 ---------------------------------------------------------------------- website/0.6.5/pom.xml | 4 +- .../src/site/apt/releasenotes/release-0.6.4.apt | 164 ------------------- .../src/site/apt/releasenotes/release-0.6.5.apt | 117 +++++++++++++ website/0.6.5/src/site/markdown/Building.md | 4 +- website/0.6.5/src/site/markdown/Quickstart.md | 4 +- website/0.6.5/src/site/markdown/index.md | 6 +- .../src/site/markdown/recipes/lock_manager.md | 2 +- .../markdown/recipes/rabbitmq_consumer_group.md | 2 +- .../recipes/rsync_replicated_file_store.md | 2 +- .../site/markdown/recipes/service_discovery.md | 2 +- .../site/markdown/recipes/task_dag_execution.md | 2 +- .../0.6.5/src/site/markdown/tutorial_admin.md | 6 +- .../src/site/markdown/tutorial_messaging.md | 2 +- .../src/site/markdown/tutorial_propstore.md | 2 +- website/0.6.5/src/site/site.xml | 8 +- website/0.6.5/src/site/xdoc/download.xml.vm | 2 +- website/pom.xml | 3 +- .../src/site/apt/releasenotes/release-0.6.5.apt | 2 +- 18 files changed, 144 insertions(+), 190 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/pom.xml ---------------------------------------------------------------------- diff --git a/website/0.6.5/pom.xml b/website/0.6.5/pom.xml index bc6e098..5f266b3 100644 --- a/website/0.6.5/pom.xml +++ b/website/0.6.5/pom.xml @@ -26,9 +26,9 @@ under the License. <version>0.7.2-SNAPSHOT</version> </parent> - <artifactId>0.6.4-docs</artifactId> + <artifactId>0.6.5-docs</artifactId> <packaging>bundle</packaging> - <name>Apache Helix :: Website :: 0.6.4</name> + <name>Apache Helix :: Website :: 0.6.5</name> <properties> </properties> http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/apt/releasenotes/release-0.6.4.apt ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/apt/releasenotes/release-0.6.4.apt b/website/0.6.5/src/site/apt/releasenotes/release-0.6.4.apt deleted file mode 100644 index 43aea0f..0000000 --- a/website/0.6.5/src/site/apt/releasenotes/release-0.6.4.apt +++ /dev/null @@ -1,164 +0,0 @@ - ----- - Release Notes for Apache Helix 0.6.4 - ----- - -~~ Licensed to the Apache Software Foundation (ASF) under one -~~ or more contributor license agreements. See the NOTICE file -~~ distributed with this work for additional information -~~ regarding copyright ownership. The ASF licenses this file -~~ to you under the Apache License, Version 2.0 (the -~~ "License"); you may not use this file except in compliance -~~ with the License. You may obtain a copy of the License at -~~ -~~ http://www.apache.org/licenses/LICENSE-2.0 -~~ -~~ Unless required by applicable law or agreed to in writing, -~~ software distributed under the License is distributed on an -~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -~~ KIND, either express or implied. See the License for the -~~ specific language governing permissions and limitations -~~ under the License. - -~~ NOTE: For help with the syntax of this file, see: -~~ http://maven.apache.org/guides/mini/guide-apt-format.html - -Release Notes for Apache Helix 0.6.4 - - The Apache Helix team would like to announce the release of Apache Helix 0.6.4. - - This is the sixth release under the Apache umbrella, and the second as a top-level project. - - Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features: - - * Automatic assignment of resource/partition to nodes - - * Node failure detection and recovery - - * Dynamic addition of Resources - - * Dynamic addition of nodes to the cluster - - * Pluggable distributed state machine to manage the state of a resource via state transitions - - * Automatic load balancing and throttling of transitions - - [] - -* Changes - -** Sub-task - - * [HELIX-171] - handleNewSession() should wait on all left-over tasks to be cancelled successfully before start new session - - * [HELIX-178] - Flapping detection - - * [HELIX-353] - Write an independent task rebalancer - - * [HELIX-417] - Support arbitrary-named target partitions in the task framework - - * [HELIX-422] - Simplify creation of single jobs - - * [HELIX-437] - Configurations at task, job, and cluster level - - * [HELIX-438] - Improve task framework retry logic - - * [HELIX-439] - Support thresholding for job success/failure - - * [HELIX-440] - Add scheduling layer to task framework - - * [HELIX-455] - Add REST API for submitting jobs - - * [HELIX-459] - Job context should include the instance that completed the job - - * [HELIX-460] - Add back healthcheck interfaces for compatibility - - * [HELIX-468] - TaskDriver list should be more robust - - * [HELIX-482] - Support "smarter" task failure strategies - - * [HELIX-492] - Task should be its own rebalance mode - - * [HELIX-497] - Support named queues of jobs - - * [HELIX-506] - Ensure that tasks are not placed on targets with pending transitions - - - - -** Bug - - * [HELIX-132] - current-state and external-view are not cleaned up when a resource has been removed - - * [HELIX-350] - cluster status monitor should not be reset in FINALIZE type pipeline - - * [HELIX-394] - Shutdown GenericHelixController#_eventThread when HelixManager disconnects - - * [HELIX-395] - Remove old Helix alert/stat modules - - * [HELIX-413] - ClusterStateVerifier should always return true if called with 0 resources - - * [HELIX-423] - Code duplication in controller leader election - - * [HELIX-425] - 0.7 does not honor partition transition throttling correctly - - * [HELIX-429] - Upgrade restlet to 2.2.0 - - * [HELIX-430] - Restlet 2.2.0 causes failures - - * [HELIX-433] - Untagging may fail in FULL_AUTO mode - - * [HELIX-443] - Race condition in Helix register/unregister MessageHandlerFactory - - * [HELIX-445] - NPE in ZkPathDataDumpTask - - * [HELIX-448] - Call onCallback for CustomCodeCallbackHandler for FINALIZE type - - * [HELIX-453] - On session expiry/recovery, not all message types are re-registered - - * [HELIX-464] - rabbitmq recipe is broken - - * [HELIX-465] - ZkCopy skips paths already exist in destination namespace - - * [HELIX-466] - Speed up zkcopy by using asyn read/write - - * [HELIX-471] - ResourceMonitor never unregistered even if the resource is dropped - - * [HELIX-472] - Errors should be cleaned up less frequently - - * [HELIX-476] - ZNRecordStreamingSerializer.deserialize throw NullPointerException when 'id' property is not the first item in JSON - - * [HELIX-491] - ZKHelixManager#waitUntilConnected() bug - - * [HELIX-495] - TestPreferenceListAsQueue is flaky - -** Improvement - - * [HELIX-426] - 0.6 doesn't support partition constraints - - * [HELIX-444] - add per-participant partition count gauges to helix - - * [HELIX-446] - Remove ZkPropertyTransfer and restlet dependency from helix-core - - * [HELIX-452] - Increase frequency of status update cleanup - -** New Feature - - * [HELIX-130] - ZkDumper should provide a copy option - - * [HELIX-245] - New Recipe: Auto-Scaling with Apache Helix and Apache Hadoop YARN - - * [HELIX-336] - Add support for task framework - - * [HELIX-461] - Add a partitions without top state metric - - * [HELIX-463] - Add gauges for participant and controller message queue sizes - -** Task - - * [HELIX-427] - Write a test for using preference lists as execution queues - -[] - -Cheers, --- -The Apache Helix Team http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/apt/releasenotes/release-0.6.5.apt ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/apt/releasenotes/release-0.6.5.apt b/website/0.6.5/src/site/apt/releasenotes/release-0.6.5.apt new file mode 100644 index 0000000..8ac6669 --- /dev/null +++ b/website/0.6.5/src/site/apt/releasenotes/release-0.6.5.apt @@ -0,0 +1,117 @@ + ----- + Release Notes for Apache Helix 0.6.5 + ----- + +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + +Release Notes for Apache Helix 0.6.5 + + The Apache Helix team would like to announce the release of Apache Helix 0.6.5. + + This is the sixth release under the Apache umbrella, and the second as a top-level project. + + Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features: + + * Automatic assignment of resource/partition to nodes + + * Node failure detection and recovery + + * Dynamic addition of Resources + + * Dynamic addition of nodes to the cluster + + * Pluggable distributed state machine to manage the state of a resource via state transitions + + * Automatic load balancing and throttling of transitions + + [] + +* Changes + +** Bug + + * [HELIX-512] - add back HelixManager#getHealthReportCollector() interface to 0.6.x + + * [HELIX-514] - ZkBaseDataAccessor#set() should throw BadVersionException instead of return false in case of version mismatch + + * [HELIX-518] - Add integration tests to ensure helix tasks work as expected during master failover + + * [HELIX-519] - Add integration tests to ensure that "kill-switch" for Helix tasks work as expected + + * [HELIX-521] - Should not start GenericHelixController#ClusterEventProcessor in types other than CONTROLLER and CONTROLLER_PARTICIPANT + + * [HELIX-537] - org.apache.helix.task.TaskStateModel should have a shutdown method. + + * [HELIX-541] - Possible "livelock" in Helix controller + + * [HELIX-547] - AutoRebalancer may not converge in some rare situation + + * [HELIX-549] - Discarding Throwable exceptions makes threads unkillable. + + * [HELIX-550] - ZKHelixManager does not shutdown GenericHelixController threads. + + * [HELIX-552] - StateModelFactory#_stateModelMap should use both resourceName and partitionKey to map a state model + + * [HELIX-555] - ClusterStateVerifier leaks ZkClients. + + * [HELIX-559] - Helix web admin performance issues + + * [HELIX-562] - TaskRebalancer doesn't honor MaxAttemptsPerTask when FailureThreshold is larger than 0 + + * [HELIX-563] - Throw more meaningful exceptions when AutoRebalanceStrategy#computePartitionAssignment inputs are invalid + + * [HELIX-572] - External view is recreated every time for bucketized resource + + * [HELIX-574] - fix bucketize resource bug in current state carryover + + * [HELIX-575] - Should not send FINALIZED callback when a bucketized resource is removed + + * [HELIX-579] - fix ivy files issue + +** Improvement + + * [HELIX-524] - add getProgress() to Task interface + + * [HELIX-570] - Add default state model definitions if not already exists when controller starts + + * [HELIX-573] - Add support to compress/uncompress data on ZK + + * [HELIX-576] - Make StateModelFactory change backward compatible + +** New Feature + + * [HELIX-546] - REST Admin APIs needed for helix job queue management + + * [HELIX-581] - Support deleting job from a job queue + +** Task + + * [HELIX-539] - Add ivy file for helix-agent + +** Test + + * [HELIX-580] - Fix test: TestBatchMessage#testSubMsgExecutionFail + +[] + +Cheers, +-- +The Apache Helix Team http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/Building.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/Building.md b/website/0.6.5/src/site/markdown/Building.md index fee9fb0..46fc8d7 100644 --- a/website/0.6.5/src/site/markdown/Building.md +++ b/website/0.6.5/src/site/markdown/Building.md @@ -27,7 +27,7 @@ Requirements: JDK 1.6+, Maven 2.0.8+ ``` git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout tags/helix-0.6.4 +git checkout tags/helix-0.6.5 mvn install package -DskipTests ``` @@ -37,6 +37,6 @@ mvn install package -DskipTests <dependency> <groupId>org.apache.helix</groupId> <artifactId>helix-core</artifactId> - <version>0.6.4</version> + <version>0.6.5</version> </dependency> ``` http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/Quickstart.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/Quickstart.md b/website/0.6.5/src/site/markdown/Quickstart.md index 9582151..cee7e29 100644 --- a/website/0.6.5/src/site/markdown/Quickstart.md +++ b/website/0.6.5/src/site/markdown/Quickstart.md @@ -34,7 +34,7 @@ First, let\'s get Helix. Either build it, or download it. ``` git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout tags/helix-0.6.4 +git checkout tags/helix-0.6.5 mvn install package -DskipTests cd helix-core/target/helix-core-pkg/bin # This folder contains all the scripts used in following sections chmod +x * @@ -42,7 +42,7 @@ chmod +x * ### Download -Download the 0.6.4 release package [here](./download.html) +Download the 0.6.5 release package [here](./download.html) Overview -------- http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/index.md b/website/0.6.5/src/site/markdown/index.md index d6af590..3d3c081 100644 --- a/website/0.6.5/src/site/markdown/index.md +++ b/website/0.6.5/src/site/markdown/index.md @@ -18,7 +18,7 @@ under the License. --> <head> - <title>Helix 0.6.4 Documentation</title> + <title>Helix 0.6.5 Documentation</title> </head> ### Get Helix @@ -27,7 +27,7 @@ under the License. [Building](./Building.html) -[Release Notes](./releasenotes/release-0.6.4.html) +[Release Notes](./releasenotes/release-0.6.5.html) ### Hands-On @@ -35,7 +35,7 @@ under the License. [Tutorial](./Tutorial.html) -[Javadocs](http://helix.apache.org/javadocs/0.6.4/index.html) +[Javadocs](http://helix.apache.org/javadocs/0.6.5/index.html) ### Recipes http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/recipes/lock_manager.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/recipes/lock_manager.md b/website/0.6.5/src/site/markdown/recipes/lock_manager.md index 1a6f064..6bbfe9f 100644 --- a/website/0.6.5/src/site/markdown/recipes/lock_manager.md +++ b/website/0.6.5/src/site/markdown/recipes/lock_manager.md @@ -50,7 +50,7 @@ This version starts multiple threads within the same process to simulate a multi ``` git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout tags/helix-0.6.4 +git checkout tags/helix-0.6.5 mvn clean install package -DskipTests cd recipes/distributed-lock-manager/target/distributed-lock-manager-pkg/bin chmod +x * http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/recipes/rabbitmq_consumer_group.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/recipes/rabbitmq_consumer_group.md b/website/0.6.5/src/site/markdown/recipes/rabbitmq_consumer_group.md index 97a8e29..6c0da0c 100644 --- a/website/0.6.5/src/site/markdown/recipes/rabbitmq_consumer_group.md +++ b/website/0.6.5/src/site/markdown/recipes/rabbitmq_consumer_group.md @@ -52,7 +52,7 @@ We showcase how such a dynamic application can be developed using Helix. Even th ``` git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout tags/helix-0.6.4 +git checkout tags/helix-0.6.5 mvn clean install package -DskipTests cd recipes/rabbitmq-consumer-group/bin chmod +x * http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/recipes/rsync_replicated_file_store.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/recipes/rsync_replicated_file_store.md b/website/0.6.5/src/site/markdown/recipes/rsync_replicated_file_store.md index 7014072..35e20c1 100644 --- a/website/0.6.5/src/site/markdown/recipes/rsync_replicated_file_store.md +++ b/website/0.6.5/src/site/markdown/recipes/rsync_replicated_file_store.md @@ -36,7 +36,7 @@ Near-Realtime Rsync Replicated File System ``` git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout tags/helix-0.6.4 +git checkout tags/helix-0.6.5 cd recipes/rsync-replicated-file-system/ mvn clean install package -DskipTests cd target/rsync-replicated-file-system-pkg/bin http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/recipes/service_discovery.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/recipes/service_discovery.md b/website/0.6.5/src/site/markdown/recipes/service_discovery.md index 2b87643..287ab92 100644 --- a/website/0.6.5/src/site/markdown/recipes/service_discovery.md +++ b/website/0.6.5/src/site/markdown/recipes/service_discovery.md @@ -84,7 +84,7 @@ Helix provides these additional features compared to other implementations avail ``` git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout tags/helix-0.6.4 +git checkout tags/helix-0.6.5 mvn clean install package -DskipTests cd recipes/service-discovery/target/service-discovery-pkg/bin chmod +x * http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/recipes/task_dag_execution.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/recipes/task_dag_execution.md b/website/0.6.5/src/site/markdown/recipes/task_dag_execution.md index 532ac7c..7b3d0f0 100644 --- a/website/0.6.5/src/site/markdown/recipes/task_dag_execution.md +++ b/website/0.6.5/src/site/markdown/recipes/task_dag_execution.md @@ -81,7 +81,7 @@ Start redis e.g: git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout helix-0.6.4 +git checkout helix-0.6.5 cd recipes/task-execution mvn clean install package -DskipTests cd target/task-execution-pkg/bin http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/tutorial_admin.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/tutorial_admin.md b/website/0.6.5/src/site/markdown/tutorial_admin.md index 3ae6551..0371353 100644 --- a/website/0.6.5/src/site/markdown/tutorial_admin.md +++ b/website/0.6.5/src/site/markdown/tutorial_admin.md @@ -30,7 +30,7 @@ Helix provides a set of admin APIs for cluster management operations. They are s * REST Interface via helix-admin-webapp ### Java API -See interface [_org.apache.helix.HelixAdmin_](http://helix.apache.org/javadocs/0.6.4/reference/org/apache/helix/HelixAdmin.html) +See interface [_org.apache.helix.HelixAdmin_](http://helix.apache.org/javadocs/0.6.5/reference/org/apache/helix/HelixAdmin.html) ### Command Line Interface The command line tool comes with helix-core package: @@ -40,7 +40,7 @@ Get the command line tool: ``` git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout tags/helix-0.6.4 +git checkout tags/helix-0.6.5 ./build cd helix-core/target/helix-core-pkg/bin chmod +x *.sh @@ -110,7 +110,7 @@ The REST interface comes wit helix-admin-webapp package: ``` git clone https://git-wip-us.apache.org/repos/asf/helix.git cd helix -git checkout tags/helix-0.6.4 +git checkout tags/helix-0.6.5 ./build cd helix-admin-webapp/target/helix-admin-webapp-pkg/bin chmod +x *.sh http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/tutorial_messaging.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/tutorial_messaging.md b/website/0.6.5/src/site/markdown/tutorial_messaging.md index 45bde40..ae68e52 100644 --- a/website/0.6.5/src/site/markdown/tutorial_messaging.md +++ b/website/0.6.5/src/site/markdown/tutorial_messaging.md @@ -67,4 +67,4 @@ int sentMessageCount = messagingService.sendAndWait(recipientCriteria, requestBackupUriRequest, responseHandler, timeout); ``` -See HelixManager.DefaultMessagingService in the [Javadocs](http://helix.apache.org/javadocs/0.6.4/reference/org/apache/helix/messaging/DefaultMessagingService.html) for more information. +See HelixManager.DefaultMessagingService in the [Javadocs](http://helix.apache.org/javadocs/0.6.5/reference/org/apache/helix/messaging/DefaultMessagingService.html) for more information. http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/markdown/tutorial_propstore.md ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/markdown/tutorial_propstore.md b/website/0.6.5/src/site/markdown/tutorial_propstore.md index 7e7d86c..9293a95 100644 --- a/website/0.6.5/src/site/markdown/tutorial_propstore.md +++ b/website/0.6.5/src/site/markdown/tutorial_propstore.md @@ -31,4 +31,4 @@ It is common that an application needs support for distributed, shared data stru While you could use ZooKeeper directly, Helix supports caching the data with a write-through cache. This is far more efficient than reading from ZooKeeper for every access. -See [HelixManager.getHelixPropertyStore](http://helix.apache.org/javadocs/0.6.4/reference/org/apache/helix/store/package-summary.html) for details. +See [HelixManager.getHelixPropertyStore](http://helix.apache.org/javadocs/0.6.5/reference/org/apache/helix/store/package-summary.html) for details. http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/site.xml ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/site.xml b/website/0.6.5/src/site/site.xml index 9bfa91c..e82194f 100644 --- a/website/0.6.5/src/site/site.xml +++ b/website/0.6.5/src/site/site.xml @@ -55,23 +55,23 @@ <breadcrumbs position="left"> <item name="Apache Helix" href="http://helix.apache.org/"/> - <item name="Release 0.6.4" href="http://helix.apache.org/0.6.4-docs/"/> + <item name="Release 0.6.5" href="http://helix.apache.org/0.6.5-docs/"/> </breadcrumbs> <links> - <item name="Helix 0.6.4" href="./index.html"/> + <item name="Helix 0.6.5" href="./index.html"/> </links> <menu name="Get Helix"> <item name="Download" href="./download.html"/> <item name="Building" href="./Building.html"/> - <item name="Release Notes" href="./releasenotes/release-0.6.4.html"/> + <item name="Release Notes" href="./releasenotes/release-0.6.5.html"/> </menu> <menu name="Hands-On"> <item name="Quick Start" href="./Quickstart.html"/> <item name="Tutorial" href="./Tutorial.html"/> - <item name="Javadocs" href="http://helix.apache.org/javadocs/0.6.4"/> + <item name="Javadocs" href="http://helix.apache.org/javadocs/0.6.5"/> </menu> <menu name="Recipes"> http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/0.6.5/src/site/xdoc/download.xml.vm ---------------------------------------------------------------------- diff --git a/website/0.6.5/src/site/xdoc/download.xml.vm b/website/0.6.5/src/site/xdoc/download.xml.vm index 931387e..17fbb43 100644 --- a/website/0.6.5/src/site/xdoc/download.xml.vm +++ b/website/0.6.5/src/site/xdoc/download.xml.vm @@ -18,7 +18,7 @@ specific language governing permissions and limitations under the License. --> -#set( $releaseName = "0.6.4" ) +#set( $releaseName = "0.6.5" ) #set( $releaseDate = "09/03/2014" ) <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/pom.xml ---------------------------------------------------------------------- diff --git a/website/pom.xml b/website/pom.xml index f696b3b..13c46ab 100644 --- a/website/pom.xml +++ b/website/pom.xml @@ -36,6 +36,7 @@ under the License. <module>0.6.2-incubating</module> <module>0.6.3</module> <module>0.6.4</module> + <module>0.6.5</module> <module>0.7.0-incubating</module> <module>0.7.1</module> </modules> @@ -63,7 +64,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.2</version> + <version>3.3</version> <dependencies> <dependency> <groupId>lt.velykis.maven.skins</groupId> http://git-wip-us.apache.org/repos/asf/helix/blob/df23fb9f/website/src/site/apt/releasenotes/release-0.6.5.apt ---------------------------------------------------------------------- diff --git a/website/src/site/apt/releasenotes/release-0.6.5.apt b/website/src/site/apt/releasenotes/release-0.6.5.apt index 8ac6669..310c664 100644 --- a/website/src/site/apt/releasenotes/release-0.6.5.apt +++ b/website/src/site/apt/releasenotes/release-0.6.5.apt @@ -113,5 +113,5 @@ Release Notes for Apache Helix 0.6.5 [] Cheers, --- +-- The Apache Helix Team
