Add deprecation warning

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-07-19 00:47:36 +00:00
parent 7cb3e1053a
commit 7962517b46
3 changed files with 5 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-release-plugin</id>
<name>Maven Release Plug-in</name>
<currentVersion>1.4</currentVersion>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Produce project release</shortDescription>
<url>http://maven.apache.org/reference/plugins/release/</url>

View File

@@ -25,6 +25,9 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="in CVS">
</release>
<release version="1.4" date="2004-06-19">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
<action dev="dion" type="update" issue="MPRELEASE-6">Code cleanup - remove unused imports</action>

View File

@@ -26,6 +26,7 @@
<body>
<section name="Maven Release Plug-in">
<p><strong>This plugin is deprecated.</strong></p>
<p>
This plug-in provides some basic help with releases.
</p>