Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
755b4dc42f
commit
b47d13ad34
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-announcement-plugin</id>
|
<id>maven-announcement-plugin</id>
|
||||||
<name>Maven Announcement Plugin</name>
|
<name>Maven Announcement Plugin</name>
|
||||||
<currentVersion>1.4</currentVersion>
|
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||||
<description>The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.</description>
|
<description>The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.</description>
|
||||||
<shortDescription>Produce release announcement</shortDescription>
|
<shortDescription>Produce release announcement</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -111,7 +111,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-net</groupId>
|
<groupId>commons-net</groupId>
|
||||||
<artifactId>commons-net</artifactId>
|
<artifactId>commons-net</artifactId>
|
||||||
<version>1.4.0</version>
|
<version>1.4.1</version>
|
||||||
<url>http://jakarta.apache.org/commons/net/</url>
|
<url>http://jakarta.apache.org/commons/net/</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@ -23,6 +23,9 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<release version="1.5-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1</action>
|
||||||
|
</release>
|
||||||
<release version="1.4" date="2005-12-12">
|
<release version="1.4" date="2005-12-12">
|
||||||
<action dev="felipeal" type="add" issue="MPANNOUNCEMENT-19">Added property
|
<action dev="felipeal" type="add" issue="MPANNOUNCEMENT-19">Added property
|
||||||
<code>maven.announcement.lenient</code>.
|
<code>maven.announcement.lenient</code>.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user