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 9ad78003f Update menu bar
9ad78003f is described below
commit 9ad78003fbcb0c1729d70e46e92b34fd2ab744c0
Author: Junkai Xue <[email protected]>
AuthorDate: Tue Feb 4 00:58:01 2025 -0800
Update menu bar
---
website/pom.xml | 1 -
website/src/site/markdown/index.md | 10 +++++-----
website/src/site/resources/.htaccess | 8 ++++----
website/src/site/site.xml | 14 +++++++-------
4 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/website/pom.xml b/website/pom.xml
index 0e8413d8a..b78aa83f0 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -47,7 +47,6 @@
<modules>
<module>0.9.9</module>
<module>1.3.1</module>
- <module>1.4.2</module>
<module>1.4.3</module>
</modules>
diff --git a/website/src/site/markdown/index.md
b/website/src/site/markdown/index.md
index c68e2f104..a46d45c86 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.4.2](./1.4.2-docs/index.html) - A release containing generic metadata
client release + fixes
+* [1.4.3](./1.4.3-docs/index.html) - A release containing minor fixes for
instance operation and task framework
- [\[Quick Start\]](./1.4.2-docs/Quickstart.html) [\[Release
Notes\]](./1.4.2-docs/releasenotes/release-1.4.2.html)
+ [\[Quick Start\]](./1.4.3-docs/Quickstart.html) [\[Release
Notes\]](./1.4.3-docs/releasenotes/release-1.4.3.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.4.2-docs/download.html" class="btn btn-primary
btn-small">1.4.2</a>
+<a href="./1.4.3-docs/download.html" class="btn btn-primary
btn-small">1.4.3</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.4.2</version>
+ <version>1.4.3</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.4.2
+git checkout helix-1.4.3
mvn install package -DskipTests
```
diff --git a/website/src/site/resources/.htaccess
b/website/src/site/resources/.htaccess
index e6a273cbf..d5c32fc20 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -17,7 +17,7 @@
# under the License.
#
-Redirect /download.html /download.cgi
-Redirect /0.9.9-docs/download.html /0.9.9-docs/download.cgi
-Redirect /1.4.2-docs/download.html /1.4.2-docs/download.cgi
-Redirect /1.4.1-docs/download.html /1.4.1-docs/download.cgi
+Redirect /download.html https://downloads.apache.org/helix/
+Redirect /0.9.9-docs/download.html https://downloads.apache.org/helix/0.9.10
+Redirect /1.4.2-docs/download.html https://downloads.apache.org/helix/1.4.2
+Redirect /1.4.3-docs/download.html https://downloads.apache.org/helix/1.4.3
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 3adc2fd9a..553b6f861 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -56,17 +56,17 @@
</menu>
<menu name="Documentation">
- <item name="1.4.2" href="./1.4.2-docs/index.html"/>
+ <item name="1.4.3" href="./1.4.3-docs/index.html"/>
<item name="1.3.1" href="./1.3.1-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.4.2">
- <item name="Documentation" href="./1.4.2-docs/index.html"/>
- <item name="Quick Start" href="./1.4.2-docs/Quickstart.html"/>
- <item name="Tutorial" href="./1.4.2-docs/Tutorial.html"/>
- <item name="Download" href="./1.4.2-docs/download.html"/>
+ <menu name="Helix 1.4.3">
+ <item name="Documentation" href="./1.4.3-docs/index.html"/>
+ <item name="Quick Start" href="./1.4.3-docs/Quickstart.html"/>
+ <item name="Tutorial" href="./1.4.3-docs/Tutorial.html"/>
+ <item name="Download" href="./1.4.3-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.4.2|Helix 0.9.10</column>
+ <column>Documentation|Helix 1.4.3|Helix 0.9.10</column>
<column>Get Involved</column>
<column>ASF</column>
</bottomNav>