carlos 2004/11/20 11:44:44
Modified: linkcheck project.xml
linkcheck/xdocs changes.xml
Log:
Fixed MPLINKCHECK-17
Revision Changes Path
1.62 +1 -1 maven-plugins/linkcheck/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- project.xml 20 Nov 2004 19:43:05 -0000 1.61
+++ project.xml 20 Nov 2004 19:44:44 -0000 1.62
@@ -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>
1.29 +3 -0 maven-plugins/linkcheck/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/linkcheck/xdocs/changes.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- changes.xml 27 Sep 2004 08:26:28 -0000 1.28
+++ changes.xml 20 Nov 2004 19:44:44 -0000 1.29
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]