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
This commit is contained in:
aheritier
2006-07-17 20:23:22 +00:00
parent bfef789457
commit 320f2e63e3
2 changed files with 10 additions and 7 deletions

View File

@@ -146,6 +146,14 @@
<artifactId>commons-jelly-tags-interaction</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.5</version>
<properties>
<comment>This library is used by commons-jelly-tags-interaction.</comment>
</properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
@@ -159,15 +167,10 @@
<artifactId>jdom</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>saxpath</groupId>
<artifactId>saxpath</artifactId>
<version>1.0-FCS</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.0-FCS-full</version>
<version>1.1-beta-9</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>

View File

@@ -24,7 +24,7 @@
</properties>
<body>
<release version="1.8-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1</action>
<action dev="aheritier" type="update">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.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
</release>
<release version="1.7" date="2005-12-12">