diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt index f577155df..39ab3c135 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 diff --git a/README.txt b/README.txt index 9716eb98e..342520fa8 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 - $ 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 # diff --git a/addons/falcon-bridge-shim/pom.xml b/addons/falcon-bridge-shim/pom.xml index 7089adb35..2d0459c83 100755 --- a/addons/falcon-bridge-shim/pom.xml +++ b/addons/falcon-bridge-shim/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ falcon-bridge-shim diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml index 287b8e9ad..bc71925bf 100644 --- a/addons/falcon-bridge/pom.xml +++ b/addons/falcon-bridge/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ falcon-bridge diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml index bb2634d6d..7ff085cd4 100644 --- a/addons/hdfs-model/pom.xml +++ b/addons/hdfs-model/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ hdfs-model diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml index cdc93c1d9..d87947f9e 100755 --- a/addons/hive-bridge-shim/pom.xml +++ b/addons/hive-bridge-shim/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ hive-bridge-shim diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 983a04f86..64ffe048b 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ hive-bridge diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml index a1d71de19..e7cf97a4d 100755 --- a/addons/sqoop-bridge-shim/pom.xml +++ b/addons/sqoop-bridge-shim/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ sqoop-bridge-shim diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml index d52167b1a..33c5089b2 100644 --- a/addons/sqoop-bridge/pom.xml +++ b/addons/sqoop-bridge/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ sqoop-bridge diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml index f02dbc18d..cf2a02571 100755 --- a/addons/storm-bridge-shim/pom.xml +++ b/addons/storm-bridge-shim/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ storm-bridge-shim diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml index 5fb1be0c0..a4e4d0f96 100644 --- a/addons/storm-bridge/pom.xml +++ b/addons/storm-bridge/pom.xml @@ -21,7 +21,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT ../../ storm-bridge diff --git a/authorization/pom.xml b/authorization/pom.xml index e806fb1b9..cac4fd7f2 100644 --- a/authorization/pom.xml +++ b/authorization/pom.xml @@ -23,7 +23,7 @@ org.apache.atlas apache-atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT atlas-authorization Apache Atlas Authorization diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 530ff8164..454ed38b7 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -24,6 +24,6 @@ atlas-buildtools Apache Atlas Server Build Tools Apache Atlas Build Tools like Checkstyle - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT jar diff --git a/catalog/pom.xml b/catalog/pom.xml index 2828bed3e..36eeb4a2d 100755 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -24,7 +24,7 @@ org.apache.atlas apache-atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT atlas-catalog Apache Atlas Business Catalog Module diff --git a/client/pom.xml b/client/pom.xml index 4e72b4e42..6db5ef556 100755 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT atlas-client Apache Atlas Client diff --git a/common/pom.xml b/common/pom.xml index bcbb5c579..ddbd61770 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ apache-atlas org.apache.atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT atlas-common Apache Atlas Common diff --git a/dashboardv2/package.json b/dashboardv2/package.json index bcf5fe773..e2e3d8c96 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", diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml index 5a2057d68..20d58ad00 100644 --- a/dashboardv2/pom.xml +++ b/dashboardv2/pom.xml @@ -23,14 +23,14 @@ org.apache.atlas apache-atlas - 0.9-incubating-SNAPSHOT + 0.9-SNAPSHOT atlas-dashboardv2 Apache Atlas UI Application Apache Atlas UI war - http://atlas.incubator.apache.org + http://atlas.apache.org diff --git a/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html b/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html index ae172ccb8..3f8928e9f 100644 --- a/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html +++ b/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html @@ -18,7 +18,7 @@
- +
diff --git a/dashboardv2/public/js/templates/site/header.html b/dashboardv2/public/js/templates/site/header.html index 558dd6782..4673688fe 100644 --- a/dashboardv2/public/js/templates/site/header.html +++ b/dashboardv2/public/js/templates/site/header.html @@ -16,7 +16,7 @@ -->
- +