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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -116,6 +116,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-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user