git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115147 13f79535-47bb-0310-9956-ffa450edef68
68 lines
2.9 KiB
XML
68 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Announcement plugin changes</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.1" date="in CVS">
|
|
<action dev="vmassol" type="fix">
|
|
Add a space after the "." of the "Fixes xxx." (which happens when
|
|
you use the "issue" attribute in changes.xml).
|
|
</action>
|
|
<action dev="vmassol" type="add">
|
|
Added <code>description</code> information from the POM to
|
|
the generated announcement to explain what the project does.
|
|
</action>
|
|
<action dev="vmassol" type="add">
|
|
Added information in the generated announcement to indicate from
|
|
where the plugin can be downloaded.
|
|
</action>
|
|
<action dev="vmassol" type="add">
|
|
Added information in the generated announcement to indicate how to
|
|
install the plugin using the <code>plugin:download</code> goal.
|
|
</action>
|
|
<action dev="dion" type="update">
|
|
Added maven.announcement.file property and echo'd it during generation
|
|
</action>
|
|
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-2" due-to="Fabrizio Giustina">
|
|
Added more information when running the plugin. Also added a check to
|
|
verify if the announcement version matches an entry in the
|
|
<code>changes.xml</code> file.
|
|
</action>
|
|
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-1" due-to="Fabrizio Giustina">
|
|
Several new additions that makes the plugin more generic:
|
|
the team name is now taken from <code>pom.groupId</code>,
|
|
"[]" are removed from the first line, changes are sorted by
|
|
type, changes report issue number and due-to, the download
|
|
link is generated from <code>pom.distributionDirectory</code>
|
|
and the "plugin has been tested with..." line has been removed.
|
|
</action>
|
|
</release>
|
|
<release version="1.0" date="2004-03-10">
|
|
<action dev="evenisse" type="update">Update to ASL v.2</action>
|
|
<action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.</action>
|
|
<action dev="vmassol" type="add">Initial creation.</action>
|
|
</release>
|
|
</body>
|
|
</document>
|