Author: aheritier
Date: Mon Jul 17 13:23:22 2006
New Revision: 422834

URL: http://svn.apache.org/viewvc?rev=422834&view=rev
Log:
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.

Modified:
    maven/maven-1/plugins/trunk/plugin/project.xml
    maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/plugin/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugin/project.xml?rev=422834&r1=422833&r2=422834&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/project.xml Mon Jul 17 13:23:22 2006
@@ -147,6 +147,14 @@
       <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>
       <version>1.0.4</version>
@@ -160,14 +168,9 @@
       <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>

Modified: maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml?rev=422834&r1=422833&r2=422834&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml Mon Jul 17 13:23:22 
2006
@@ -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">


Reply via email to