Repository: ranger Updated Branches: refs/heads/master c129e7fef -> 1c6a27197
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/1c6a2719 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/1c6a2719 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/1c6a2719 Branch: refs/heads/master Commit: 1c6a271974dae1a8727254d15eb3cc51f5fd8dcb Parents: c129e7f Author: Velmurugan Periasamy <[email protected]> Authored: Mon Jul 9 22:17:47 2018 -0400 Committer: Velmurugan Periasamy <[email protected]> Committed: Mon Jul 9 22:17:47 2018 -0400 ---------------------------------------------------------------------- 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/1c6a2719/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/1c6a2719/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/1c6a2719/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>
