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:
parent
a3b1c49e79
commit
4d2f729992
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
BIN
changes/src/plugin-resources/images/add.gif
Normal file
BIN
changes/src/plugin-resources/images/add.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 207 B |
BIN
changes/src/plugin-resources/images/fix.gif
Normal file
BIN
changes/src/plugin-resources/images/fix.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 181 B |
BIN
changes/src/plugin-resources/images/remove.gif
Normal file
BIN
changes/src/plugin-resources/images/remove.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
BIN
changes/src/plugin-resources/images/update.gif
Normal file
BIN
changes/src/plugin-resources/images/update.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 192 B |
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user