Repository: ranger Updated Branches: refs/heads/ranger-1.1 747065d0b -> 8e19e67e2
RANGER-2147: Updated docs as part of Ranger 1.1.0 release Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/7eb78399 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/7eb78399 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/7eb78399 Branch: refs/heads/ranger-1.1 Commit: 7eb78399b3296dc4b1ebd80d936ca20ba5e443f4 Parents: 747065d Author: Velmurugan Periasamy <[email protected]> Authored: Mon Jul 9 22:17:47 2018 -0400 Committer: Mehul Parikh <[email protected]> Committed: Tue Sep 4 11:15:19 2018 +0530 ---------------------------------------------------------------------- docs/pom.xml | 2 +- docs/src/site/site.xml | 1 + docs/src/site/xdoc/download.xml | 12 +++++++++++- 3 files changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/7eb78399/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 4b992e1..4cbd26e 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>1.1.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <artifactId>ranger</artifactId> <packaging>pom</packaging> <licenses> http://git-wip-us.apache.org/repos/asf/ranger/blob/7eb78399/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 9cfb442..3da00cb 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="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" /> <item name="0.7.1" href="https://cwiki.apache.org/confluence/display/RANGER/0.7.1+Release+-+Apache+Ranger" /> <item name="0.7.0" href="https://cwiki.apache.org/confluence/display/RANGER/0.7.0+Release+-+Apache+Ranger" /> http://git-wip-us.apache.org/repos/asf/ranger/blob/7eb78399/docs/src/site/xdoc/download.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/xdoc/download.xml b/docs/src/site/xdoc/download.xml index 6a157fc..91f7cf1 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.0.0: +Current Stable release is Apache Ranger 1.1.0: +</p> +<p> +<a href="https://www.apache.org/dyn/closer.lua/ranger/1.1.0/apache-ranger-1.1.0.tar.gz">apache-ranger-1.1.0.tar.gz</a> +(<a href="https://www.apache.org/dist/ranger/1.1.0/apache-ranger-1.1.0.tar.gz.asc">PGP</a>) +(<a href="https://www.apache.org/dist/ranger/1.1.0/apache-ranger-1.1.0.tar.gz.mds">Digests</a>) +</p> +</li> +<li> +<p> +An older branch release is Apache Ranger 1.0.0: </p> <p> <a href="https://www.apache.org/dyn/closer.lua/ranger/1.0.0/apache-ranger-1.0.0.tar.gz">apache-ranger-1.0.0.tar.gz</a>
