2005-12-07 23:39:21 +00:00

62 lines
3.0 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="jvanzyl@maven.org">Jason van Zyl</author>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="fix" issue="MPRELEASE-12" due-to="Dennis Lundberg">The encoding of the project.xml file is not preserved after doing <code>release:transform</code>.</action>
<action dev="brett" type="fix" issue="MPRELEASE-11">handle non-jar dependencies</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>maven v1.0-rc2 -> v1.0.2</li>
<li>dom4j v1.4-dev-8 -> v1.4</li>
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
</ul>
</action>
<action dev="fgiust" type="fix" issue="MPSCM-64">Handle poms with a namespace</action>
</release>
<release version="1.4.1" date="2004-10-23">
<action dev="carlos" type="fix" issue="MPRELEASE-9">Close output file in AbstractPomTransformer.write()</action>
</release>
<release version="1.4" date="2004-06-19">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
<action dev="dion" type="update" issue="MPRELEASE-6">Code cleanup - remove unused imports</action>
</release>
<release version="1.3" date="2004-05-15">
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
<action dev="brett" type="fix" issue="MPRELEASE-3">Change deploy:pom goal to pom:deploy goal</action>
</release>
<release version="1.2" date="2004-03-07">
<action dev="brett" type="add">Add POM transformer that updates currentVersion and the &lt;versions/&gt; element with a specified version and tag.</action>
<action dev="jvanzyl" type="fix" issue="MAVEN-542">Applied patch.</action>
</release>
<release version="1.1" date="2003-09-29">
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4, maven 1.0-beta-10</action>
</release>
</body>
</document>