This is an automated email from the ASF dual-hosted git repository. jxue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit 4a464b8b9d943652b4d8a89120c0aff7eecda96f Author: Junkai Xue <[email protected]> AuthorDate: Thu Sep 28 23:24:07 2023 -0700 Update menu bar --- website/src/site/markdown/index.md | 10 +++++----- website/src/site/resources/.htaccess | 4 ++-- website/src/site/site.xml | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md index 741ace628..5c64b63ee 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 a new release: -* [1.3.0](./1.3.0-docs/index.html) - A release containing new generic metadata store client and CVE fixes +* [1.3.1](./1.3.1-docs/index.html) - A release containing fix and cloud support - [\[Quick Start\]](./1.3.0-docs/Quickstart.html) [\[Release Notes\]](./1.3.0-docs/releasenotes/release-1.3.0.html) + [\[Quick Start\]](./1.3.1-docs/Quickstart.html) [\[Release Notes\]](./1.3.1-docs/releasenotes/release-1.3.1.html) * [0.9.9](./0.9.9-docs/index.html) - A release with several critical bug fixing for 0.9 series release @@ -87,7 +87,7 @@ Apache Helix has a new release: ### Download -<a href="./1.3.0-docs/download.html" class="btn btn-primary btn-small">1.3.0</a> +<a href="./1.3.1-docs/download.html" class="btn btn-primary btn-small">1.3.1</a> <a href="./0.9.9-docs/download.html" class="btn btn-primary btn-small">0.9.9</a> @@ -97,7 +97,7 @@ Apache Helix has a new release: <dependency> <groupId>org.apache.helix</groupId> <artifactId>helix-core</artifactId> - <version>1.3.0</version> + <version>1.3.1</version> </dependency> ``` @@ -110,6 +110,6 @@ Requirements: JDK 11, Maven 3.6.0+ for 1.2.0+ ``` git clone https://github.com/apache/helix.git cd helix -git checkout helix-1.3.0 +git checkout helix-1.3.1 mvn install package -DskipTests ``` diff --git a/website/src/site/resources/.htaccess b/website/src/site/resources/.htaccess index ed335ad69..fa23c9cb6 100644 --- a/website/src/site/resources/.htaccess +++ b/website/src/site/resources/.htaccess @@ -19,5 +19,5 @@ Redirect /download.html /download.cgi Redirect /0.9.9-docs/download.html /0.9.9-docs/download.cgi -Redirect /1.2.0-docs/download.html /1.2.0-docs/download.cgi -Redirect /1.3.0-docs/download.html /1.3.0-docs/download.cgi \ No newline at end of file +Redirect /1.3.0-docs/download.html /1.3.0-docs/download.cgi +Redirect /1.3.1-docs/download.html /1.3.1-docs/download.cgi \ No newline at end of file diff --git a/website/src/site/site.xml b/website/src/site/site.xml index 6b52bc3a6..fe24596c1 100644 --- a/website/src/site/site.xml +++ b/website/src/site/site.xml @@ -56,17 +56,17 @@ </menu> <menu name="Documentation"> + <item name="1.3.1" href="./1.3.1-docs/index.html"/> <item name="1.3.0" href="./1.3.0-docs/index.html"/> - <item name="1.2.0" href="./1.2.0-docs/index.html"/> <item name="0.9.10 (0.9.9)" href="./0.9.9-docs/index.html"/> <item name="trunk" href="./trunk-docs/index.html"/> </menu> - <menu name="Helix 1.3.0"> - <item name="Documentation" href="./1.3.0-docs/index.html"/> - <item name="Quick Start" href="./1.3.0-docs/Quickstart.html"/> - <item name="Tutorial" href="./1.3.0-docs/Tutorial.html"/> - <item name="Download" href="./1.3.0-docs/download.html"/> + <menu name="Helix 1.3.1"> + <item name="Documentation" href="./1.3.1-docs/index.html"/> + <item name="Quick Start" href="./1.3.1-docs/Quickstart.html"/> + <item name="Tutorial" href="./1.3.1-docs/Tutorial.html"/> + <item name="Download" href="./1.3.1-docs/download.html"/> </menu> <menu name="Helix 0.9.10 (0.9.9)"> @@ -140,7 +140,7 @@ <slogan>A cluster management framework for partitioned and replicated distributed resources</slogan> <bottomNav> <column>Learn</column> - <column>Documentation|Helix 1.3.0|Helix 0.9.10</column> + <column>Documentation|Helix 1.3.1|Helix 0.9.10</column> <column>Get Involved</column> <column>ASF</column> </bottomNav>
