You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2019/06/25 22:17:03 UTC

[helix] 06/07: Update website with 0.9.0 with maven plugin version upgrades

This is an automated email from the ASF dual-hosted git repository.

hulee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git

commit 47d0c6cfcf2b81b047beaf5322dabf7e4092506a
Author: Hunter Lee <hu...@linkedin.com>
AuthorDate: Tue Jun 11 12:01:49 2019 -0700

    Update website with 0.9.0 with maven plugin version upgrades
    
    Signed-off-by: Hunter Lee <hu...@linkedin.com>
---
 pom.xml                              |  4 ++--
 website/0.6.1-incubating/pom.xml     |  2 +-
 website/0.6.2-incubating/pom.xml     |  2 +-
 website/0.6.3/pom.xml                |  2 +-
 website/0.6.4/pom.xml                |  2 +-
 website/0.6.5/pom.xml                |  2 +-
 website/0.6.6/pom.xml                |  2 +-
 website/0.6.7/pom.xml                |  2 +-
 website/0.6.8/pom.xml                |  2 +-
 website/0.6.9/pom.xml                |  2 +-
 website/0.7.0-incubating/pom.xml     |  2 +-
 website/0.7.1/pom.xml                |  2 +-
 website/0.8.0/pom.xml                |  2 +-
 website/0.8.1/pom.xml                |  2 +-
 website/0.8.2/pom.xml                |  2 +-
 website/0.8.3/pom.xml                |  2 +-
 website/0.8.4/pom.xml                |  2 +-
 website/0.9.0/pom.xml                |  2 +-
 website/0.9.0/src/site/site.xml      |  1 -
 website/pom.xml                      | 13 +++++++++++--
 website/src/site/markdown/index.md   | 18 +++++++++---------
 website/src/site/resources/.htaccess |  3 ++-
 website/src/site/site.xml            | 21 ++++++++++-----------
 23 files changed, 51 insertions(+), 43 deletions(-)

diff --git a/pom.xml b/pom.xml
index ca2c200..7d39bcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,8 +340,8 @@ under the License.
 
     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
 
-    <maven-scm-provider-svnjava.version>3.0.0</maven-scm-provider-svnjava.version>
-    <svnkit.version>1.10.0</svnkit.version>
+    <maven-scm-provider-svnjava.version>2.0.6</maven-scm-provider-svnjava.version>
+    <svnkit.version>1.7.11</svnkit.version>
 
     <helix.siteFilePath>${user.home}/helix-site/helix-site-deploy</helix.siteFilePath>
     <!-- you can use javasvn too -->
diff --git a/website/0.6.1-incubating/pom.xml b/website/0.6.1-incubating/pom.xml
index 73552ca..82c926a 100644
--- a/website/0.6.1-incubating/pom.xml
+++ b/website/0.6.1-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.1-incubating-docs</artifactId>
diff --git a/website/0.6.2-incubating/pom.xml b/website/0.6.2-incubating/pom.xml
index 5c38594..8e2a9b8 100644
--- a/website/0.6.2-incubating/pom.xml
+++ b/website/0.6.2-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.2-incubating-docs</artifactId>
diff --git a/website/0.6.3/pom.xml b/website/0.6.3/pom.xml
index dd66016..069c222 100644
--- a/website/0.6.3/pom.xml
+++ b/website/0.6.3/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.3-docs</artifactId>
diff --git a/website/0.6.4/pom.xml b/website/0.6.4/pom.xml
index 067a685..1d4519a 100644
--- a/website/0.6.4/pom.xml
+++ b/website/0.6.4/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.4-docs</artifactId>
diff --git a/website/0.6.5/pom.xml b/website/0.6.5/pom.xml
index 542bc39..25ab965 100644
--- a/website/0.6.5/pom.xml
+++ b/website/0.6.5/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.5-docs</artifactId>
diff --git a/website/0.6.6/pom.xml b/website/0.6.6/pom.xml
index 0c44b7c..646496b 100644
--- a/website/0.6.6/pom.xml
+++ b/website/0.6.6/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.6-docs</artifactId>
diff --git a/website/0.6.7/pom.xml b/website/0.6.7/pom.xml
index 37e47d3..6325b1d 100644
--- a/website/0.6.7/pom.xml
+++ b/website/0.6.7/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.7-docs</artifactId>
diff --git a/website/0.6.8/pom.xml b/website/0.6.8/pom.xml
index eefd716..3487a9b 100644
--- a/website/0.6.8/pom.xml
+++ b/website/0.6.8/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.8-docs</artifactId>
diff --git a/website/0.6.9/pom.xml b/website/0.6.9/pom.xml
index 6711c97..cc31ab7 100644
--- a/website/0.6.9/pom.xml
+++ b/website/0.6.9/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.9-docs</artifactId>
diff --git a/website/0.7.0-incubating/pom.xml b/website/0.7.0-incubating/pom.xml
index f034f5f..95262a4 100644
--- a/website/0.7.0-incubating/pom.xml
+++ b/website/0.7.0-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.7.0-incubating-docs</artifactId>
diff --git a/website/0.7.1/pom.xml b/website/0.7.1/pom.xml
index 6db4c3a..6d58947 100644
--- a/website/0.7.1/pom.xml
+++ b/website/0.7.1/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.7.1-docs</artifactId>
diff --git a/website/0.8.0/pom.xml b/website/0.8.0/pom.xml
index 76148dc..dea2e47 100644
--- a/website/0.8.0/pom.xml
+++ b/website/0.8.0/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.8.0-docs</artifactId>
diff --git a/website/0.8.1/pom.xml b/website/0.8.1/pom.xml
index a7393cb..525f6c4 100644
--- a/website/0.8.1/pom.xml
+++ b/website/0.8.1/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.8.1-docs</artifactId>
diff --git a/website/0.8.2/pom.xml b/website/0.8.2/pom.xml
index f3235f5..fc5ad57 100644
--- a/website/0.8.2/pom.xml
+++ b/website/0.8.2/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.8.2-docs</artifactId>
diff --git a/website/0.8.3/pom.xml b/website/0.8.3/pom.xml
index 211d03b..18aca9d 100644
--- a/website/0.8.3/pom.xml
+++ b/website/0.8.3/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.8.3-docs</artifactId>
diff --git a/website/0.8.4/pom.xml b/website/0.8.4/pom.xml
index 874e293..4425960 100644
--- a/website/0.8.4/pom.xml
+++ b/website/0.8.4/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.8.4-docs</artifactId>
diff --git a/website/0.9.0/pom.xml b/website/0.9.0/pom.xml
index b600c9e..405c3b7 100644
--- a/website/0.9.0/pom.xml
+++ b/website/0.9.0/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.9.0-docs</artifactId>
diff --git a/website/0.9.0/src/site/site.xml b/website/0.9.0/src/site/site.xml
index f936074..31b998e 100644
--- a/website/0.9.0/src/site/site.xml
+++ b/website/0.9.0/src/site/site.xml
@@ -50,7 +50,6 @@
         })();
 
       </script>
-
     </head>
 
     <breadcrumbs position="left">
diff --git a/website/pom.xml b/website/pom.xml
index 146549f..c6c425e 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.8.5-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
@@ -67,6 +67,15 @@ under the License.
 
   <dependencies>
   </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.9</version>
+      </plugin>
+    </plugins>
+  </reporting>
   <build>
     <resources>
     </resources>
@@ -99,7 +108,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>1.0-beta-2</version>
+          <version>1.0</version>
           <configuration>
             <tryUpdate>true</tryUpdate>
             <providerImplementations>
diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md
index 5779920..d9d978d 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -77,19 +77,19 @@ Modeling a distributed system as a state machine with constraints on states and
 
 Apache Helix has two new releases:
 
-* [0.8.4](./0.8.4-docs/index.html) - A release focusing on performance improvement backward compatible with 0.6.x.
+* [0.9.0](./0.9.0-docs/index.html) - A release on JDK 8 containing various improvements and bug fixes (backward-compatible with 0.8.x).
 
-    [\[Quick Start\]](./0.8.4-docs/Quickstart.html) [\[Release Notes\]](./0.8.4-docs/releasenotes/release-0.8.4.html)
+    [\[Quick Start\]](./0.9.0-docs/Quickstart.html) [\[Release Notes\]](./0.9.0-docs/releasenotes/release-0.9.0.html)
 
-* [0.7.1 (beta)](./0.7.1-docs/index.html) - A release that includes YARN integration, ad-hoc task management, and performant IPC.
+* [0.8.4](./0.8.4-docs/index.html) - A release focusing on performance improvement backward-compatible with 0.6.x.
 
-    [\[Quick Start\]](./0.7.1-docs/Quickstart.html) [\[Release Notes\]](./0.7.1-docs/releasenotes/release-0.7.1.html)
+    [\[Quick Start\]](./0.8.4-docs/Quickstart.html) [\[Release Notes\]](./0.8.4-docs/releasenotes/release-0.8.4.html)
 
 ### Download
 
-<a href="./0.8.4-docs/download.html" class="btn btn-primary btn-small">0.8.4</a>
+<a href="./0.9.0-docs/download.html" class="btn btn-primary btn-small">0.9.0</a>
 
-<a href="./0.7.1-docs/download.html" class="btn btn-primary btn-small">0.7.1 (beta)</a>
+<a href="./0.8.4-docs/download.html" class="btn btn-primary btn-small">0.8.4</a>
 
 ### Maven Dependency
 
@@ -97,17 +97,17 @@ Apache Helix has two new releases:
 <dependency>
   <groupId>org.apache.helix</groupId>
   <artifactId>helix-core</artifactId>
-  <version>0.8.4</version>
+  <version>0.9.0</version>
 </dependency>
 ```
 
 ### Building
 
-Requirements: JDK 1.6+, Maven 2.0.8+
+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-0.8.4
+git checkout helix-0.9.0
 mvn install package -DskipTests
 ```
diff --git a/website/src/site/resources/.htaccess b/website/src/site/resources/.htaccess
index b7c67cd..8b2c002 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -33,4 +33,5 @@ Redirect /0.8.0-docs/download.html /0.8.0-docs/download.cgi
 Redirect /0.8.1-docs/download.html /0.8.1-docs/download.cgi
 Redirect /0.8.2-docs/download.html /0.8.2-docs/download.cgi
 Redirect /0.8.3-docs/download.html /0.8.3-docs/download.cgi
-Redirect /0.8.4-docs/download.html /0.8.4-docs/download.cgi
\ No newline at end of file
+Redirect /0.8.4-docs/download.html /0.8.4-docs/download.cgi
+Redirect /0.9.0-docs/download.html /0.9.0-docs/download.cgi
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 171e4fc..057156e 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -35,7 +35,6 @@
   </skin>
 
   <body>
-
     <head>
       <script type="text/javascript">
 
@@ -50,7 +49,6 @@
         })();
 
       </script>
-
     </head>
 
     <breadcrumbs position="left">
@@ -65,7 +63,8 @@
     </menu>
 
     <menu name="Documentation">
-      <item name="0.8.4 (stable)" href="./0.8.4-docs/index.html"/>
+      <item name="0.9.0 (stable)" href="./0.9.0-docs/index.html"/>
+      <item name="0.8.4" href="./0.8.4-docs/index.html"/>
       <item name="0.8.3 (alpha)" href="./0.8.3-docs/index.html"/>
       <item name="0.8.2" href="./0.8.2-docs/index.html"/>
       <item name="0.8.1" href="./0.8.1-docs/index.html"/>
@@ -84,6 +83,13 @@
       <item name="trunk" href="./trunk-docs/index.html"/>
     </menu>
 
+    <menu name="Helix 0.9.0">
+      <item name="Documentation" href="./0.9.0-docs/index.html"/>
+      <item name="Quick Start" href="./0.9.0-docs/Quickstart.html"/>
+      <item name="Tutorial" href="./0.9.0-docs/Tutorial.html"/>
+      <item name="Download" href="./0.9.0-docs/download.html"/>
+    </menu>
+
     <menu name="Helix 0.8.4">
       <item name="Documentation" href="./0.8.4-docs/index.html"/>
       <item name="Quick Start" href="./0.8.4-docs/Quickstart.html"/>
@@ -91,13 +97,6 @@
       <item name="Download" href="./0.8.4-docs/download.html"/>
     </menu>
 
-    <menu name="Helix 0.7.1 (beta)">
-      <item name="Documentation" href="./0.7.1-docs/index.html"/>
-      <item name="Quick Start" href="./0.7.1-docs/Quickstart.html"/>
-      <item name="Tutorial" href="./0.7.1-docs/Tutorial.html"/>
-      <item name="Download" href="./0.7.1-docs/download.html"/>
-    </menu>
-
     <menu name="Get Involved">
       <item name="IRC" href="./IRC.html"/>
       <item name="Mailing Lists" href="mail-lists.html"/>
@@ -153,7 +152,7 @@
       <slogan>A cluster management framework for partitioned and replicated distributed resources</slogan>
       <bottomNav>
         <column>Learn</column>
-        <column>Documentation|Helix 0.8.4|Helix 0.7.1 (beta)</column>
+        <column>Documentation|Helix 0.9.0|Helix 0.8.4</column>
         <column>Get Involved</column>
         <column>ASF</column>
       </bottomNav>