Author: aheritier
Date: Mon Jul 17 13:27:25 2006
New Revision: 422840

URL: http://svn.apache.org/viewvc?rev=422840&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. Add the dependency to jline for commons-jelly-tags-interaction 
v1.1.

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

Modified: maven/maven-1/plugins/trunk/scm/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/scm/project.xml?rev=422840&r1=422839&r2=422840&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/project.xml (original)
+++ maven/maven-1/plugins/trunk/scm/project.xml Mon Jul 17 13:27:25 2006
@@ -117,6 +117,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-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>1.2</version>
@@ -144,7 +152,7 @@
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.0-FCS-full</version>
+      <version>1.1-beta-9</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>

Modified: maven/maven-1/plugins/trunk/scm/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/scm/xdocs/changes.xml?rev=422840&r1=422839&r2=422840&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Mon Jul 17 13:27:25 2006
@@ -24,8 +24,8 @@
   </properties>
   <body>
     <release version="1.7-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">Upgrade to commons-io 1.2.</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. 
Add the dependency to jline for commons-jelly-tags-interaction v1.1.</action>
+      <action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>
     </release>
     <release version="1.6" date="2006-02-24">
       <action dev="ltheussl" type="fix" issue="MPRELEASE-12" due-to="Dennis 
Lundberg">The encoding of the project.xml file is not preserved after doing


Reply via email to