git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@426290 13f79535-47bb-0310-9956-ffa450edef68
44 lines
2.1 KiB
XML
44 lines
2.1 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>Changes</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.3-SNAPSHOT" date="In SVN">
|
|
<action dev="aheritier" type="add">New page to describe the next releases.</action>
|
|
<action dev="aheritier" type="add">New RSS feed for releases.</action>
|
|
<action dev="aheritier" type="update">New internal format to store information about releases.</action>
|
|
<action dev="aheritier" type="update">Remove usage of the deprecated dependency-handle tag.</action>
|
|
</release>
|
|
<release version="1.2" date="2006-01-07">
|
|
<action dev="ltheussl" type="update" issue="MPMULTICHANGES-2">Use multiproject properties by default.</action>
|
|
<action dev="aheritier" type="add" issue="MPMULTICHANGES-3" due-to="Jon Strayer">Add another column to the report that lists the value of currentVersion.</action>
|
|
<action dev="aheritier" type="fix" issue="MPMULTICHANGES-1">Links always used maven.multiproject.aggregateDir even if maven.multiproject.navigation=independent.</action>
|
|
<action dev="carlos" type="add">Linked project names and releases with download pages and announcements</action>
|
|
</release>
|
|
<release version="1.1" date="2004-05-15"/>
|
|
<release version="1.0" date="2004-03-10">
|
|
<action dev="vmassol" type="add">Initial creation.</action>
|
|
</release>
|
|
</body>
|
|
</document>
|