[maven-scm-plugin] prepare release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-28 11:13:18 +00:00
parent eceae21fa7
commit 2cd3cdd92f
2 changed files with 7 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-plugin-plugin</id>
<name>Maven Plugin Plugin</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<currentVersion>1.5</currentVersion>
<description>Maven Plugin management plugin. Requires Maven 1.0 RC4.</description>
<shortDescription>Maven Plugin plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/plugin/</url>
@@ -50,6 +50,11 @@
<name>1.4</name>
<tag>MAVEN_PLUGIN_1_4</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_PLUGIN_1_5</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -24,7 +24,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="in CVS">
<release version="1.5" date="2004-06-28">
<action dev="brett" type="fix" issue="MPPLUGIN-16">Install to maven.plugin.dir instead of maven.home/plugins</action>
<action dev="brett" type="update">More consistency in default goal naming (plugin:plugin)</action>
<action dev="brett" type="update">plugin goal no longer installs to local repository: use plugin:repository-install</action>