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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user