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/07/24 15:57:42 UTC

[37/39] atlas git commit: ATLAS-1982: doc, website updated - to remove references to 'incubator', and with current PMC info

ATLAS-1982: doc, website updated - to remove references to 'incubator', and with current PMC info


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

Branch: refs/heads/feature-odf
Commit: de251913cdcfade1e77c826072d6869f78dfc91d
Parents: d23d61b
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Fri Jul 21 18:04:11 2017 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Sun Jul 23 21:43:48 2017 -0700

----------------------------------------------------------------------
 DISCLAIMER.txt                                  |  19 +-
 README.txt                                      |  14 +-
 addons/falcon-bridge-shim/pom.xml               |   2 +-
 addons/falcon-bridge/pom.xml                    |   2 +-
 addons/hdfs-model/pom.xml                       |   2 +-
 addons/hive-bridge-shim/pom.xml                 |   2 +-
 addons/hive-bridge/pom.xml                      |   2 +-
 addons/sqoop-bridge-shim/pom.xml                |   2 +-
 addons/sqoop-bridge/pom.xml                     |   2 +-
 addons/storm-bridge-shim/pom.xml                |   2 +-
 addons/storm-bridge/pom.xml                     |   2 +-
 authorization/pom.xml                           |   2 +-
 build-tools/pom.xml                             |   2 +-
 catalog/pom.xml                                 |   2 +-
 client/pom.xml                                  |   2 +-
 common/pom.xml                                  |   2 +-
 dashboardv2/package.json                        |   2 +-
 dashboardv2/pom.xml                             |   4 +-
 .../business_catalog/BusinessCatalogHeader.html |   2 +-
 .../search/AdvancedSearchInfo_tmpl.html         |   2 +-
 .../public/js/templates/site/header.html        |   2 +-
 distro/pom.xml                                  |   2 +-
 docs/pom.xml                                    |   8 +-
 docs/src/site/site.xml                          |  14 +-
 docs/src/site/twiki/InstallationSteps.twiki     |   2 +-
 docs/src/site/twiki/index.twiki                 |   8 -
 graphdb/api/pom.xml                             |   2 +-
 graphdb/common/pom.xml                          |   2 +-
 graphdb/graphdb-impls/pom.xml                   |   2 +-
 graphdb/pom.xml                                 |   2 +-
 graphdb/titan0/pom.xml                          |   2 +-
 graphdb/titan1/pom.xml                          |   2 +-
 intg/pom.xml                                    |   2 +-
 notification/pom.xml                            |   2 +-
 plugin-classloader/pom.xml                      |   2 +-
 pom.xml                                         | 418 ++++++++++---------
 repository/pom.xml                              |   2 +-
 server-api/pom.xml                              |   2 +-
 shaded/hbase-client-shaded/pom.xml              |   2 +-
 shaded/hbase-server-shaded/pom.xml              |   2 +-
 typesystem/pom.xml                              |   2 +-
 webapp/pom.xml                                  |   4 +-
 42 files changed, 273 insertions(+), 284 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/DISCLAIMER.txt
----------------------------------------------------------------------
diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt
index f577155..39ab3c1 100755
--- a/DISCLAIMER.txt
+++ b/DISCLAIMER.txt
@@ -1,16 +1,7 @@
-Apache Atlas is an effort undergoing incubation at the Apache
-Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+Apache Atlas is a Top Level Project (TLP) at the Apache Software
+Foundation (ASF).
 
-Incubation is required of all newly accepted projects until a further
-review indicates that the infrastructure, communications, and decision
-making process have stabilized in a manner consistent with other
-successful ASF projects.
+This product includes software developed at The Apache Software
+Foundation (http://www.apache.org/).
 
-While incubation status is not necessarily a reflection of the
-completeness or stability of the code, it does indicate that the
-project has yet to be fully endorsed by the ASF.
-
-For more information about the incubation status of the Apache Atlas
-project you can go to the following page:
-
-http://incubator.apache.org/projects/atlas.html
\ No newline at end of file
+http://atlas.apache.org

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 9716eb9..342520f 100755
--- a/README.txt
+++ b/README.txt
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-Apache Atlas (incubating) Overview
+Apache Atlas Overview
 
 Apache Atlas framework is an extensible set of core
 foundational governance services – enabling enterprises to effectively and
@@ -31,21 +31,13 @@ The metadata veracity is maintained by leveraging Apache Ranger to prevent
 non-authorized access paths to data at runtime.
 Security is both role based (RBAC) and attribute based (ABAC).
 
-
-Apache Atlas is an effort undergoing incubation at the Apache
-Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-For more information about the incubation status of the Apache Atlas
-project you can go to the following page:
-http://incubator.apache.org/projects/atlas.html
-
 Build Process
 =============
 
 1. Get Atlas sources to your local directory, for example with following commands
    $ cd <your-local-directory>
-   $ git clone https://github.com/apache/incubator-atlas.git
-   $ cd incubator-atlas
+   $ git clone https://github.com/apache/atlas.git
+   $ cd atlas
 
    # Checkout the branch or tag you would like to build
    #

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/falcon-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge-shim/pom.xml b/addons/falcon-bridge-shim/pom.xml
index 7089adb..2d0459c 100755
--- a/addons/falcon-bridge-shim/pom.xml
+++ b/addons/falcon-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>falcon-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/falcon-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index 287b8e9..bc71925 100644
--- a/addons/falcon-bridge/pom.xml
+++ b/addons/falcon-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>falcon-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/hdfs-model/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index bb2634d..7ff085c 100644
--- a/addons/hdfs-model/pom.xml
+++ b/addons/hdfs-model/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hdfs-model</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/hive-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml
index cdc93c1..d87947f 100755
--- a/addons/hive-bridge-shim/pom.xml
+++ b/addons/hive-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hive-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/hive-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 983a04f..64ffe04 100755
--- a/addons/hive-bridge/pom.xml
+++ b/addons/hive-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hive-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/sqoop-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml
index a1d71de..e7cf97a 100755
--- a/addons/sqoop-bridge-shim/pom.xml
+++ b/addons/sqoop-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>sqoop-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/sqoop-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index d52167b..33c5089 100644
--- a/addons/sqoop-bridge/pom.xml
+++ b/addons/sqoop-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>sqoop-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/storm-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml
index f02dbc1..cf2a025 100755
--- a/addons/storm-bridge-shim/pom.xml
+++ b/addons/storm-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>storm-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/addons/storm-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index 5fb1be0..a4e4d0f 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>storm-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/authorization/pom.xml
----------------------------------------------------------------------
diff --git a/authorization/pom.xml b/authorization/pom.xml
index e806fb1..cac4fd7 100644
--- a/authorization/pom.xml
+++ b/authorization/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.atlas</groupId>
     <artifactId>apache-atlas</artifactId>
-    <version>0.9-incubating-SNAPSHOT</version>
+    <version>0.9-SNAPSHOT</version>
   </parent>
   <artifactId>atlas-authorization</artifactId>
   <name>Apache Atlas Authorization</name>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 530ff81..454ed38 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,6 +24,6 @@
     <artifactId>atlas-buildtools</artifactId>
     <name>Apache Atlas Server Build Tools</name>
     <description>Apache Atlas Build Tools like Checkstyle</description>
-    <version>0.9-incubating-SNAPSHOT</version>
+    <version>0.9-SNAPSHOT</version>
     <packaging>jar</packaging>
 </project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/catalog/pom.xml
----------------------------------------------------------------------
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 2828bed..36eeb4a 100755
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-         <version>0.9-incubating-SNAPSHOT</version>
+         <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-catalog</artifactId>
     <description>Apache Atlas Business Catalog Module</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 4e72b4e..6db5ef5 100755
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-client</artifactId>
     <description>Apache Atlas Client</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index bcbb5c5..ddbd617 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-common</artifactId>
     <description>Apache Atlas Common</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/dashboardv2/package.json
----------------------------------------------------------------------
diff --git a/dashboardv2/package.json b/dashboardv2/package.json
index bcf5fe7..e2e3d8c 100644
--- a/dashboardv2/package.json
+++ b/dashboardv2/package.json
@@ -4,7 +4,7 @@
   "private": true,
   "repository": {
     "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/incubator-atlas.git"
+    "url": "https://git-wip-us.apache.org/repos/asf/atlas.git"
   },
   "engines": {
     "node": "4.4.x",

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/dashboardv2/pom.xml
----------------------------------------------------------------------
diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index 5a2057d..20d58ad 100644
--- a/dashboardv2/pom.xml
+++ b/dashboardv2/pom.xml
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-dashboardv2</artifactId>
     <description>Apache Atlas UI Application</description>
     <name>Apache Atlas UI</name>
     <packaging>war</packaging>
-    <url>http://atlas.incubator.apache.org</url>
+    <url>http://atlas.apache.org</url>
 
 
     <build>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html b/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
index ae172cc..3f8928e 100644
--- a/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
+++ b/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
@@ -18,7 +18,7 @@
 </ol>
 <header class="clearfix">
     <div class="btn-group pull-right header-menu">
-        <a target="_blank" href="http://atlas.incubator.apache.org/"><i class="fa  fa-question-circle"></i></a>
+        <a target="_blank" href="http://atlas.apache.org/"><i class="fa  fa-question-circle"></i></a>
         <a href="javascript:void(0);" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-user user-circle"></i><span class="userName"></span></a>
         <ul class="dropdown-menu">
             <li class="aboutAtlas"><a href="javascript:void(0)">About</a></li>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html b/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
index 9b8e1bc..3e13fce 100644
--- a/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
+++ b/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
@@ -33,6 +33,6 @@
     <li>Query Example</li>
     </ul>
     <ul>
-    <a href="http://atlas.incubator.apache.org/Search.html" target="_blank">More sample queries and use-cases >></a>
+    <a href="http://atlas.apache.org/Search.html" target="_blank">More sample queries and use-cases >></a>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/dashboardv2/public/js/templates/site/header.html
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/templates/site/header.html b/dashboardv2/public/js/templates/site/header.html
index 558dd67..4673688 100644
--- a/dashboardv2/public/js/templates/site/header.html
+++ b/dashboardv2/public/js/templates/site/header.html
@@ -16,7 +16,7 @@
 -->
 <header class="clearfix">
     <div class="btn-group pull-right header-menu ">
-        <a target="_blank" href="http://atlas.incubator.apache.org/"><i class="fa  fa-question-circle"></i></a>
+        <a target="_blank" href="http://atlas.apache.org/"><i class="fa  fa-question-circle"></i></a>
         <a href="javascript:void(0);" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="user-dropdown"><i class="fa fa-user user-circle "></i><span class="userName"></span></a>
         <ul class="dropdown-menu">
             <li class="aboutAtlas"><a href="javascript:void(0)">About</a></li>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/distro/pom.xml
----------------------------------------------------------------------
diff --git a/distro/pom.xml b/distro/pom.xml
index 3ffaee9..49ad813 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-distro</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 018904d..15d54dd 100755
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-docs</artifactId>
     <description>Apache Atlas Documentation</description>
@@ -45,9 +45,9 @@
                     <skip>${skipDocs}</skip>
                     <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                    <webAccessUrl>https://github.com/apache/incubator-atlas.git</webAccessUrl>
-                    <anonymousConnection>scm:git://git.apache.org/incubator-atlas.git</anonymousConnection>
-                    <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/incubator-atlas.git</developerConnection>
+                    <webAccessUrl>https://github.com/apache/atlas.git</webAccessUrl>
+                    <anonymousConnection>scm:git://git.apache.org/atlas.git</anonymousConnection>
+                    <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/atlas.git</developerConnection>
                 </configuration>
                 <reportSets>
                     <reportSet>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index bf7c0c9..a532286 100755
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -36,7 +36,7 @@
             <leftColumnClass>span2</leftColumnClass>
             <bodyColumnClass>span10</bodyColumnClass>
             <googleSearch>
-                <sitesearch>http://atlas.incubator.apache.org</sitesearch>
+                <sitesearch>http://atlas.apache.org</sitesearch>
             </googleSearch>
             <facebookLike/>
             <googlePlusOne/>
@@ -46,17 +46,11 @@
     <bannerLeft>
         <name>Apache Atlas</name>
         <src>./images/atlas-logo.png</src>
-        <href>http://atlas.incubator.apache.org</href>
+        <href>http://atlas.apache.org</href>
         <width>200px</width>
         <height>45px</height>
     </bannerLeft>
 
-    <bannerRight>
-        <name>Apache Incubator</name>
-        <src>./images/apache-incubator-logo.png</src>
-        <href>http://incubator.apache.org</href>
-    </bannerRight>
-
     <publishDate position="right"/>
     <version position="right"/>
 
@@ -76,7 +70,7 @@
             <item name="About" href="index.html"/>
             <item name="Wiki" href="https://cwiki.apache.org/confluence/display/ATLAS"/>
             <item name="News" href="https://cwiki.apache.org/confluence/display/ATLAS"/>
-            <item name="Git" href="https://git-wip-us.apache.org/repos/asf/incubator-atlas.git" />
+            <item name="Git" href="https://git-wip-us.apache.org/repos/asf/atlas.git" />
             <item name="Jira" href="https://issues.apache.org/jira/browse/ATLAS" />
             <item name="Powered by" href="https://cwiki.apache.org/confluence/display/ATLAS/PoweredBy" />
             <item name="Blog" href="http://blogs.apache.org/atlas/" />
@@ -94,7 +88,7 @@
 
         <menu name="Releases">
             <item name="0.8-incubating"
-                  href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.8.0-incubating/"/>
+                  href="http://www.apache.org/dyn/closer.cgi/atlas/0.8.0-incubating/"/>
             <item name="0.7.1-incubating"
                   href="http://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/"/>
             <item name="0.7-incubating"

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/docs/src/site/twiki/InstallationSteps.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/InstallationSteps.twiki b/docs/src/site/twiki/InstallationSteps.twiki
index 4869f9f..0934495 100644
--- a/docs/src/site/twiki/InstallationSteps.twiki
+++ b/docs/src/site/twiki/InstallationSteps.twiki
@@ -3,7 +3,7 @@
 ---+++ Building Atlas
 
 <verbatim>
-git clone https://git-wip-us.apache.org/repos/asf/incubator-atlas.git atlas
+git clone https://git-wip-us.apache.org/repos/asf/atlas.git atlas
 
 cd atlas
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/docs/src/site/twiki/index.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/index.twiki b/docs/src/site/twiki/index.twiki
index 82d27c0..a8e7de9 100755
--- a/docs/src/site/twiki/index.twiki
+++ b/docs/src/site/twiki/index.twiki
@@ -66,11 +66,3 @@ allows integration with the whole enterprise data ecosystem.
 ---+ Licensing Information
 
 Atlas is distributed under [[http://www.apache.org/licenses/LICENSE-2.0][Apache License 2.0]].
-
----+ Disclaimer
-
-Apache Atlas is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache
-Incubator. Incubation is required of all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have stabilized in a manner consistent with other
-successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability
-of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/graphdb/api/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml
index f082023..3d6af83 100644
--- a/graphdb/api/pom.xml
+++ b/graphdb/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-graphdb</artifactId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-api</artifactId>
     <description>Apache Atlas Graph Datbase API</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/graphdb/common/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml
index 8b95f36..9a3dd7c 100644
--- a/graphdb/common/pom.xml
+++ b/graphdb/common/pom.xml
@@ -18,7 +18,7 @@ under the License. -->
     <parent>
         <artifactId>atlas-graphdb</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-common</artifactId>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/graphdb/graphdb-impls/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/graphdb-impls/pom.xml b/graphdb/graphdb-impls/pom.xml
index feafe74..c07ce13 100644
--- a/graphdb/graphdb-impls/pom.xml
+++ b/graphdb/graphdb-impls/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-graphdb</artifactId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-graphdb-impls</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/graphdb/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/pom.xml b/graphdb/pom.xml
index 2112938..8ffe96d 100644
--- a/graphdb/pom.xml
+++ b/graphdb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-graphdb</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/graphdb/titan0/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/titan0/pom.xml b/graphdb/titan0/pom.xml
index ceda1bb..d3353a7 100644
--- a/graphdb/titan0/pom.xml
+++ b/graphdb/titan0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>atlas-graphdb</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-titan0</artifactId>
     <description>Apache Atlas Titan 0.5.4 Graph DB Impl</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/graphdb/titan1/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/titan1/pom.xml b/graphdb/titan1/pom.xml
index fc0b2f6..fb97cf9 100644
--- a/graphdb/titan1/pom.xml
+++ b/graphdb/titan1/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>atlas-graphdb</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-titan1</artifactId>
     <description>Apache Atlas Titan 1.0.0 Graph DB Impl</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/intg/pom.xml
----------------------------------------------------------------------
diff --git a/intg/pom.xml b/intg/pom.xml
index 2a06ea9..ffc468f 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-intg</artifactId>
     <description>Apache Atlas Integration</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/notification/pom.xml
----------------------------------------------------------------------
diff --git a/notification/pom.xml b/notification/pom.xml
index daa5d11..f780538 100644
--- a/notification/pom.xml
+++ b/notification/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-notification</artifactId>
     <description>Apache Atlas Notification</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/plugin-classloader/pom.xml
----------------------------------------------------------------------
diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml
index 52dacac..3f0acf9 100644
--- a/plugin-classloader/pom.xml
+++ b/plugin-classloader/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-plugin-classloader</artifactId>
     <description>Apache Atlas Plugin Classloader</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ebc07e2..b7f5ea0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,11 +28,11 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.atlas</groupId>
     <artifactId>apache-atlas</artifactId>
-    <version>0.9-incubating-SNAPSHOT</version>
+    <version>0.9-SNAPSHOT</version>
     <description>Metadata Management and Data Governance Platform over Hadoop</description>
     <name>apache-atlas</name>
     <packaging>pom</packaging>
-    <url>http://atlas.incubator.apache.org</url>
+    <url>http://atlas.apache.org</url>
 
     <prerequisites>
         <maven>3.0.4</maven>
@@ -65,123 +65,105 @@
     <mailingLists>
         <mailingList>
             <name>atlas-dev</name>
-            <subscribe>dev-subscribe@atlas.incubator.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@atlas.incubator.apache.org</unsubscribe>
-            <post>dev@atlas.incubator.apache.org</post>
+            <subscribe>dev-subscribe@atlas.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@atlas.apache.org</unsubscribe>
+            <post>dev@atlas.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/atlas-dev/</archive>
         </mailingList>
         <mailingList>
+            <name>atlas-user</name>
+            <subscribe>user-subscribe@atlas.apache.org</subscribe>
+            <unsubscribe>user-unsubscribe@atlas.apache.org</unsubscribe>
+            <post>user@atlas.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/atlas-user/</archive>
+        </mailingList>
+        <mailingList>
             <name>atlas-commits</name>
-            <subscribe>commits-subscribe@atlas.incubator.apache.org</subscribe>
-            <unsubscribe>commits-unsubscribe@atlas.incubator.apache.org</unsubscribe>
-            <post>commits@atlas.incubator.apache.org</post>
+            <subscribe>commits-subscribe@atlas.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@atlas.apache.org</unsubscribe>
+            <post>commits@atlas.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/atlas-commits/</archive>
         </mailingList>
     </mailingLists>
 
     <scm>
-        <connection>scm:git:git://git.apache.org/incubator-atlas.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-atlas.git</developerConnection>
+        <connection>scm:git:git://git.apache.org/atlas.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/atlas.git</developerConnection>
         <tag>HEAD</tag>
-        <url>https://github.com/apache/incubator-atlas.git</url>
+        <url>https://github.com/apache/atlas.git</url>
     </scm>
 
     <developers>
         <developer>
-            <id>venkatesh</id>
-            <name>Venkatesh Seetharam</name>
-            <email>venkatesh@apache.org</email>
-            <timezone>America/Los_Angeles</timezone>
+            <id>adossett</id>
+            <name>Aaron Dossett</name>
+            <email>adossett@target.com</email>
+            <timezone>America/Denver</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Hortonworks Inc.</organization>
-            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
+            <organization>Target Inc.</organization>
+            <!--<organizationUrl>http://www.target.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>rhbutani</id>
-            <name>Harish Butani</name>
-            <email>rhbutani@apache.org</email>
+            <id>AAhn</id>
+            <name>Andrew Ahn</name>
+            <email>aa@apache.org</email>
             <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization />
-            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
+            <organization></organization>
         </developer>
         <developer>
-            <id>shwethags</id>
-            <name>Shwetha GS</name>
-            <email>shwethags@apache.org</email>
-            <timezone>Asia/Kolkata</timezone>
+            <id>apoorvnaik</id>
+            <name>Apoorv Naik</name>
+            <email>apoorvnaik@apache.org</email>
+            <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
             <organization>Hortonworks Inc.</organization>
             <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>jmaron</id>
-            <name>Jon Maron</name>
-            <email>jmaron@hortonworks.com</email>
-            <timezone>America/New_York</timezone>
+            <id>acmurthy</id>
+            <name>Arun C.Murthy</name>
+            <email>acmurthy@apache.org</email>
+            <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
             <organization>Hortonworks Inc.</organization>
             <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>AAhn</id>
-            <name>Andrew Ahn</name>
-            <email>aahn@hortonworks.com</email>
-            <timezone>America/Los_Angeles</timezone>
+            <id>ayubpathan</id>
+            <name>Ayub Pathan</name>
+            <email>ayubpathan@apache.org</email>
+            <timezone>Asia/Kolkata</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
             <organization>Hortonworks Inc.</organization>
             <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>dkaspar</id>
-            <name>David Kaspar</name>
-            <email>dkaspar@merck.com</email>
-            <timezone>Europe/Berlin</timezone>
-            <roles>
-                <role>committer</role>
-                <role>PPMC</role>
-            </roles>
-            <organization>Merck &amp; Co Inc.</organization>
-            <!--<organizationUrl>http://www.merck.com</organizationUrl>-->
-        </developer>
-        <developer>
-            <id>ilasek</id>
-            <name>Ivo Lasek</name>
-            <email>ilasek@merck.com</email>
-            <timezone>Europe/Berlin</timezone>
-            <roles>
-                <role>committer</role>
-                <role>PPMC</role>
-            </roles>
-            <organization>Merck &amp; Co Inc.</organization>
-            <!--<organizationUrl>http://www.merck.com</organizationUrl>-->
-        </developer>
-        <developer>
-            <id>dfusaro</id>
-            <name>Dennis Fusaro</name>
-            <email>dfusaro@aetna.com</email>
-            <timezone>America/New_York</timezone>
+            <id>bstortz</id>
+            <name>Barbara Stortz</name>
+            <email>bstortz@sap.com</email>
+            <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Aetna Inc.</organization>
-            <!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
+            <organization>SAP Inc.</organization>
+            <!--<organizationUrl>http://www.sap.com</organizationUrl>-->
         </developer>
         <developer>
             <id>chyzer</id>
@@ -190,7 +172,7 @@
             <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
             <organization>Aetna Inc.</organization>
             <!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
@@ -202,154 +184,151 @@
             <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
             <organization>Aetna Inc.</organization>
             <!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>gsenia</id>
-            <name>Greg Senia</name>
-            <email>gsenia@aetna.com</email>
-            <timezone>America/New_York</timezone>
+            <id>darshankumar</id>
+            <name>Darshan Kumar</name>
+            <email>darshankumar@apache.org</email>
+            <timezone>Asia/Kolkata</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Aetna Inc.</organization>
-            <!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
+            <organization>MPR</organization>
         </developer>
         <developer>
-            <id>james</id>
-            <name>James Vollmer</name>
-            <email>james@target.com</email>
-            <timezone>America/Denver</timezone>
+            <id>dkantor</id>
+            <name>Dave Kantor</name>
+            <email>dkantor@apache.org</email>
+            <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Target Inc.</organization>
-            <!--<organizationUrl>http://www.target.com</organizationUrl>-->
+            <organization>IBM Corporation</organization>
+            <!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>adossett</id>
-            <name>Aaron Dossett</name>
-            <email>adossett@target.com</email>
-            <timezone>America/Denver</timezone>
+            <id>dkaspar</id>
+            <name>David Kaspar</name>
+            <email>dkaspar@merck.com</email>
+            <timezone>Europe/Berlin</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Target Inc.</organization>
-            <!--<organizationUrl>http://www.target.com</organizationUrl>-->
+            <organization>Merck &amp; Co Inc.</organization>
+            <!--<organizationUrl>http://www.merck.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>mschussler</id>
-            <name>Mitch Schussler</name>
-            <email>mschussler@apache.org</email>
+            <id>dfusaro</id>
+            <name>Dennis Fusaro</name>
+            <email>dfusaro@aetna.com</email>
             <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>JPMC</organization>
-            <!--<organizationUrl>http://</organizationUrl>-->
+            <organization>Aetna Inc.</organization>
+            <!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>vavasarala</id>
-            <name>Viswanath Avasarala</name>
-            <email>vavasarala@slb.com</email>
-            <timezone>America/Denver</timezone>
+            <id>gsenia</id>
+            <name>Greg Senia</name>
+            <email>gsenia@aetna.com</email>
+            <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Schlumberger Inc.</organization>
-            <!--<organizationUrl>http://www.slb.com</organizationUrl>-->
+            <organization>Aetna Inc.</organization>
+            <!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>avarma</id>
-            <name>Anil Varma</name>
-            <email>avarma@slb.com</email>
-            <timezone>America/Denver</timezone>
+            <id>rhbutani</id>
+            <name>Harish Butani</name>
+            <email>rhbutani@apache.org</email>
+            <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Schlumberger Inc.</organization>
-            <!--<organizationUrl>http://www.slb.com</organizationUrl>-->
+            <organization />
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>bstortz</id>
-            <name>Barbara Stortz</name>
-            <email>bstortz@sap.com</email>
-            <timezone>America/Los_Angeles</timezone>
+            <id>yhemanth</id>
+            <name>Hemanth Yamijala</name>
+            <email>yhemanth@apache.org</email>
+            <timezone>Asia/Kolkata</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>SAP Inc.</organization>
-            <!--<organizationUrl>http://www.sap.com</organizationUrl>-->
+            <organization>Hortonworks Inc.</organization>
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>sriksun</id>
-            <name>Srikanth Sundarrajan</name>
-            <email>sriksun@apache.org</email>
-            <timezone>Asia/Kolkata</timezone>
+            <id>ilasek</id>
+            <name>Ivo Lasek</name>
+            <email>ilasek@merck.com</email>
+            <timezone>Europe/Berlin</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>InMobi</organization>
-            <!--<organizationUrl>http://www.inmobi.com</organizationUrl>-->
+            <organization>Merck &amp; Co Inc.</organization>
+            <!--<organizationUrl>http://www.merck.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>ssuresh</id>
-            <name>Suresh Srinivas</name>
-            <email>ssuresh@apache.org</email>
-            <timezone>America/Los_Angeles</timezone>
+            <id>jnhagelberg</id>
+            <name>Jeffrey Hagelberg</name>
+            <email>jnhagelberg@apache.org</email>
+            <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Hortonworks Inc.</organization>
-            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
+            <organization>IBM Corporation</organization>
+            <!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>vranganathan</id>
-            <name>Venkat Ranganathan</name>
-            <email>venkatrangan@apache.org</email>
+            <id>jitendra</id>
+            <name>Jitendra Pandey</name>
+            <email>jitendra@apache.org</email>
             <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
             <organization>Hortonworks Inc.</organization>
             <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>sumasai</id>
-            <name>Suma Shivaprasad</name>
-            <email>sumasai@apache.org</email>
-            <timezone>America/Los_Angeles</timezone>
+            <id>jmaron</id>
+            <name>Jon Maron</name>
+            <email>jmaron@apache.org</email>
+            <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Hortonworks Inc.</organization>
-            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
+            <organization></organization>
         </developer>
         <developer>
-            <id>yhemanth</id>
-            <name>Hemanth Yamijala</name>
-            <email>yhemanth@apache.org</email>
+            <id>kalyanikashikar</id>
+            <name>Kalyani Kashikar</name>
+            <email>kalyanikashikar@apache.org</email>
             <timezone>Asia/Kolkata</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
-            <organization>Hortonworks Inc.</organization>
-            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
+            <organization>Freestone Infotech</organization>
         </developer>
         <developer>
             <id>kbhatt</id>
@@ -358,121 +337,162 @@
             <timezone>Asia/Kolkata</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
             <organization>Freestone Infotech</organization>
         </developer>
         <developer>
-            <id>dkantor</id>
-            <name>Dave Kantor</name>
-            <email>dkantor@apache.org</email>
-            <timezone>America/New_York</timezone>
+            <id>madhan</id>
+            <name>Madhan Neethiraj</name>
+            <email>madhan@apache.org</email>
+            <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
-            <organization>IBM Corporation</organization>
-            <!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
+            <organization>Hortonworks Inc.</organization>
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>darshankumar</id>
-            <name>Darshan Kumar</name>
-            <email>darshankumar@apache.org</email>
-            <timezone>Asia/Kolkata</timezone>
+            <id>mschussler</id>
+            <name>Mitch Schussler</name>
+            <email>mschussler@apache.org</email>
+            <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
-            <organization>MPR</organization>
+            <organization>JPMC</organization>
+            <!--<organizationUrl>http://</organizationUrl>-->
         </developer>
         <developer>
-            <id>tbeerbower</id>
-            <name>Tom Beerbower</name>
-            <email>tbeerbower@apache.org</email>
+            <id>guptaneeru</id>
+            <name>Neeru Gupta</name>
+            <email>guptaneeru@us.ibm.com</email>
             <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
-            <organization></organization>
+            <organization>IBM Corporation</organization>
+            <!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>madhan</id>
-            <name>Madhan Neethiraj</name>
-            <email>madhan@apache.org</email>
+            <id>nixon</id>
+            <name>Nixon Rodrigues</name>
+            <email>nixon@apache.org</email>
+            <timezone>Asia/Kolkata</timezone>
+            <roles>
+                <role>committer</role>
+                <role>PMC</role>
+            </roles>
+            <organization>Freestone Infotech</organization>
+        </developer>
+        <developer>
+            <id>sarath</id>
+            <name>Sarath Subramanian</name>
+            <email>sarath@apache.org</email>
             <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
-                <role>PPMC</role>
+                <role>PMC</role>
             </roles>
             <organization>Hortonworks Inc.</organization>
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>svimal2106</id>
-            <name>Vimal Sharma</name>
-            <email>svimal2106@apache.org</email>
+            <id>shwethags</id>
+            <name>Shwetha GS</name>
+            <email>shwethags@apache.org</email>
             <timezone>Asia/Kolkata</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
-            <organization></organization>
+            <organization>Hortonworks Inc.</organization>
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>jnhagelberg</id>
-            <name>Jeffrey Hagelberg</name>
-            <email>jnhagelberg@apache.org</email>
-            <timezone>America/New_York</timezone>
+            <id>sriksun</id>
+            <name>Srikanth Sundarrajan</name>
+            <email>sriksun@apache.org</email>
+            <timezone>Asia/Kolkata</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
-            <organization>IBM Corporation</organization>
-            <!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
+            <organization>InMobi</organization>
+            <!--<organizationUrl>http://www.inmobi.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>apoorvnaik</id>
-            <name>Apoorv Naik</name>
-            <email>apoorvnaik@apache.org</email>
+            <id>sumasai</id>
+            <name>Suma Shivaprasad</name>
+            <email>sumasai@apache.org</email>
             <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
             <organization>Hortonworks Inc.</organization>
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>sarath</id>
-            <name>Sarath Subramanian</name>
-            <email>sarath@apache.org</email>
+            <id>ssuresh</id>
+            <name>Suresh Srinivas</name>
+            <email>ssuresh@apache.org</email>
             <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
             <organization>Hortonworks Inc.</organization>
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>ayubpathan</id>
-            <name>Ayub Pathan</name>
-            <email>ayubpathan@apache.org</email>
-            <timezone>Asia/Kolkata</timezone>
+            <id>tbeerbower</id>
+            <name>Tom Beerbower</name>
+            <email>tbeerbower@apache.org</email>
+            <timezone>America/New_York</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
+            </roles>
+            <organization></organization>
+        </developer>
+        <developer>
+            <id>vranganathan</id>
+            <name>Venkat Ranganathan</name>
+            <email>venkatrangan@apache.org</email>
+            <timezone>America/Los_Angeles</timezone>
+            <roles>
+                <role>committer</role>
+                <role>PMC</role>
             </roles>
             <organization>Hortonworks Inc.</organization>
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
         <developer>
-            <id>nixon</id>
-            <name>Nixon Rodrigues</name>
-            <email>nixon@apache.org</email>
-            <timezone>Asia/Kolkata</timezone>
+            <id>venkatesh</id>
+            <name>Venkatesh Seetharam</name>
+            <email>venkatesh@apache.org</email>
+            <timezone>America/Los_Angeles</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
-            <organization>Freestone Infotech</organization>
+            <organization></organization>
         </developer>
         <developer>
-            <id>kalyanikashikar</id>
-            <name>Kalyani Kashikar</name>
-            <email>kalyanikashikar@apache.org</email>
+            <id>svimal2106</id>
+            <name>Vimal Sharma</name>
+            <email>svimal2106@apache.org</email>
             <timezone>Asia/Kolkata</timezone>
             <roles>
                 <role>committer</role>
+                <role>PMC</role>
             </roles>
-            <organization>Freestone Infotech</organization>
+            <organization>Hortonworks Inc.</organization>
+            <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
         </developer>
     </developers>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index 2573198..8e8ccab 100755
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-repository</artifactId>
     <description>Apache Atlas Repository Module</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/server-api/pom.xml
----------------------------------------------------------------------
diff --git a/server-api/pom.xml b/server-api/pom.xml
index 7761a71..a26e728 100644
--- a/server-api/pom.xml
+++ b/server-api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/shaded/hbase-client-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/shaded/hbase-client-shaded/pom.xml b/shaded/hbase-client-shaded/pom.xml
index fa1f290..fe59680 100644
--- a/shaded/hbase-client-shaded/pom.xml
+++ b/shaded/hbase-client-shaded/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-hbase-client-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/shaded/hbase-server-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/shaded/hbase-server-shaded/pom.xml b/shaded/hbase-server-shaded/pom.xml
index 719990e..fd61ac9 100644
--- a/shaded/hbase-server-shaded/pom.xml
+++ b/shaded/hbase-server-shaded/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-hbase-server-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/typesystem/pom.xml
----------------------------------------------------------------------
diff --git a/typesystem/pom.xml b/typesystem/pom.xml
index 1b7bf32..73d9fba 100755
--- a/typesystem/pom.xml
+++ b/typesystem/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-typesystem</artifactId>
     <description>Apache Atlas Typesystem Module</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/de251913/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 465d2a5..62bba3f 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>0.9-incubating-SNAPSHOT</version>
+        <version>0.9-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-webapp</artifactId>
     <description>Apache Atlas Web Application</description>
@@ -540,7 +540,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <dname>cn=atlas.incubator.apache.org</dname>
+                    <dname>cn=atlas.apache.org</dname>
                     <keystore>${project.build.directory}/atlas.keystore</keystore>
                     <keypass>keypass</keypass>
                     <storepass>keypass</storepass>