From ef4ca437dda417eb11f5c80359ede63e9a56eea6 Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 17 Jul 2006 20:31:42 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422845 13f79535-47bb-0310-9956-ffa450edef68 --- source/project.xml | 8 ++++++++ source/xdocs/changes.xml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/source/project.xml b/source/project.xml index 9bc967d8..3221d299 100644 --- a/source/project.xml +++ b/source/project.xml @@ -88,5 +88,13 @@ commons-jelly-tags-interaction 1.1 + + jline + jline + 0.9.5 + + This library is used by commons-jelly-tags-interaction. + + diff --git a/source/xdocs/changes.xml b/source/xdocs/changes.xml index 0cb4c91e..1af418fb 100644 --- a/source/xdocs/changes.xml +++ b/source/xdocs/changes.xml @@ -23,8 +23,8 @@ Stephane Nicoll - - 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. The dependency to jline is added for commons-jelly-tags-interaction v1.1. Initial release.