git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155277 13f79535-47bb-0310-9956-ffa450edef68
74 lines
3.6 KiB
XML
74 lines
3.6 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="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>
|