[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:
parent
78f9f8c657
commit
3b6090f80d
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-linkcheck-plugin</id>
|
<id>maven-linkcheck-plugin</id>
|
||||||
<name>Maven LinkCheck Plug-in</name>
|
<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>
|
<description>Check xdoc links. Requires Maven 1.0 RC2.</description>
|
||||||
<shortDescription>Check xdoc links</shortDescription>
|
<shortDescription>Check xdoc links</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/linkcheck/</url>
|
<url>http://maven.apache.org/reference/plugins/linkcheck/</url>
|
||||||
@ -40,6 +40,11 @@
|
|||||||
<name>1.2</name>
|
<name>1.2</name>
|
||||||
<tag>MAVEN_LINKCHECK_1_2</tag>
|
<tag>MAVEN_LINKCHECK_1_2</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.3</id>
|
||||||
|
<name>1.3</name>
|
||||||
|
<tag>MAVEN_LINKCHECK_1_3</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -25,10 +25,10 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.3-SNAPSHOT" date="in CVS">
|
<release version="1.3" date="2004-05-15">
|
||||||
<action dev="vmassol" type="add">
|
<action dev="vmassol" type="add">Now supports failing the build on error if you set the new
|
||||||
Now supports failing the build on error if you set the new
|
<code>maven.linkcheck.failonerror</code>property to
|
||||||
<code>maven.linkcheck.failonerror</code> property to <code>true</code>.
|
<code>true</code>.
|
||||||
</action>
|
</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="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>
|
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user