You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ve...@apache.org on 2019/08/07 18:59:44 UTC

[ranger] branch master updated: RANGER-2452: Updated docs with 2.0.0 release info

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27948b8  RANGER-2452: Updated docs with 2.0.0 release info
27948b8 is described below

commit 27948b8fcceab4d615600d5de41df285027caa4a
Author: Velmurugan Periasamy <ve...@apache.org>
AuthorDate: Wed Aug 7 14:52:49 2019 -0400

    RANGER-2452: Updated docs with 2.0.0 release info
---
 docs/pom.xml                             |  2 +-
 docs/src/site/site.xml                   |  1 +
 docs/src/site/xdoc/download.xml          | 12 +++++++++++-
 docs/src/site/xdoc/quick_start_guide.xml |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/docs/pom.xml b/docs/pom.xml
index 42cc84a..0d592eb 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -24,7 +24,7 @@
     <url>http://ranger.apache.org/</url>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.ranger</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <artifactId>ranger</artifactId>
     <packaging>pom</packaging>
     <licenses>
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 19c7bee..5e3b3f4 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -62,6 +62,7 @@ under the License.
 	    <item name="Security Advisories" href="https://cwiki.apache.org/confluence/display/RANGER/Vulnerabilities+found+in+Ranger" />
     </menu>
     <menu name="Releases">
+        <item name="2.0.0" href="https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+2.0.0+-+Release+Notes" />
         <item name="1.2.0" href="https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+1.2.0+-+Release+Notes" />
         <item name="1.1.0" href="https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+1.1.0+-+Release+Notes" />
         <item name="1.0.0" href="https://cwiki.apache.org/confluence/display/RANGER/1.0.0+Release+-+Apache+Ranger" />
diff --git a/docs/src/site/xdoc/download.xml b/docs/src/site/xdoc/download.xml
index 1b672ec..cf595ef 100644
--- a/docs/src/site/xdoc/download.xml
+++ b/docs/src/site/xdoc/download.xml
@@ -31,7 +31,17 @@ LICENSE.txt and NOTICE.txt files contained in each release artifact.
 <ul>
 <li>
 <p>
-Current Stable release is Apache Ranger 1.2.0:
+Current Stable release is Apache Ranger 2.0.0:
+</p>
+<p>
+<a href="https://www.apache.org/dyn/closer.lua/ranger/2.0.0/apache-ranger-2.0.0.tar.gz">apache-ranger-2.0.0.tar.gz</a>
+(<a href="https://www.apache.org/dist/ranger/2.0.0/apache-ranger-2.0.0.tar.gz.asc">PGP</a>)
+(<a href="https://www.apache.org/dist/ranger/2.0.0/apache-ranger-2.0.0.tar.gz.sha512">Digest</a>)
+</p>
+</li>
+<li>
+<p>
+An older branch release is Apache Ranger 1.2.0:
 </p>
 <p>
 <a href="https://www.apache.org/dyn/closer.lua/ranger/1.2.0/apache-ranger-1.2.0.tar.gz">apache-ranger-1.2.0.tar.gz</a>
diff --git a/docs/src/site/xdoc/quick_start_guide.xml b/docs/src/site/xdoc/quick_start_guide.xml
index eaa2889..91c9fd8 100644
--- a/docs/src/site/xdoc/quick_start_guide.xml
+++ b/docs/src/site/xdoc/quick_start_guide.xml
@@ -112,7 +112,7 @@
             	3. Get the keys used to sign the releases for verification. https://dist.apache.org/repos/dist/release/ranger/KEYS
         <source> 
            $ gpg --import KEYS
-           $ gpg --fingerprint <key-id> 
+           $ gpg --fingerprint key-id 
         </source>
 			</p>