Update version and path in documentation source

git-svn-id: https://svn.apache.org/repos/asf/xalan/java/trunk@1383083 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 13f925c..00015fa 100644
--- a/build.xml
+++ b/build.xml
@@ -68,14 +68,14 @@
   <!-- Xalan Java version information -->
   <property name="version.VERSION"        value="2"/>
   <property name="version.RELEASE"        value="7"/>
-  <property name="version.DEVELOPER"      value=""/><!-- Set this to 'D' if a developer release; blank "" if maintenance release -->
-  <property name="version.MINOR"          value="1"/><!-- EITHER the developer release number, or a maintenance release number -->
+  <property name="version.DEVELOPER"      value="D"/><!-- Set this to 'D' if a developer release; blank "" if maintenance release -->
+  <property name="version.MINOR"          value="2"/><!-- EITHER the developer release number, or a maintenance release number -->
   <property name="version"                value="${version.VERSION}_${version.RELEASE}_${version.DEVELOPER}${version.MINOR}"/><!-- GUMP: version # of dist file -->
   <property name="impl.version"           value="${version.VERSION}.${version.RELEASE}.${version.DEVELOPER}${version.MINOR}"/><!-- Used in jar task for filtering MANIFEST.MF file -->
   
   <!-- Xerces Java version information -->
   <property name="parser.version.VERSION" value="2"/>
-  <property name="parser.version.RELEASE" value="9"/>
+  <property name="parser.version.RELEASE" value="11"/>
   <property name="parser.version.MINOR"   value="0"/> 
   
   <!-- Xalan Java directories -->  
diff --git a/xdocs/sources/entities.src b/xdocs/sources/entities.src
index b58c392..422287d 100644
--- a/xdocs/sources/entities.src
+++ b/xdocs/sources/entities.src
@@ -26,7 +26,7 @@
 <!ENTITY xslt4j-dist-src "&xslt4j-dist;-src">
 <!ENTITY xslt4j-dist "xalan-j_@version.VERSION@_@version.RELEASE@_@version.MINOR@">
 <!ENTITY xslt4j-current "&xslt4j; Version @version.VERSION@.@version.RELEASE@.@version.MINOR@">
-<!ENTITY xslt4j-distdir "http://www.apache.org/dyn/closer.cgi/xml/xalan-j/">
+<!ENTITY xslt4j-distdir "http://www.apache.org/dyn/closer.cgi/xalan/xalan-j/">
 <!ENTITY xslt4j_longname "Apache Xalan Java">
 <!ENTITY xml4j "Xerces-Java">
 <!ENTITY xml4j1 "Xerces-Java 1">
diff --git a/xdocs/sources/xalan/resources.xml b/xdocs/sources/xalan/resources.xml
index 3ea604d..f3d5e2b 100644
--- a/xdocs/sources/xalan/resources.xml
+++ b/xdocs/sources/xalan/resources.xml
@@ -31,14 +31,14 @@
 <resources> 	
   <resource id="xslt4j" 
             title="&xslt4j;" 
-            location="http://xml.apache.org/xalan-j"/>
+            location="http://xalan.apache.org/old/xalan-j"/>
   <resource id="xslt4j-current" 
             title="&xslt4j-current;" 
-            location="http://xml.apache.org/xalan-j"/>
+            location="http://xalan.apache.org/old/xalan-j"/>
 
   <resource id="xslt4j-distdir" 
             title="xalan-j distribution directory" 
-            location="http://www.apache.org/dyn/closer.cgi/xml/xalan-j"/>
+            location="http://www.apache.org/dyn/closer.cgi/xalan/xalan-j"/>
 
   <resource id="xslt4j-distdir-previous" 
             title="xalan-j archive directory" 
@@ -49,12 +49,12 @@
             location="http://xerces.apache.org/xerces2-j/index.html"/>
   <resource id="xml4j-distdir" 
             title="xerces-j distribution directory" 
-            location="http://www.apache.org/dyn/closer.cgi/xml/xerces-j/"/>
+            location="http://archive.apache.org/dist/xml/xerces-j/"/>
   <resource id="ant" title="Ant" 
             location="http://jakarta.apache.org/ant/index.html"/>
   <resource id="ApacheLicense" 
             title="The Apache Software License, Version 1.1" 
-            location="http://xml.apache.org/dist/LICENSE.txt"/>
+            location="http://xalan.apache.org/dist/LICENSE.txt"/>
   <resource id="jira"
             title="JIRA (the Apache issue tracker)"
             location="http://issues.apache.org/jira/browse/XALANJ"/>
@@ -146,7 +146,7 @@
 
   <human-resource id="xalandev" 
                   name="Xalan Development Mailing List" 
-                  mailto="xalan-dev@xml.apache.org"/>
+                  mailto="dev@xalan.apache.org"/>
 
   <human-resource id="sboag"
                   name="Scott Boag"