Fixed MPLINKCHECK-17

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2004-11-20 19:44:44 +00:00
parent 694787b41a
commit 0c4e5430b7
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-linkcheck-plugin</id>
<name>Maven LinkCheck Plug-in</name>
<currentVersion>1.3.3</currentVersion>
<currentVersion>1.3.4-SNAPSHOT</currentVersion>
<description>Check xdoc links. Requires Maven 1.0 RC2.</description>
<shortDescription>Check xdoc links</shortDescription>
<url>http://maven.apache.org/reference/plugins/linkcheck/</url>

View File

@ -28,6 +28,9 @@
<release version="1.4-SNAPSHOT" date="in CVS">
<action dev="brett" type="update">Make compatible with Maven 1.1</action>
</release>
<release version="1.3.4-SNAPSHOT" date="in CVS">
<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>