You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2023/07/26 04:02:54 UTC

[helix] branch master updated: Update menu bar

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


The following commit(s) were added to refs/heads/master by this push:
     new 138942944 Update menu bar
138942944 is described below

commit 138942944cc85d4b7bc2e84ee84cf5e56a6c1f9d
Author: Junkai Xue <jx...@apache.org>
AuthorDate: Tue Jul 25 20:54:30 2023 -0700

    Update menu bar
---
 website/pom.xml                      |  1 -
 website/src/site/markdown/index.md   | 10 +++++-----
 website/src/site/resources/.htaccess |  4 ++--
 website/src/site/site.xml            | 14 +++++++-------
 4 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/website/pom.xml b/website/pom.xml
index c92e9c43b..40a807f28 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -46,7 +46,6 @@
 
   <modules>
     <module>0.9.9</module>
-    <module>1.1.0</module>
     <module>1.2.0</module>
     <module>1.3.0</module>
   </modules>
diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md
index a3f70e6d6..741ace628 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.2.0](./1.2.0-docs/index.html) - A release containing major feature of WAGED improvement and Java 11 bump up
+* [1.3.0](./1.3.0-docs/index.html) - A release containing new generic metadata store client and CVE fixes
 
-    [\[Quick Start\]](./1.2.0-docs/Quickstart.html) [\[Release Notes\]](./1.2.0-docs/releasenotes/release-1.2.0.html)
+    [\[Quick Start\]](./1.3.0-docs/Quickstart.html) [\[Release Notes\]](./1.3.0-docs/releasenotes/release-1.3.0.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.2.0-docs/download.html" class="btn btn-primary btn-small">1.2.0</a>
+<a href="./1.3.0-docs/download.html" class="btn btn-primary btn-small">1.3.0</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.2.0</version>
+  <version>1.3.0</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.2.0
+git checkout helix-1.3.0
 mvn install package -DskipTests
 ```
diff --git a/website/src/site/resources/.htaccess b/website/src/site/resources/.htaccess
index aeaadec57..ed335ad69 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.1.0-docs/download.html /1.1.0-docs/download.cgi
-Redirect /1.2.0-docs/download.html /1.2.0-docs/download.cgi
\ No newline at end of file
+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
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 210e3c03e..6b52bc3a6 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.0" href="./1.3.0-docs/index.html"/>
       <item name="1.2.0" href="./1.2.0-docs/index.html"/>
-      <item name="1.1.0" href="./1.1.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.2.0">
-      <item name="Documentation" href="./1.2.0-docs/index.html"/>
-      <item name="Quick Start" href="./1.2.0-docs/Quickstart.html"/>
-      <item name="Tutorial" href="./1.2.0-docs/Tutorial.html"/>
-      <item name="Download" href="./1.2.0-docs/download.html"/>
+    <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>
 
     <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.2.0|Helix 0.9.10</column>
+        <column>Documentation|Helix 1.3.0|Helix 0.9.10</column>
         <column>Get Involved</column>
         <column>ASF</column>
       </bottomNav>