#ODFTOOLKIT-323# Update references

git-svn-id: https://svn.apache.org/repos/asf/incubator/odf/trunk@1727641 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/odfdom/README.txt b/odfdom/README.txt
index eb74ee0..67db683 100644
--- a/odfdom/README.txt
+++ b/odfdom/README.txt
@@ -21,24 +21,23 @@
 --------------
 
 The latest release notes and a summary of API changes (if any) are available
-online at the project's Wiki page:
-    http://odftoolkit.org/projects/odfdom/pages/ReleaseNotes
+online at the project's page:
+    http://incubator.apache.org/odftoolkit/odfdom/index.html
 
-In general, the Wiki page is a great place to start when looking for online
+In general, the project page is a great place to start when looking for online
 documentation and other information about the odfdom project.
-    http://odftoolkit.org/projects/odfdom/pages/Home
+    http://incubator.apache.org/odftoolkit/
 
-API documentation (Javadoc) can be downloaded from the project's download area:
-    http://odftoolkit.org/projects/odfdom/downloads
-
-The Javadoc can also be viewed online and is available for each version, e.g.
-    http://odfdom.odftoolkit.org/0.8.6/docs/api/
+API documentation (Javadoc), sources and binaries can be downloaded 
+from the project's download area:
+    http://incubator.apache.org/odftoolkit/downloads.html
 
 
 License
 --------
 
-Apache License, Version 2.0. Please see file LICENSE.txt.
+Apache License, Version 2.0. See file LICENSE.txt or
+http://www.apache.org/licenses/LICENSE-2.0
 
 
 Installation
diff --git a/odfdom/pom.xml b/odfdom/pom.xml
index 34869c6..bb962f4 100644
--- a/odfdom/pom.xml
+++ b/odfdom/pom.xml
@@ -156,9 +156,8 @@
 					<minmemory>1024m</minmemory>
 					<maxmemory>1024m</maxmemory>
 					<links>
-						<link>http://download.oracle.com/javase/6/docs/api/</link>
-						<link>http://xerces.apache.org/xerces-j/apiDocs/</link>
-						<link>http://simple.odftoolkit.org/javadoc/</link>
+						<link>http://docs.oracle.com/javase/8/docs/api/</link>
+						<link>http://xerces.apache.org/xerces-j/apiDocs/</link>						
 					</links>
 					<splitindex>true</splitindex>
 					<windowtitle>ODFDOM API v${project.version} - http://incubator.apache.org/odftoolkit/</windowtitle>
@@ -483,8 +482,7 @@
 								<odfdom.timestamp>${build.timestamp}</odfdom.timestamp>
 								<org.odftoolkit.odfdom.validation>true</org.odftoolkit.odfdom.validation>
 							</systemPropertyVariables>
-							<skip>true</skip>
-						</configuration>
+							<skip>true</skip>						</configuration>
 					</plugin>
 				</plugins>
 			</build>