graduation clean-up:removed DISCLAIMER file, removed incubating name, update mailing lists and git repo names in NOTICE, README.md, pom.xml
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 7e0dfc6..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,8 +0,0 @@
-Apache Rya is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC. 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/NOTICE b/NOTICE
index 52233a4..b6070a2 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Rya (Incubating)
+Apache Rya 
 Copyright 2015-2020 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/README.md b/README.md
index 3daa347..fe78838 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,8 @@
 
 ### Prerequisites
 
-* Columnar Store (either Accumulo) The tutorial will go forward using Accumulo
-* Rya code (Git: git://git.apache.org/incubator-rya.git)
+* Columnar Store (either Accumulo or MongoDB) The tutorial will go forward using Accumulo
+* Rya code (Git: https://gitbox.apache.org/repos/asf?p=rya.git or https://github.com/apache/rya.git)
 * Maven 3.0 +
 
 ### Building from Source
@@ -339,7 +339,7 @@
 Compile and run this code above, changing the url that your Rdf War is running at.
 
 
-[Apache Rya]: http://rya.incubator.apache.org/ 
+[Apache Rya]: http://rya.apache.org/ 
 [Accumulo]: https://accumulo.apache.org/
 [ZooKeeper]: https://zookeeper.apache.org/
 [Hadoop]: http://hadoop.apache.org/
diff --git a/pom.xml b/pom.xml
index 5a27585..d96d162 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,9 +47,9 @@
     <mailingLists>
         <mailingList>
             <name>Dev</name>
-            <subscribe>dev-subscribe@rya.incubator.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@rya.incubator.apache.org</unsubscribe>
-            <post>dev@rya.incubator.apache.org</post>
+            <subscribe>dev-subscribe@rya.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@rya.apache.org</unsubscribe>
+            <post>dev@rya.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/rya-dev</archive>
         </mailingList>
     </mailingLists>
@@ -1484,9 +1484,9 @@
     </reporting>
 
     <scm>
-        <connection>scm:git:git://git.apache.org/incubator-rya.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rya.git</developerConnection>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/rya.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/rya.git</developerConnection>
         <tag>HEAD</tag>
-        <url>https://git-wip-us.apache.org/repos/asf?p=incubator-rya.git</url>
+        <url>https://gitbox.apache.org/repos/asf?p=rya.git</url>
     </scm>
 </project>