SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@786012 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.txt b/README.txt
index f286579..700d02f 100644
--- a/README.txt
+++ b/README.txt
@@ -2,16 +2,6 @@
 
 Support for configurable MIME type mapping and querying.
 
-Disclaimer
-==========
-Apache Sling is an effort undergoing incubation at The Apache Software Foundation (ASF),
-sponsored by the Apache Jackrabbit 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.
-
 Getting Started
 ===============
 
diff --git a/pom.xml b/pom.xml
index d8114fc..035f659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.commons.mime</artifactId>
     <packaging>bundle</packaging>
-    <version>2.1.1-incubator-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
 
     <name>Apache Sling MIME type mapping support</name>
     <description>
@@ -55,7 +55,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-DocURL>
-                            http://incubator.apache.org/sling/site/mime-type-support.html
+                            http://sling.apache.org/site/mime-type-support.html
                         </Bundle-DocURL>
                         <Export-Package>
                             org.apache.sling.commons.mime;version=${pom.version}