only one issue by change is allowed

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-01-15 01:08:15 +00:00
parent c474729db9
commit b2e2df81e0

View File

@ -29,7 +29,7 @@
<action dev="aheritier" type="add" issue="MPLINKCHECK-25">New counters to report how many files and links are checked and how many errors are found.</action>
<action dev="aheritier" type="update" issue="MPLINKCHECK-25">Display a more verbose message than the "NOT FOUND" error.</action>
<action dev="aheritier" type="update" issue="MPLINKCHECK-24">Speed and stability enhancement [better usage of httpClient].</action>
<action dev="aheritier" type="update" issue="MPLINKCHECK-24,MAVEN-1739">Upgrade to HttpClient 3.0. Will be used only with, at least, maven 1.1 beta 3.</action>
<action dev="aheritier" type="update" issue="MAVEN-1739">Upgrade to HttpClient 3.0. Will be used only with, at least, maven 1.1 beta 3.</action>
<action dev="aheritier" type="update" issue="MPLINKCHECK-23" due-to="Ignacio G. Mac Dowell">Improve performance getting rid of jtidy dependency via regexps.</action>
<action dev="aheritier" type="fix" issue="MPLINKCHECK-22">Sites requiring authentication are reported as NOT FOUND.</action>
<action dev="aheritier" type="fix" issue="MPLINKCHECK-21">java.lang.NumberFormatException if proxy port is setted to ""</action>