You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2015/06/17 00:30:42 UTC

tez git commit: TEZ-2486. Update tez website to include links based on http://www.apache.org/foundation/marks/pmcs.html#navigation. (Gabor Liptak via hitesh)

Repository: tez
Updated Branches:
  refs/heads/master 886a38366 -> 742c005d5


TEZ-2486. Update tez website to include links based on http://www.apache.org/foundation/marks/pmcs.html#navigation. (Gabor Liptak via hitesh)


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

Branch: refs/heads/master
Commit: 742c005d5ce26310cb36eaee1269ae6316bbf3f8
Parents: 886a383
Author: Hitesh Shah <hi...@apache.org>
Authored: Tue Jun 16 15:29:54 2015 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Tue Jun 16 15:29:54 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt            |  2 ++
 docs/src/site/site.xml | 13 +++++++++++++
 pom.xml                |  2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/742c005d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index b00b964..d43e2ff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,8 @@ INCOMPATIBLE CHANGES
   TEZ-2468. Change the minimum Java version to Java 7.
 
 ALL CHANGES:
+  TEZ-2486. Update tez website to include links based on
+    http://www.apache.org/foundation/marks/pmcs.html#navigation.
   TEZ-2548. TezClient submitDAG can hang if the AM is in the process of shutting down.
   TEZ-2473. Consider using RawLocalFileSystem in MapOutput.createDiskMapOutput.
   TEZ-2538. ADDITIONAL_SPILL_COUNT wrongly populated for DefaultSorter with multiple partitions.

http://git-wip-us.apache.org/repos/asf/tez/blob/742c005d/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index d04d306..e99d707 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -45,6 +45,12 @@
     <href>http://tez.apache.org/</href>
   </bannerLeft>
 
+  <bannerRight>
+    <name>Apache Software Foundation</name>
+    <src>http://www.apache.org/images/asf_logo.gif</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>
+
   <publishDate position="right"/>
   <version position="none"/>
 
@@ -129,6 +135,13 @@
       <item name="How to Contribute" href="https://cwiki.apache.org/confluence/display/TEZ/How+to+Contribute+to+Tez" alt="Detailed guide on how to contribute to Tez" />
     </menu>
 
+    <menu name="ASF">
+      <item name="License" href="http://www.apache.org/licenses/" />
+      <item name="Donate" href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
+      <item name="Security" href="http://www.apache.org/security/" />
+    </menu>
+
     <footer>
       <div class="row span12">
         Apache Tez, Apache, the Apache feather logo, and the Apache Tez project logos are trademarks of The Apache Software Foundation.

http://git-wip-us.apache.org/repos/asf/tez/blob/742c005d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cafba97..5a86182 100644
--- a/pom.xml
+++ b/pom.xml
@@ -737,7 +737,7 @@
         <plugin>
           <groupId>com.github.eirslett</groupId>
           <artifactId>frontend-maven-plugin</artifactId>
-          <version>0.0.16</version>
+          <version>0.0.23</version>
         </plugin>
         <plugin>
           <artifactId>exec-maven-plugin</artifactId>