You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2017/01/29 21:08:03 UTC

incubator-atlas git commit: updated site for 0.7.1-incubating release

Repository: incubator-atlas
Updated Branches:
  refs/heads/0.7-incubating e48bd3558 -> da3f8aa65


updated site for 0.7.1-incubating release


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

Branch: refs/heads/0.7-incubating
Commit: da3f8aa651ed52b358dc4978fb62ff4c3069f9e4
Parents: e48bd35
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Sun Jan 29 13:07:49 2017 -0800
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Sun Jan 29 13:07:49 2017 -0800

----------------------------------------------------------------------
 docs/src/site/site.xml |  5 ++++-
 pom.xml                | 10 ++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/da3f8aa6/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index b9c40a9..c3e9b80 100755
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -93,8 +93,10 @@
         </menu>
 
         <menu name="Releases">
+            <item name="0.7.1-incubating"
+                  href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.1-incubating/"/>
             <item name="0.7-incubating"
-                  href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/"/>
+                  href="http://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/"/>
             <item name="0.6-incubating"
                   href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/"/>
             <item name="0.5-incubating"
@@ -102,6 +104,7 @@
         </menu>
 
         <menu name="Documentation">
+            <item name="0.7.1-incubating" href="./0.7.1-incubating/index.html"/>
             <item name="0.7-incubating" href="./0.7.0-incubating/index.html"/>
             <item name="0.6-incubating" href="./0.6.0-incubating/index.html"/>
             <item name="0.5-incubating" href="./0.5.0-incubating/index.html"/>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/da3f8aa6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5f0d5d2..1720134 100755
--- a/pom.xml
+++ b/pom.xml
@@ -394,6 +394,16 @@
             </roles>
             <organization></organization>
         </developer>
+        <developer>
+            <id>madhan</id>
+            <name>Madhan Neethiraj</name>
+            <email>madhan@apache.org</email>
+            <timezone>America/Los_Angeles</timezone>
+            <roles>
+                <role>committer</role>
+            </roles>
+            <organization>Hortonworks Inc.</organization>
+        </developer>
     </developers>
 
     <properties>