[maven-scm-plugin] prepare release 2.0.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@179331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-01 02:11:05 +00:00
parent 758ddc2def
commit 148110eb42
2 changed files with 9 additions and 3 deletions

View File

@@ -24,10 +24,11 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="2.0.1-SNAPSHOT" date="in SVN">
<release version="2.0.1" date="2005-06-01">
<action dev="brett" type="add">Add maven.gump.svn.dir property for setting the subdirectory under the svn repository</action>
<action dev="brett" type="add">Add the ability to specify the "runtime" attribute of a dependency using the
<code>gump.runtime</code> property</action>
<code>gump.runtime</code>property
</action>
<action dev="brett" type="update">Pass ids to depends element also</action>
<action dev="brett" type="update">Change nag to use ${pom.name} instead of ${pom.artifactId}</action>
<action dev="brett" type="add">Add ASL 2.0 to the generated descriptor</action>