[maven-scm-plugin] prepare release 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1b52d7ad1
commit
e9f290a383
@ -23,10 +23,8 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-plugin-plugin</id>
|
||||
<name>Maven Plugin Plugin</name>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<description>
|
||||
Maven Plugin management plugin. Requires Maven 1.0 RC3.
|
||||
</description>
|
||||
<currentVersion>1.4</currentVersion>
|
||||
<description>Maven Plugin management plugin. Requires Maven 1.0 RC3.</description>
|
||||
<shortDescription>Maven Plugin plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/plugin/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10364</issueTrackingUrl>
|
||||
@ -52,6 +50,11 @@
|
||||
<name>1.4</name>
|
||||
<tag>HEAD</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.4</id>
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_PLUGIN_1_4</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.4-SNAPSHOT" date="in CVS">
|
||||
<release version="1.4" date="2004-05-13">
|
||||
<action dev="brett" type="add" issue="MAVEN-1219">Add plugin:uninstall-now that removes the plugin from the currently running instance of Maven.</action>
|
||||
<action dev="brett" type="add" issue="MAVEN-1219">Add a plugin:install-now goal that installs the plugin into the currently running instance of maven so that it can be used by subsequent goals.</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user