Removed Disclaim file and incubating name from artifacts
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 4c9ef93..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1 +0,0 @@
-Apache ServiceComb(incubating)Saga is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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.
diff --git a/saga-distribution/pom.xml b/saga-distribution/pom.xml
index 2ca63af..34c4821 100644
--- a/saga-distribution/pom.xml
+++ b/saga-distribution/pom.xml
@@ -23,7 +23,7 @@
       <artifactId>saga</artifactId>
       <version>0.2.1</version>
     </parent>
-    <artifactId>apache-servicecomb-incubating-saga-distribution</artifactId>
+    <artifactId>apache-servicecomb-saga-distribution</artifactId>
     <name>Saga::Distribution</name>
     <packaging>pom</packaging>
     <dependencies>