Index: core/project.xml =================================================================== --- core/project.xml (revision 466405) +++ core/project.xml (working copy) @@ -616,7 +616,7 @@ commons-codec commons-codec - 1.2 + 1.3 http://jakarta.apache.org/commons/codec/ This library is needed by httpclient. Index: plugins/artifact/project.xml =================================================================== --- plugins/artifact/project.xml (revision 466405) +++ plugins/artifact/project.xml (working copy) @@ -149,7 +149,7 @@ commons-codec commons-codec - 1.2 + 1.3 http://jakarta.apache.org/commons/codec/ 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-codec to version 1.3 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/genapp/src/plugin-resources/tapestry/template-resources/project.xml =================================================================== --- plugins/genapp/src/plugin-resources/tapestry/template-resources/project.xml (revision 466405) +++ plugins/genapp/src/plugin-resources/tapestry/template-resources/project.xml (working copy) @@ -164,7 +164,7 @@ commons-codec commons-codec - 1.2 + 1.3 true Index: plugins/genapp/xdocs/changes.xml =================================================================== --- plugins/genapp/xdocs/changes.xml (revision 466405) +++ plugins/genapp/xdocs/changes.xml (working copy) @@ -23,6 +23,7 @@ + Upgrade commons-codec to version 1.3 in tapestry template Problem when maven.genapp.repackage.dir is empty. Generated poms contain deprecated id elements. Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1 Index: plugins/jira/project.xml =================================================================== --- plugins/jira/project.xml (revision 466405) +++ plugins/jira/project.xml (working copy) @@ -45,7 +45,7 @@ commons-codec commons-codec - 1.2 + 1.3 http://jakarta.apache.org/commons/codec/ This library is already loaded by maven's core. Be careful to use the same version number as in the core. Index: plugins/jira/xdocs/changes.xml =================================================================== --- plugins/jira/xdocs/changes.xml (revision 466405) +++ plugins/jira/xdocs/changes.xml (working copy) @@ -24,6 +24,7 @@ + Upgrade commons-codec to version 1.3 Update jelly dependency to match the ones in maven 1.1 core. Upgrade to log4j 1.2.13. If a report isn't generated the plugin fails trying to replace entities in a not existing file. Index: plugins/linkcheck/project.xml =================================================================== --- plugins/linkcheck/project.xml (revision 466405) +++ plugins/linkcheck/project.xml (working copy) @@ -123,7 +123,7 @@ commons-codec commons-codec - 1.2 + 1.3 http://jakarta.apache.org/commons/codec/ 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-codec to version 1.3 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.