aheritier 4eee931710 Use recent releases of dependencies to allow developers to use them in plugins :
* commons-logging v1.0.3 -> v1.0.4
* log4j v1.2.8 -> v1.2.12

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@321081 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 12:00:34 +00:00

87 lines
4.3 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="evenisse@ifrance.com">Emmanuel Venisse</author>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in SVN">
<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>commons-collections v2.1 -> v3.0</li>
<li>commons-httpclient v2.0 -> v2.0.2</li>
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
<li>commons-jelly-tags-ant v1.0 -> v1.1</li>
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
<li>commons-logging v1.0.3 -> v1.0.4</li>
<li>dom4j v1.4-dev-8 -> v1.4</li>
<li>log4j v1.2.8 -> v1.2.12</li>
<li>maven-model v3.0.0-SNAPSHOT -> v3.0.1</li>
</ul>
</action>
<action dev="brett" type="update">Make compatible with Maven 1.1</action>
<action dev="aheritier" type="fix" issue="MPLINKCHECK-21">java.lang.NumberFormatException if proxy port is setted to ""</action>
</release>
<release version="1.3.4" date="2004-11-20">
<action dev="carlos" type="fix" issue="MPLINKCHECK-17">Made compatible with JDK 1.3</action>
</release>
<release version="1.3.3" date="2004-09-24">
<action dev="carlos" type="fix">Some performance improvements</action>
<action dev="carlos" type="fix" issue="MPLINKCHECK-15" due-to="Stephane Mikaty">Use BufferedInputStream in FileToCheck</action>
<action dev="carlos" type="fix">Set links as invalid on unknown errors</action>
<action dev="carlos" type="fix" issue="MPLINKCHECK-8">Use CDATA in file name</action>
<action dev="carlos" type="add">Added
<code>maven.linkcheck.exclude</code>property
</action>
</release>
<release version="1.3.2" date="2004-07-10">
<action dev="brett" type="update" issue="MPLINKCHECK-14">Only log exception in debug mode on connection refused</action>
<action dev="brett" type="update">Update commons-*</action>
</release>
<release version="1.3.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.3" date="2004-05-15">
<action dev="vmassol" type="add">Now supports failing the build on error if you set the new
<code>maven.linkcheck.failonerror</code>property to
<code>true</code>.
</action>
<action dev="brett" type="fix" issue="MPLINKCHECK-11" due-to="Ralph Apel">Remove commons-util dependency. Must update to commons-lang 2.0.</action>
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release>
<release version="1.2" date="2004-03-10">
<action dev="evenisse" type="fix" issue="MPLINKCHECK-7">Fix HTML.</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">update to use maven.docs.*/maven.gen.docs</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
<action dev="dion" type="update">Upgrade to maven 1.0 beta 10</action>
<action dev="dion" type="update">Upgrade to log4j 1.2.8</action>
<action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
<action dev="dion" type="update">update to commons-lang 1.0.1</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
</release>
</body>
</document>