[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-05-16 02:15:20 +00:00
parent bd991e76c0
commit 69c0334904
2 changed files with 8 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
<extend>../plugin-parent/project.xml</extend>
<id>maven-simian-plugin</id>
<name>Maven Simian Plugin</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.4</currentVersion>
<description>Simian Plugin for Maven</description>
<shortDescription>Simian Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/simian/</url>
@@ -40,6 +40,11 @@
<name>1.3</name>
<tag>MAVEN_SIMIAN_1_3</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_SIMIAN_1_4</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -25,11 +25,8 @@
<author email="maurice@maguyane.net">Maurice Montg?nie</author>
</properties>
<body>
<release version="1.4" date="in CVS">
<action dev="vmassol" type="fix">
Gracefully inform users when the plugin is executed on a project
with no source.
</action>
<release version="1.4" date="2004-05-15">
<action dev="vmassol" type="fix">Gracefully inform users when the plugin is executed on a project with no source.</action>
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release>
<release version="1.3" date="2004-03-10">