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 ede19dd02 Update menu bar
ede19dd02 is described below
commit ede19dd02fa930505785b0b336fb200e869ca034
Author: Junkai Xue <[email protected]>
AuthorDate: Thu Apr 21 14:29:45 2022 -0700
Update menu bar
---
website/pom.xml | 1 +
website/src/site/markdown/index.md | 10 +++++-----
website/src/site/resources/.htaccess | 3 ++-
website/src/site/site.xml | 13 +++++++------
4 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/website/pom.xml b/website/pom.xml
index 9f17e63ae..3158c4034 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -34,6 +34,7 @@
<modules>
<module>0.9.9</module>
<module>1.0.2</module>
+ <module>1.0.3</module>
</modules>
<properties>
diff --git a/website/src/site/markdown/index.md
b/website/src/site/markdown/index.md
index 6b9841ba2..cbd86315c 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.0.2](./1.0.2-docs/index.html) - A release containing multiple major
features such as ZooScalability, Cloud Support, Customized View, WAGED
Rebalancer and Distributed Lock
+* [1.0.3](./1.0.3-docs/index.html) - A release containing major feature of
replica level throttling and native cloud support
- [\[Quick Start\]](./1.0.2-docs/Quickstart.html) [\[Release
Notes\]](./1.0.2-docs/releasenotes/release-1.0.2.html)
+ [\[Quick Start\]](./1.0.3-docs/Quickstart.html) [\[Release
Notes\]](./1.0.3-docs/releasenotes/release-1.0.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.0.2-docs/download.html" class="btn btn-primary
btn-small">1.0.2</a>
+<a href="./1.0.3-docs/download.html" class="btn btn-primary
btn-small">1.0.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.0.2</version>
+ <version>1.0.3</version>
</dependency>
```
@@ -108,6 +108,6 @@ Requirements: JDK 1.8+, Maven 3.5.0+
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout helix-1.0.2
+git checkout helix-1.0.3
mvn install package -DskipTests
```
diff --git a/website/src/site/resources/.htaccess
b/website/src/site/resources/.htaccess
index 24eeb61ef..6fd4a08f6 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -19,4 +19,5 @@
Redirect /download.html /download.cgi
Redirect /0.9.9-docs/download.html /0.9.9-docs/download.cgi
-Redirect /1.0.2-docs/download.html /1.0.2-docs/download.cgi
\ No newline at end of file
+Redirect /1.0.2-docs/download.html /1.0.2-docs/download.cgi
+Redirect /1.0.3-docs/download.html /1.0.3-docs/download.cgi
\ No newline at end of file
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 2ba045346..c23f8a939 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -65,16 +65,17 @@
</menu>
<menu name="Documentation">
+ <item name="1.0.3" href="./1.0.3-docs/index.html"/>
<item name="1.0.2" href="./1.0.2-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.0.2">
- <item name="Documentation" href="./1.0.2-docs/index.html"/>
- <item name="Quick Start" href="./1.0.2-docs/Quickstart.html"/>
- <item name="Tutorial" href="./1.0.2-docs/Tutorial.html"/>
- <item name="Download" href="./1.0.2-docs/download.html"/>
+ <menu name="Helix 1.0.3">
+ <item name="Documentation" href="./1.0.3-docs/index.html"/>
+ <item name="Quick Start" href="./1.0.3-docs/Quickstart.html"/>
+ <item name="Tutorial" href="./1.0.3-docs/Tutorial.html"/>
+ <item name="Download" href="./1.0.3-docs/download.html"/>
</menu>
<menu name="Helix 0.9.10 (0.9.9)">
@@ -139,7 +140,7 @@
<slogan>A cluster management framework for partitioned and replicated
distributed resources</slogan>
<bottomNav>
<column>Learn</column>
- <column>Documentation|Helix 1.0.2|Helix 0.9.10</column>
+ <column>Documentation|Helix 1.0.3|Helix 0.9.10</column>
<column>Get Involved</column>
<column>ASF</column>
</bottomNav>