[maven-scm-plugin] prepare release 1.3.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-19 05:50:36 +00:00
parent 1474969c31
commit cdcfa522ec
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.1-SNAPSHOT</currentVersion>
<currentVersion>1.3.1</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>
@@ -45,6 +45,11 @@
<name>1.3</name>
<tag>MAVEN_LINKCHECK_1_3</tag>
</version>
<version>
<id>1.3.1</id>
<name>1.3.1</name>
<tag>MAVEN_LINKCHECK_1_3_1</tag>
</version>
</versions>
<developers>
<developer>
@@ -117,6 +122,7 @@
</dependency>
<dependency>
<!-- Required for commons-httpclient -->
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>

View File

@@ -25,7 +25,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.3.1-SNAPSHOT" date="in CVS">
<release version="1.3.1" date="2004-06-19">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
</release>
<release version="1.3" date="2004-05-15">