Index: core/project.xml =================================================================== --- core/project.xml (revision 466405) +++ core/project.xml (working copy) @@ -666,7 +666,7 @@ xerces xercesImpl - 2.8.0 + 2.8.1 http://xerces.apache.org/xerces2-j/ true Index: plugins/changelog/project.xml =================================================================== --- plugins/changelog/project.xml (revision 466405) +++ plugins/changelog/project.xml (working copy) @@ -241,7 +241,7 @@ xerces xercesImpl - 2.8.0 + 2.8.1 http://xerces.apache.org/xerces2-j/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/changelog/xdocs/changes.xml =================================================================== --- plugins/changelog/xdocs/changes.xml (revision 466405) +++ plugins/changelog/xdocs/changes.xml (working copy) @@ -25,6 +25,7 @@ + Upgrade xercesImpl to version 2.8.1 Upgrade maven-model to version 3.0.2 New property maven.changelog.useDeveloperConnection. Support time period in MKS changelog parser. Index: plugins/html2xdoc/project.xml =================================================================== --- plugins/html2xdoc/project.xml (revision 466405) +++ plugins/html2xdoc/project.xml (working copy) @@ -122,7 +122,7 @@ xerces xercesImpl - 2.8.0 + 2.8.1 http://xerces.apache.org/xerces2-j/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/html2xdoc/xdocs/changes.xml =================================================================== --- plugins/html2xdoc/xdocs/changes.xml (revision 466405) +++ plugins/html2xdoc/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade xercesImpl to version 2.8.1 Update dom4j dependency to match the one in maven 1.1 core. Update dependencies to unify them between plugins. The following dependencies are updated : jaxen v1.0-FCS-full to 1.1-beta-9. Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Index: plugins/jdepend/project.xml =================================================================== --- plugins/jdepend/project.xml (revision 466405) +++ plugins/jdepend/project.xml (working copy) @@ -140,7 +140,7 @@ xerces xercesImpl - 2.8.0 + 2.8.1 http://xerces.apache.org/xerces2-j/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/jdepend/xdocs/changes.xml =================================================================== --- plugins/jdepend/xdocs/changes.xml (revision 466405) +++ plugins/jdepend/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade xercesImpl to version 2.8.1 Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Index: plugins/jdiff/project.xml =================================================================== --- plugins/jdiff/project.xml (revision 466405) +++ plugins/jdiff/project.xml (working copy) @@ -79,7 +79,7 @@ xerces xercesImpl - 2.6.2 + 2.8.1 http://xerces.apache.org/xerces2-j/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/jdiff/xdocs/changes.xml =================================================================== --- plugins/jdiff/xdocs/changes.xml (revision 466405) +++ plugins/jdiff/xdocs/changes.xml (working copy) @@ -25,6 +25,7 @@ + Upgrade xercesImpl to version 2.8.1 Use relative links to the javadoc. It requires at least maven-plugin-plugin v1.7. Index: plugins/jellydoc/project.xml =================================================================== --- plugins/jellydoc/project.xml (revision 466405) +++ plugins/jellydoc/project.xml (working copy) @@ -105,7 +105,7 @@ xerces xercesImpl - 2.8.0 + 2.8.1 http://xerces.apache.org/xerces2-j/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/jellydoc/xdocs/changes.xml =================================================================== --- plugins/jellydoc/xdocs/changes.xml (revision 466405) +++ plugins/jellydoc/xdocs/changes.xml (working copy) @@ -26,6 +26,7 @@ + Upgrade xercesImpl to version 2.8.1 Update dom4j dependency to match the one in maven 1.1 core. Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : Index: plugins/pdf/project.xml =================================================================== --- plugins/pdf/project.xml (revision 466405) +++ plugins/pdf/project.xml (working copy) @@ -22,7 +22,7 @@ 3 maven-pdf-plugin Maven PDF Plugin - 2.5 + 2.5.1-SNAPSHOT PDF Documentation generator Generator of project documentation in PDF Format. @@ -153,7 +153,7 @@ xerces xercesImpl - 2.8.0 + 2.8.1 http://xerces.apache.org/xerces2-j/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/pdf/xdocs/changes.xml =================================================================== --- plugins/pdf/xdocs/changes.xml (revision 466405) +++ plugins/pdf/xdocs/changes.xml (working copy) @@ -24,6 +24,9 @@ Arnaud Heritier + + Upgrade xercesImpl to version 2.8.1 + Upgrade to Xalan 2.7.0. Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Index: plugins/plugin/project.xml =================================================================== --- plugins/plugin/project.xml (revision 466405) +++ plugins/plugin/project.xml (working copy) @@ -193,7 +193,7 @@ xerces xercesImpl - 2.8.0 + 2.8.1 http://xerces.apache.org/xerces2-j/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/plugin/xdocs/changes.xml =================================================================== --- plugins/plugin/xdocs/changes.xml (revision 466405) +++ plugins/plugin/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade xercesImpl to version 2.8.1 Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. The following dependencies are removed : saxpath. Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Index: plugins/plugins-parent/project.properties =================================================================== --- plugins/plugins-parent/project.properties (revision 466405) +++ plugins/plugins-parent/project.properties (working copy) @@ -81,7 +81,7 @@ maven.jar.wagon-http=1.0-beta-1 maven.jar.wagon-ssh=1.0-beta-1 maven.jar.wagon-provider-api=1.0-beta-1 -maven.jar.xercesImpl=2.8.0 +maven.jar.xercesImpl=2.8.1 maven.jar.xml-apis=1.3.03 maven.jar.xml-resolver=1.1 Index: plugins/test/project.xml =================================================================== --- plugins/test/project.xml (revision 466405) +++ plugins/test/project.xml (working copy) @@ -87,7 +87,7 @@ xerces xercesImpl - 2.8.0 + 2.8.1 http://xerces.apache.org/xerces2-j/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/test/xdocs/changes.xml =================================================================== --- plugins/test/xdocs/changes.xml (revision 466405) +++ plugins/test/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade xercesImpl to version 2.8.1 SourceModifications sometimes does not work for test classes. maven.compile.target is not used in test:compile.