Next release : 1.6.1

Add icons used by this plugin. This must be independent of the xdoc plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-02-22 23:40:31 +00:00
parent a3b1c49e79
commit 4d2f729992
7 changed files with 6 additions and 3 deletions

View File

@ -72,9 +72,9 @@
outputMode="xml"
prettyPrint="true"/>
<!-- Copy the RSS XML logo -->
<!-- Copy the images -->
<mkdir dir="${maven.docs.dest}/images"/>
<copy todir="${maven.docs.dest}/images" file="${plugin.resources}/images/rss.png"/>
<copy todir="${maven.docs.dest}/images" fromdir="${plugin.resources}/images"/>
</goal>

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-changes-plugin</id>
<name>Maven Changes Plugin</name>
<currentVersion>1.6</currentVersion>
<currentVersion>1.6.1-SNAPSHOT</currentVersion>
<shortDescription>Produce changes report</shortDescription>
<versions>
<version>

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

View File

@ -23,6 +23,9 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.6.1" date="In SVN">
<action dev="aheritier" type="fix">Add icons used by this plugin. This must be independent of the xdoc plugin.</action>
</release>
<release version="1.6" date="2005-12-12">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>