[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-19 02:14:21 +00:00
parent 2999b05526
commit e59a608c30
2 changed files with 9 additions and 4 deletions

View File

@ -22,7 +22,7 @@
<extend>../plugin-parent/project.xml</extend>
<id>maven-scm-plugin</id>
<name>Maven Source Control Management Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.4</currentVersion>
<description>A plugin for SCM tasks, currently CVS.</description>
<shortDescription>SCM Plugin for Maven. Requires Maven 1.0 RC2.</shortDescription>
<url>http://maven.apache.org/reference/plugins/scm/</url>
@ -54,6 +54,11 @@
<name>1.3</name>
<tag>MAVEN_SCM_1_3</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_SCM_1_4</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,11 +24,11 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<release version="1.4" date="2004-06-18">
<action dev="epugh" type="add">Add minimal support for SVN to allow cruisecontrol plugin to work</action>
<action dev="dion" type="add">Add scm:cvs-tag-project goal</action>
</release>
<release version="1.3" date="2004-05-15"></release>
<release version="1.3" date="2004-05-15"/>
<release version="1.2" date="2004-03-07">
<action dev="brett" type="fix">Don't use -C - Mac OS X doesn't recognise it</action>
<action dev="brett" type="fix" issue="MPSCM-3">Catch exceptions to make sure files don't get moved permanently.</action>