[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:
brett 2004-05-13 11:12:01 +00:00
parent b1b52d7ad1
commit e9f290a383
2 changed files with 8 additions and 5 deletions

View File

@ -23,10 +23,8 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-plugin-plugin</id> <id>maven-plugin-plugin</id>
<name>Maven Plugin Plugin</name> <name>Maven Plugin Plugin</name>
<currentVersion>1.4-SNAPSHOT</currentVersion> <currentVersion>1.4</currentVersion>
<description> <description>Maven Plugin management plugin. Requires Maven 1.0 RC3.</description>
Maven Plugin management plugin. Requires Maven 1.0 RC3.
</description>
<shortDescription>Maven Plugin plugin</shortDescription> <shortDescription>Maven Plugin plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/plugin/</url> <url>http://maven.apache.org/reference/plugins/plugin/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10364</issueTrackingUrl> <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10364</issueTrackingUrl>
@ -52,6 +50,11 @@
<name>1.4</name> <name>1.4</name>
<tag>HEAD</tag> <tag>HEAD</tag>
</version> </version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_PLUGIN_1_4</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -24,7 +24,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <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 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> <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> </release>