Repository: incubator-atlas Updated Branches: refs/heads/master f83e8ee86 -> d204df78e
updated site for 0.7.1-incubating release (cherry picked from commit da3f8aa651ed52b358dc4978fb62ff4c3069f9e4) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/d204df78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/d204df78 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/d204df78 Branch: refs/heads/master Commit: d204df78e4babb3fe3c515c00596a03cd40c4794 Parents: f83e8ee Author: Madhan Neethiraj <[email protected]> Authored: Sun Jan 29 13:07:49 2017 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Sun Jan 29 13:10:54 2017 -0800 ---------------------------------------------------------------------- docs/src/site/site.xml | 5 ++++- pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/d204df78/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/d204df78/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0321d84..a985792 100644 --- a/pom.xml +++ b/pom.xml @@ -400,7 +400,7 @@ <roles> <role>committer</role> </roles> - <organization></organization> + <organization>Hortonworks Inc.</organization> </developer> <developer> <id>svimal2106</id>
