From 320f2e63e3282c0840fc4cb84c35112d18c354ea Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 17 Jul 2006 20:23:22 +0000 Subject: [PATCH] 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. The dependency to jline is added for commons-jelly-tags-interaction v1.1. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422834 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/project.xml | 15 +++++++++------ plugin/xdocs/changes.xml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/plugin/project.xml b/plugin/project.xml index c9fe95d6..71886c5e 100644 --- a/plugin/project.xml +++ b/plugin/project.xml @@ -146,6 +146,14 @@ commons-jelly-tags-interaction 1.1 + + jline + jline + 0.9.5 + + This library is used by commons-jelly-tags-interaction. + + commons-logging commons-logging @@ -159,15 +167,10 @@ jdom 1.0 - - saxpath - saxpath - 1.0-FCS - jaxen jaxen - 1.0-FCS-full + 1.1-beta-9 xml-apis diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 9f058268..e5eef15e 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -24,7 +24,7 @@ - Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.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.