2004-07-08 14:27:57 +00:00

71 lines
4.2 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.2" date="2004-07-08">
<action dev="vmassol" type="add">Added new
<code>announcement:generate-all</code>to generate announcement files for all releases.
</action>
<action dev="vmassol" type="update">Generates the announcement file in
<code>${maven.gen.docs}/announcements</code>so that it is copied to the web site when this later is deployed.
</action>
<action dev="vmassol" type="update">Default announcement file name now contains the version in its name.</action>
</release>
<release version="1.1" date="2004-05-15">
<action dev="brett" type="update">Detect whether the project is a plugin or not by the existence of plugin.jelly in the project directory, and change the wording accordingly.</action>
<action dev="vmassol" type="add">Added new
<code>maven.announcement.distributionUrl</code>property which specifies where the project jars can be downloaded from. If not specified, it defaults to
<code>${maven.repo.remote}/${pom.groupId}/plugins</code>. Once this property makes it into the POM we'll remove it.
</action>
<action dev="vmassol" type="update">The
<code>maven.announcement.version</code>property does no longer needs to be defined. It defaults to
<code>${pom.currentVersion}</code>if not defined.
</action>
<action dev="vmassol" type="add">Improved web site documentation.</action>
<action dev="vmassol" type="fix">Add a space after the "." of the "Issue: 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>