[maven-scm-plugin] prepare release 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 01:56:57 +00:00
parent 78f9f8c657
commit 3b6090f80d
2 changed files with 10 additions and 5 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-linkcheck-plugin</id>
<name>Maven LinkCheck Plug-in</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</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>
@ -40,6 +40,11 @@
<name>1.2</name>
<tag>MAVEN_LINKCHECK_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_LINKCHECK_1_3</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -25,10 +25,10 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.3-SNAPSHOT" date="in CVS">
<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>.
<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>