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
This commit is contained in:
parent
4bbd9c34c0
commit
ef4ca437dd
@ -88,5 +88,13 @@
|
||||
<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>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
<author email="snicoll@apache.org">Stephane Nicoll</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.1-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>
|
||||
<release version="1.1-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. The dependency to jline is added for commons-jelly-tags-interaction v1.1.</action>
|
||||
</release>
|
||||
<release version="1.0" date="2006-02-19">
|
||||
<action dev="snicoll" type="add">Initial release.</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user