Repository: ranger
Updated Branches:
  refs/heads/master 792e40bcd -> a8fea7b6d


RANGER-1157 - Handle the review suggestions from Josh Elser

Signed-off-by: Colm O hEigeartaigh <cohei...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/a8fea7b6
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/a8fea7b6
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/a8fea7b6

Branch: refs/heads/master
Commit: a8fea7b6d2d40dc13a8aa4e92852fedc2dde5b40
Parents: 792e40b
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Fri May 26 10:58:22 2017 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Fri Sep 1 10:54:39 2017 +0100

----------------------------------------------------------------------
 docs/pom.xml                    | 6 +-----
 docs/src/site/apt/index.apt.vm  | 4 ++--
 docs/src/site/site.xml          | 7 +++++--
 docs/src/site/xdoc/download.xml | 4 ++--
 4 files changed, 10 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/a8fea7b6/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 0fcb8e3..2bd9f44 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -465,10 +465,6 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>3.3</version>
-                </plugin>
-                <plugin>
                     <inherited>true</inherited>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
@@ -476,7 +472,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.3</version>
+                    <version>3.6</version>
                     <configuration>
                         <outputDirectory>./target</outputDirectory>
                     </configuration>

http://git-wip-us.apache.org/repos/asf/ranger/blob/a8fea7b6/docs/src/site/apt/index.apt.vm
----------------------------------------------------------------------
diff --git a/docs/src/site/apt/index.apt.vm b/docs/src/site/apt/index.apt.vm
index afbbb80..054fd3b 100644
--- a/docs/src/site/apt/index.apt.vm
+++ b/docs/src/site/apt/index.apt.vm
@@ -27,9 +27,9 @@
  ~~ http://maven.apache.org/doxia/references/apt-format.html
 
 
-${project.name}
+Apache Ranger&#8482;
 
- Ranger is a framework to enable, monitor and manage comprehensive data 
security across the Hadoop platform.
+ Apache Ranger&#8482; is a framework to enable, monitor and manage 
comprehensive data security across the Hadoop platform.
 
  The vision with Ranger is to provide comprehensive security across the Apache 
Hadoop ecosystem. With the advent of  Apache YARN, the Hadoop platform can now 
support a true data lake architecture. Enterprises can potentially run multiple 
workloads, in a multi tenant environment. Data security within Hadoop needs to 
evolve to support multiple use cases for data access, while also providing a 
framework for central administration of security policies and monitoring of 
user access.
 

http://git-wip-us.apache.org/repos/asf/ranger/blob/a8fea7b6/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 9472dc2..c2c5fc5 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -25,8 +25,8 @@ under the License.
 <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.3.1</version>
-  </skin>
+    <version>1.6</version>
+</skin>
 
 <bannerLeft>
     <name>Ranger Logo</name>
@@ -70,6 +70,9 @@ under the License.
                <item name="0.5.0" 
href="https://cwiki.apache.org/confluence/display/RANGER/0.5+Release+-+Apache+Ranger";
 />
                <item name="0.4.0" 
href="https://cwiki.apache.org/confluence/display/RANGER/0.4+Release"; />
        </menu>
+    <footer><![CDATA[Apache Ranger, Ranger, Apache, the Apache feather logo 
are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners. ]]></footer>
+
 </body>
 
 <poweredBy>

http://git-wip-us.apache.org/repos/asf/ranger/blob/a8fea7b6/docs/src/site/xdoc/download.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/xdoc/download.xml b/docs/src/site/xdoc/download.xml
index 24e868a..c3df8fc 100644
--- a/docs/src/site/xdoc/download.xml
+++ b/docs/src/site/xdoc/download.xml
@@ -17,10 +17,10 @@
 -->
 <document>
 <body>
-<section name="Download Apache Ranger">
+<section name="Download Apache Ranger&#8482;">
 <subsection name="How to Download">
 <p>
-Use the links below to download a distribution of Apache Ranger from one of 
our mirrors. 
+Use the links below to download a distribution of Apache Ranger&#8482; from 
one of our mirrors.
 It is good practice to verify the integrity of the distribution files. Apache 
Ranger releases are 
 available under the 
 <a href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a> - see the 

Reply via email to