maven-plugins/pom/xdocs/changes.xml
ltheussl a3639e678a Update Changelog
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@326627 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 18:18:37 +00:00

73 lines
2.7 KiB
XML

<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2005 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="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<releases>
<release version="1.5-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPPOM-1"><code>pom:validate</code> doesn't work with <code>&lt;extend&gt;</code>.</action>
<action dev="ltheussl" type="fix" issue="MPPOM-5"><code>pom:validate</code> doesn't work.</action>
<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>
<li>dom4j v1.4-dev-8 -> v1.4</li>
<li>maven v1.0 -> v1.0.2</li>
</ul>
</action>
</release>
<release version="1.4.1" date="2004-06-19">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
</release>
<release version="1.4" date="unknown">
<action dev="brett" type="remove" issue="MPPOM-2">
remove empty pom:update goal
</action>
<action dev="evenisse" type="add">
Add missing xml-apis jar.
</action>
<action dev="vmassol" type="add">
Verify valid POM versions. Only "3" and "4" are currently allowed.
</action>
<action dev="vmassol" type="add">
Added support for validating different POM versions.
</action>
</release>
<release version="1.3" date="2003-09-29">
<action dev="dion" type="fix">
Make pom:validate work again. The xerces upgrade broke jarv.
Now using jing
</action>
<action dev="dion" type="update">
Upgrade to maven 1.0 beta 10 and dom4j 1.4
</action>
<action dev="dion" type="update">
Upgrade to dom4j 1.4-dev-8
</action>
<action dev="dion" type="fix">
Bring back pom:validate
</action>
</release>
</releases>
</body>
</document>