Index: src/site/apt/download.apt
===================================================================
--- src/site/apt/download.apt	(revision 721903)
+++ src/site/apt/download.apt	(working copy)
@@ -19,12 +19,12 @@
 
 Download Apache Tika
 
-   The first official release of Apache Tika, 0.1-incubating, is now available.
-   See the {{{http://www.apache.org/dist/incubator/tika/CHANGES-0.1-incubating.txt}CHANGES.txt}}
+   Apache Tika 0.2 is now available.
+   See the {{{http://www.apache.org/dist/lucene/tika/CHANGES-0.2.txt}CHANGES.txt}}
    file for more information on the list of updates in this initial release.
 
-   * {{{http://www.apache.org/dyn/closer.cgi/incubator/tika/apache-tika-0.1-incubating-src.tar.gz}apache-tika-0.1-incubating-src.tar.gz}}
-     ({{{http://www.apache.org/dist/incubator/tika/apache-tika-0.1-incubating-src.tar.gz.asc}PGP}})
+   * {{{http://www.apache.org/dyn/closer.cgi/lucene/tika/apache-tika-0.2.jar}apache-tika-0.2.jar}}
+     ({{{http://www.apache.org/dist/lucene/tika/pache-tika-0.2.jar.asc}PGP}})
 
    []
 
Index: pom.xml
===================================================================
--- pom.xml	(revision 721903)
+++ pom.xml	(working copy)
@@ -39,7 +39,7 @@
   <!-- Keep on a single line, see http://jira.codehaus.org/browse/MJAR-39 -->
   <description>Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.</description>
 
-  <url>http://incubator.apache.org/tika/</url>
+  <url>http://lucene.apache.org/tika/</url>
 
   <issueManagement>
     <system>JIRA</system>
@@ -49,11 +49,13 @@
   <mailingLists>
     <mailingList>
       <name>Development mailing list</name>
-      <subscribe>tika-dev-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>tika-dev-unsubscribe@incubator.apache.org</unsubscribe>
-      <post>tika-dev@incubator.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-tika-dev/</archive>
+      <subscribe>tika-dev-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>tika-dev-unsubscribe@lucene.apache.org</unsubscribe>
+      <post>tika-dev@lucene.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-tika-dev/</archive>
       <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-tika-dev/</otherArchive>
+        <otherArchive>http://www.mail-archive.com/tika-dev@lucene.apache.org/</otherArchive>
         <otherArchive>http://www.mail-archive.com/tika-dev@incubator.apache.org/</otherArchive>
         <otherArchive>http://www.nabble.com/Apache-Tika---Development-f20913.html</otherArchive>
         <otherArchive>http://news.gmane.org/gmane.comp.apache.tika.devel</otherArchive>
@@ -62,11 +64,12 @@
     </mailingList>
     <mailingList>
       <name>Commit mailing list</name>
-      <subscribe>tika-commits-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>tika-commits-unsubscribe@incubator.apache.org</unsubscribe>
-      <post>tika-commits@incubator.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-tika-commits/</archive>
+      <subscribe>tika-commits-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>tika-commits-unsubscribe@lucene.apache.org</unsubscribe>
+      <post>tika-commits@lucene.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/lucene-tika-commits/</archive>
       <otherArchives>
+        <otherArchive>http://www.mail-archive.com/tika-commits@lucene.apache.org/</otherArchive>
         <otherArchive>http://www.mail-archive.com/tika-commits@incubator.apache.org/</otherArchive>
       </otherArchives>
     </mailingList>
Index: README.txt
===================================================================
--- README.txt	(revision 721903)
+++ README.txt	(working copy)
@@ -1,5 +1,5 @@
 ===========================================================
-Welcome to Apache Tika  <http://incubator.apache.org/tika/>
+Welcome to Apache Tika  <http://lucene.apache.org/tika/>
 ===========================================================
 
 Apache Tika is a toolkit for detecting and extracting metadata and
@@ -65,18 +65,32 @@
 
     mvn install
 
+You can also find the generated jar libraries in the ./target directory.
+
 See the Maven web site at http://maven.apache.org/ for more instructions
 and the latest Maven downloads. 
 
+Documentation
+=============
+
+You can build a local copy of the Tika documentation including JavaDocs
+using the following Maven 2 command in the Tika source directory: 
+
+    mvn site 
+
+You can then open the Tika Documentation in a web browser: 
+
+    ./target/site/documentation.html 
+
 Mailing Lists
 =============
 
 Discussion about the Tika project takes place on the development mailing
-list tika-dev@incubator.apache.org. The list is open to anyone and
+list tika-dev@lucene.apache.org. The list is open to anyone and
 publicly archived. You can subscribe the mailing list by sending a
-message to tika-dev-subscribe@incubator.apache.org, and unsubscribe by
-sending a message to tika-dev-unsubscribe@incubator.apache.org. To receive
-more instructions, send a message to tika-dev-help@incubator.apache.org.
+message to tika-dev-subscribe@lucene.apache.org, and unsubscribe by
+sending a message to tika-dev-unsubscribe@lucene.apache.org. To receive
+more instructions, send a message to tika-dev-help@lucene.apache.org.
 
 Issue Tracker
 =============
@@ -89,7 +103,7 @@
 Updating the Tika web site
 ==========================
 
-Here's how to update the live Tika website (http://incubator.apache.org/tika/)
+Here's how to update the live Tika website (http://lucene.apache.org/tika/)
 
     1) Edit the content found in src/site
 
@@ -97,7 +111,7 @@
 
     3) Check the new content at target/site/index.html
 
-    4) Checkout https://svn.apache.org/repos/asf/incubator/tika/site
+    4) Checkout https://svn.apache.org/repos/asf/lucene/tika/site
        and update the changed pages there
 
     5) Commit your changes, both here and in the tika/site module
@@ -105,11 +119,10 @@
     6) To activate the changes on the live website, login to 
        people.apache.org and run:
 
-           umask 002; svn update /www/incubator.apache.org/tika
+           umask 002; svn update /www/lucene.apache.org/tika
 
     7) That directory is replicated to the live website every few hours,
        so your changes can take some time to be live.
 
 Easy and fun, isn't it? ;-)
 
-This will get better once Tika graduates from the Incubator.
