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 c6c21ea99 update menu bar
c6c21ea99 is described below
commit c6c21ea991a81321e66fd85d26d17f7f809f1b66
Author: Junkai Xue <[email protected]>
AuthorDate: Thu Nov 28 21:30:09 2024 -0800
update menu bar
---
website/0.9.9/pom.xml | 2 +-
website/1.3.1/pom.xml | 2 +-
website/1.4.2/pom.xml | 2 +-
website/pom.xml | 5 ++---
website/src/site/markdown/index.md | 10 +++++-----
website/src/site/resources/.htaccess | 2 +-
website/src/site/site.xml | 14 +++++++-------
7 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/website/0.9.9/pom.xml b/website/0.9.9/pom.xml
index 349e9d96d..09df3d8c0 100644
--- a/website/0.9.9/pom.xml
+++ b/website/0.9.9/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>website</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>0.9.9-docs</artifactId>
diff --git a/website/1.3.1/pom.xml b/website/1.3.1/pom.xml
index 9556d131d..1535b92a7 100644
--- a/website/1.3.1/pom.xml
+++ b/website/1.3.1/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>website</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>1.3.1-docs</artifactId>
diff --git a/website/1.4.2/pom.xml b/website/1.4.2/pom.xml
index 866aef887..348c2f5e3 100644
--- a/website/1.4.2/pom.xml
+++ b/website/1.4.2/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>website</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>1.4.2-docs</artifactId>
diff --git a/website/pom.xml b/website/pom.xml
index c40db8c54..b9e34a61e 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
@@ -47,12 +47,11 @@
<modules>
<module>0.9.9</module>
<module>1.3.1</module>
- <module>1.4.1</module>
<module>1.4.2</module>
</modules>
<properties>
- <revision>1.4.1-SNAPSHOT</revision>
+ <revision>1.4.3-SNAPSHOT</revision>
<!-- for svnpubsub site deployment -->
<!-- you can use javasvn too -->
<svnImpl>svn</svnImpl>
diff --git a/website/src/site/markdown/index.md
b/website/src/site/markdown/index.md
index 5367cd3c3..c68e2f104 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.1](./1.4.1-docs/index.html) - A release containing fixes and other
improvements
+* [1.4.2](./1.4.2-docs/index.html) - A release containing generic metadata
client release + fixes
- [\[Quick Start\]](./1.4.1-docs/Quickstart.html) [\[Release
Notes\]](./1.4.1-docs/releasenotes/release-1.4.1.html)
+ [\[Quick Start\]](./1.4.2-docs/Quickstart.html) [\[Release
Notes\]](./1.4.2-docs/releasenotes/release-1.4.2.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.1-docs/download.html" class="btn btn-primary
btn-small">1.4.1</a>
+<a href="./1.4.2-docs/download.html" class="btn btn-primary
btn-small">1.4.2</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.1</version>
+ <version>1.4.2</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.1
+git checkout helix-1.4.2
mvn install package -DskipTests
```
diff --git a/website/src/site/resources/.htaccess
b/website/src/site/resources/.htaccess
index 8dc821a04..e6a273cbf 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.4.0-docs/download.html /1.4.0-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
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 9e2d1e6a7..3adc2fd9a 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.1" href="./1.4.1-docs/index.html"/>
+ <item name="1.4.2" href="./1.4.2-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.1">
- <item name="Documentation" href="./1.4.1-docs/index.html"/>
- <item name="Quick Start" href="./1.4.1-docs/Quickstart.html"/>
- <item name="Tutorial" href="./1.4.1-docs/Tutorial.html"/>
- <item name="Download" href="./1.4.1-docs/download.html"/>
+ <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>
<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.1|Helix 0.9.10</column>
+ <column>Documentation|Helix 1.4.2|Helix 0.9.10</column>
<column>Get Involved</column>
<column>ASF</column>
</bottomNav>