git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116171 13f79535-47bb-0310-9956-ffa450edef68
49 lines
2.1 KiB
XML
49 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="jvanzyl@maven.org">Jason van Zyl</author>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<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 <versions/> 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>
|