Index: core/project.xml =================================================================== --- core/project.xml (revision 466405) +++ core/project.xml (working copy) @@ -725,7 +725,7 @@ commons-lang commons-lang - 2.0 + 2.2 runtime Index: plugins/announcement/project.xml =================================================================== --- plugins/announcement/project.xml (revision 466405) +++ plugins/announcement/project.xml (working copy) @@ -102,7 +102,7 @@ commons-lang commons-lang - 2.0 + 2.2 http://jakarta.apache.org/commons/lang/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/announcement/xdocs/changes.xml =================================================================== --- plugins/announcement/xdocs/changes.xml (revision 466405) +++ plugins/announcement/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade commons-lang to version 2.2 Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1 Index: plugins/antlr/project.xml =================================================================== --- plugins/antlr/project.xml (revision 466405) +++ plugins/antlr/project.xml (working copy) @@ -22,7 +22,7 @@ 3 maven-antlr-plugin Maven Antlr Plugin - 1.2.2 + 1.2.3-SNAPSHOT Process Antlr grammars @@ -86,7 +86,7 @@ commons-lang commons-lang - 2.0 + 2.2 This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/antlr/xdocs/changes.xml =================================================================== --- plugins/antlr/xdocs/changes.xml (revision 466405) +++ plugins/antlr/xdocs/changes.xml (working copy) @@ -23,6 +23,9 @@ dIon Gillard + + Upgrade commons-lang to version 2.2 + Update to ANTLR 2.7.6. Index: plugins/artifact/project.xml =================================================================== --- plugins/artifact/project.xml (revision 466405) +++ plugins/artifact/project.xml (working copy) @@ -158,7 +158,7 @@ commons-lang commons-lang - 2.0 + 2.2 This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/artifact/xdocs/changes.xml =================================================================== --- plugins/artifact/xdocs/changes.xml (revision 466405) +++ plugins/artifact/xdocs/changes.xml (working copy) @@ -25,6 +25,7 @@ + Upgrade commons-lang to version 2.2 Upgrade commons-jexl to version 1.1 Upgrade maven-model to version 3.0.2 Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest. Index: plugins/dashboard/project.xml =================================================================== --- plugins/dashboard/project.xml (revision 466405) +++ plugins/dashboard/project.xml (working copy) @@ -128,7 +128,7 @@ commons-lang commons-lang - 2.0 + 2.2 http://jakarta.apache.org/commons/lang/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/dashboard/xdocs/changes.xml =================================================================== --- plugins/dashboard/xdocs/changes.xml (revision 466405) +++ plugins/dashboard/xdocs/changes.xml (working copy) @@ -23,6 +23,9 @@ Vincent Massol + + Upgrade commons-lang to version 2.2 + Allow sorting of dashboard items (requires Maven 1.1). Add message on status of finding dashboard-single.xml. Index: plugins/dist/project.xml =================================================================== --- plugins/dist/project.xml (revision 466405) +++ plugins/dist/project.xml (working copy) @@ -101,7 +101,7 @@ commons-lang commons-lang - 2.0 + 2.2 This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/dist/xdocs/changes.xml =================================================================== --- plugins/dist/xdocs/changes.xml (revision 466405) +++ plugins/dist/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade commons-lang to version 2.2 Upgrade maven-model to version 3.0.2 Fix combined javadoc classpath in dist:multiproject-bin. New Index: plugins/eclipse/project.xml =================================================================== --- plugins/eclipse/project.xml (revision 466405) +++ plugins/eclipse/project.xml (working copy) @@ -148,7 +148,7 @@ commons-lang commons-lang - 2.0 + 2.2 jar This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/eclipse/xdocs/changes.xml =================================================================== --- plugins/eclipse/xdocs/changes.xml (revision 466405) +++ plugins/eclipse/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade commons-lang to version 2.2 Upgrade maven-model to version 3.0.2 Updated FAQ with multiproject entries. Fixed broken test cases. Index: plugins/ejb/project.xml =================================================================== --- plugins/ejb/project.xml (revision 466405) +++ plugins/ejb/project.xml (working copy) @@ -104,7 +104,7 @@ commons-lang commons-lang - 2.0 + 2.2 This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/ejb/xdocs/changes.xml =================================================================== --- plugins/ejb/xdocs/changes.xml (revision 466405) +++ plugins/ejb/xdocs/changes.xml (working copy) @@ -25,6 +25,7 @@ + Upgrade commons-lang to version 2.2 Upgrade maven-model to version 3.0.2 Index: plugins/jar/project.xml =================================================================== --- plugins/jar/project.xml (revision 466405) +++ plugins/jar/project.xml (working copy) @@ -67,7 +67,7 @@ commons-lang commons-lang - 2.0 + 2.2 http://jakarta.apache.org/commons/lang/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/jar/xdocs/changes.xml =================================================================== --- plugins/jar/xdocs/changes.xml (revision 466405) +++ plugins/jar/xdocs/changes.xml (working copy) @@ -25,6 +25,7 @@ + Upgrade commons-lang to version 2.2 Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest. Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]"). Index: plugins/javadoc/project.xml =================================================================== --- plugins/javadoc/project.xml (revision 466405) +++ plugins/javadoc/project.xml (working copy) @@ -140,7 +140,7 @@ commons-lang commons-lang - 2.0 + 2.2 jar This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/javadoc/xdocs/changes.xml =================================================================== --- plugins/javadoc/xdocs/changes.xml (revision 466405) +++ plugins/javadoc/xdocs/changes.xml (working copy) @@ -25,6 +25,9 @@ Arnaud Heritier + + Upgrade commons-lang to version 2.2 + Cannot set -sourcepath to add paths for inherited javadocs. Other doclets cannot use standard doclet parameters. Index: plugins/linkcheck/project.xml =================================================================== --- plugins/linkcheck/project.xml (revision 466405) +++ plugins/linkcheck/project.xml (working copy) @@ -140,7 +140,7 @@ commons-lang commons-lang - 2.0 + 2.2 This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/linkcheck/xdocs/changes.xml =================================================================== --- plugins/linkcheck/xdocs/changes.xml (revision 466405) +++ plugins/linkcheck/xdocs/changes.xml (working copy) @@ -26,6 +26,7 @@ + Upgrade commons-lang to version 2.2 Upgrade maven-model to version 3.0.2 Update jelly dependency to match the ones in maven 1.1 core. Maven 1.0.x : The report is incomplete if one or more files has errors in them. Index: plugins/plugin/project.xml =================================================================== --- plugins/plugin/project.xml (revision 466405) +++ plugins/plugin/project.xml (working copy) @@ -126,7 +126,7 @@ commons-lang commons-lang - 2.0 + 2.2 http://jakarta.apache.org/commons/lang/ 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 commons-lang to version 2.2 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) @@ -69,7 +69,7 @@ maven.jar.commons-jelly-tags-util=1.1.1 maven.jar.commons-jelly-tags-xml=1.1 maven.jar.commons-jexl=1.1 -maven.jar.commons-lang=2.0 +maven.jar.commons-lang=2.2 maven.jar.commons-logging=1.0.4 maven.jar.dom4j=1.7-20060614 maven.jar.jaxen=1.1-beta-9 Index: plugins/site/project.xml =================================================================== --- plugins/site/project.xml (revision 466405) +++ plugins/site/project.xml (working copy) @@ -86,7 +86,7 @@ commons-lang commons-lang - 2.0 + 2.2 This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/site/xdocs/changes.xml =================================================================== --- plugins/site/xdocs/changes.xml (revision 466405) +++ plugins/site/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade commons-lang to version 2.2 Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1 Update files modes on the remote host after deployment with rsync (you don't have to use the same rights in your local directory). Update root directory mode on the remote host (rsync and ssh). Index: plugins/source/project.xml =================================================================== --- plugins/source/project.xml (revision 466405) +++ plugins/source/project.xml (working copy) @@ -69,7 +69,7 @@ commons-lang commons-lang - 2.0 + 2.2 jar This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/source/xdocs/changes.xml =================================================================== --- plugins/source/xdocs/changes.xml (revision 466405) +++ plugins/source/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade commons-lang to version 2.2 Upgrade maven-model to version 3.0.2 Update jelly dependency to match the ones in maven 1.1 core. Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1. The dependency to jline is added for commons-jelly-tags-interaction v1.1. Index: plugins/war/project.xml =================================================================== --- plugins/war/project.xml (revision 466405) +++ plugins/war/project.xml (working copy) @@ -92,7 +92,7 @@ commons-lang commons-lang - 2.0 + 2.2 http://jakarta.apache.org/commons/lang/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/war/xdocs/changes.xml =================================================================== --- plugins/war/xdocs/changes.xml (revision 466405) +++ plugins/war/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade commons-lang to version 2.2 Only create tld and lib folders if corresponding dependencies are present. war:inplace should check for maven.war.src. Index: plugins/xdoc/project.xml =================================================================== --- plugins/xdoc/project.xml (revision 466405) +++ plugins/xdoc/project.xml (working copy) @@ -225,7 +225,7 @@ commons-lang commons-lang - 2.0 + 2.2 http://jakarta.apache.org/commons/lang/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/xdoc/xdocs/changes.xml =================================================================== --- plugins/xdoc/xdocs/changes.xml (revision 466405) +++ plugins/xdoc/xdocs/changes.xml (working copy) @@ -27,6 +27,7 @@ + Upgrade commons-lang to version 2.2 Upgrade maven-model to version 3.0.2 Wrong margin around organization/name when no organization/logo is present. Report fails if there is no connection element in repository.