merge MAVEN_PLUGIN_1_5_2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
002bbfd62c
commit
dad03412f8
@ -23,8 +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.5.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
||||||
<description>Maven Plugin management plugin..</description>
|
<description>Maven Plugin management plugin.</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/browse/MPPLUGIN</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/browse/MPPLUGIN</issueTrackingUrl>
|
||||||
@ -60,6 +60,11 @@
|
|||||||
<name>1.5.1</name>
|
<name>1.5.1</name>
|
||||||
<tag>MAVEN_PLUGIN_1_5_1</tag>
|
<tag>MAVEN_PLUGIN_1_5_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.5.2</id>
|
||||||
|
<name>1.5.2</name>
|
||||||
|
<tag>MAVEN_PLUGIN_1_5_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -24,10 +24,13 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.5.2-SNAPSHOT" date="in CVS">
|
<release version="1.6-SNAPSHOT" date="in CVS">
|
||||||
<action dev="dion" type="add">Add plugin:generate-tags goal</action>
|
<action dev="dion" type="add">Add plugin:generate-tags goal</action>
|
||||||
<action dev="dion" type="add">Mention in docs for the plugin:repository-deploy that it uses the artifact plugin</action>
|
<action dev="dion" type="add">Mention in docs for the plugin:repository-deploy that it uses the artifact plugin</action>
|
||||||
</release>
|
</release>
|
||||||
|
<release version="1.5.2" date="2004-11-10">
|
||||||
|
<action dev="brett" type="fix">Remove deploy warning</action>
|
||||||
|
</release>
|
||||||
<release version="1.5.1" date="2004-07-09">
|
<release version="1.5.1" date="2004-07-09">
|
||||||
<action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId, groupId and version if missing.</action>
|
<action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId, groupId and version if missing.</action>
|
||||||
<action dev="dion" type="add">Add assertFileNotFound tag</action>
|
<action dev="dion" type="add">Add assertFileNotFound tag</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user