[maven-scm-plugin] prepare release 1.3.4

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

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-linkcheck-plugin</id>
<name>Maven LinkCheck Plug-in</name>
<currentVersion>1.3.4-SNAPSHOT</currentVersion>
<currentVersion>1.3.4</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>
@@ -60,6 +60,11 @@
<name>1.3.3</name>
<tag>MAVEN_LINKCHECK_1_3_3</tag>
</version>
<version>
<id>1.3.4</id>
<name>1.3.4</name>
<tag>MAVEN_LINKCHECK_1_3_4</tag>
</version>
</versions>
<developers>
<developer>
@@ -145,6 +150,7 @@
<version>1.1-SNAPSHOT</version>
</dependency>
-->
<dependency>
<!-- Required for commons-httpclient -->

View File

@@ -28,7 +28,7 @@
<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">
<release version="1.3.4" date="2004-11-20">
<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">