Repository: helix Updated Branches: refs/heads/master df23fb9f1 -> f676cc240
0.6.5 release notes and sidebar update Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/f676cc24 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/f676cc24 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/f676cc24 Branch: refs/heads/master Commit: f676cc2408a03990af530ce518877dd489332aee Parents: df23fb9 Author: Kanak Biscuitwala <[email protected]> Authored: Tue Mar 24 22:05:17 2015 -0700 Committer: Kanak Biscuitwala <[email protected]> Committed: Tue Mar 24 22:05:17 2015 -0700 ---------------------------------------------------------------------- website/0.6.5/src/site/apt/releasenotes/release-0.6.5.apt | 2 +- website/src/site/apt/releasenotes/release-0.6.5.apt | 4 ++-- website/src/site/markdown/index.md | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/f676cc24/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 index 8ac6669..c38004e 100644 --- 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 @@ -26,7 +26,7 @@ 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. + This is the eighth release under the Apache umbrella, and the fourth 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: http://git-wip-us.apache.org/repos/asf/helix/blob/f676cc24/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 310c664..c38004e 100644 --- a/website/src/site/apt/releasenotes/release-0.6.5.apt +++ b/website/src/site/apt/releasenotes/release-0.6.5.apt @@ -26,7 +26,7 @@ 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. + This is the eighth release under the Apache umbrella, and the fourth 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: @@ -113,5 +113,5 @@ Release Notes for Apache Helix 0.6.5 [] Cheers, --- +-- The Apache Helix Team http://git-wip-us.apache.org/repos/asf/helix/blob/f676cc24/website/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md index 1ee552f..2087b67 100644 --- a/website/src/site/markdown/index.md +++ b/website/src/site/markdown/index.md @@ -77,9 +77,9 @@ Modeling a distributed system as a state machine with constraints on states and Apache Helix has two new releases: -* [0.6.4](./0.6.4-docs/index.html) - A release that includes stability improvements, and ad-hoc task management. +* [0.6.5](./0.6.5-docs/index.html) - A release that includes stability improvements. - [\[Quick Start\]](./0.6.4-docs/Quickstart.html) [\[Release Notes\]](./releasenotes/release-0.6.4.html) + [\[Quick Start\]](./0.6.5-docs/Quickstart.html) [\[Release Notes\]](./releasenotes/release-0.6.5.html) * [0.7.1 (beta)](./0.7.1-docs/index.html) - A release that includes YARN integration, ad-hoc task management, and performant IPC. @@ -87,7 +87,7 @@ Apache Helix has two new releases: ### Download -<a href="./0.6.4-docs/download.html" class="btn btn-primary btn-small">0.6.4</a> +<a href="./0.6.5-docs/download.html" class="btn btn-primary btn-small">0.6.5</a> <a href="./0.7.1-docs/download.html" class="btn btn-primary btn-small">0.7.1 (beta)</a> @@ -97,7 +97,7 @@ Apache Helix has two new releases: <dependency> <groupId>org.apache.helix</groupId> <artifactId>helix-core</artifactId> - <version>0.6.4</version> + <version>0.6.5</version> </dependency> ``` @@ -108,6 +108,6 @@ Requirements: JDK 1.6+, Maven 2.0.8+ ``` 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 mvn install package -DskipTests ```
