[maven-scm-plugin] prepare release 1.7.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@533668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-30 10:14:50 +00:00
parent 71590d91c0
commit e9ebaf5912
2 changed files with 77 additions and 71 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -23,7 +23,7 @@
<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.7.1-SNAPSHOT</currentVersion> <currentVersion>1.7.1</currentVersion>
<description>Maven Plugin management plugin.</description> <description>Maven Plugin management plugin.</description>
<shortDescription>Maven Plugin plugin</shortDescription> <shortDescription>Maven Plugin plugin</shortDescription>
<versions> <versions>
@ -67,6 +67,11 @@
<name>1.7</name> <name>1.7</name>
<tag>MAVEN_PLUGIN_1_7</tag> <tag>MAVEN_PLUGIN_1_7</tag>
</version> </version>
<version>
<id>1.7.1</id>
<name>1.7.1</name>
<tag>maven-plugin-plugin-1.7.1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
@ -17,76 +18,76 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.7.1-SNAPSHOT" date="In SVN"> <release version="1.7.1" date="2007-04-30">
<action dev="aheritier" type="fix">assert:assertPluginAvailable : Fix error (NoSuchElementException) if the minimum release number has less elements than the version number installed.</action> <action dev="aheritier" type="fix">assert:assertPluginAvailable : Fix error (NoSuchElementException) if the minimum release number has less elements than the version number installed.</action>
<action dev="aheritier" type="update">Don't check that a given plugin version is available in the bootstrap.</action> <action dev="aheritier" type="update">Don't check that a given plugin version is available in the bootstrap.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. The following dependencies are removed : saxpath.</action> <action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. The following dependencies are removed : saxpath.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action> <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
<action dev="ltheussl" type="fix" issue="MPPLUGIN-35">plugin:install fails if maven.jar.final.name is set.</action> <action dev="ltheussl" type="fix" issue="MPPLUGIN-35">plugin:install fails if maven.jar.final.name is set.</action>
</release> </release>
<release version="1.7" date="2005-12-12"> <release version="1.7" date="2005-12-12">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul> <ul>
<li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li> <li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
<li>commons-logging v1.0.3 -&gt; v1.0.4</li> <li>commons-logging v1.0.3 -&gt; v1.0.4</li>
<li>jdom v b10 -&gt; v1.0</li> <li>jdom v b10 -&gt; v1.0</li>
<li>xercesImpl v 2.4.0 -&gt; v2.6.2</li> <li>xercesImpl v 2.4.0 -&gt; v2.6.2</li>
<li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li> <li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
</ul> </ul>
</action> </action>
<action dev="ltheussl" type="add" issue="MPPLUGIN-33">Allow plugin-test directory to be changed.</action> <action dev="ltheussl" type="add" issue="MPPLUGIN-33">Allow plugin-test directory to be changed.</action>
<action dev="ltheussl" type="fix" issue="MPPLUGIN-25" due-to="Jamie McCrindle, Barrie Treloar">NTLM Proxy Problem.</action> <action dev="ltheussl" type="fix" issue="MPPLUGIN-25" due-to="Jamie McCrindle, Barrie Treloar">NTLM Proxy Problem.</action>
<action dev="carlos" type="fix" issue="MPPLUGIN-26">plugin:download didn't redownload SNAPSHOT plugins.</action> <action dev="carlos" type="fix" issue="MPPLUGIN-26">plugin:download didn't redownload SNAPSHOT plugins.</action>
<action dev="aheritier" type="add" issue="MPPLUGIN-3">Resolve project.xml inheritance when installing plugin. plugin:plugin goal now requires at least maven 1.1 and maven-artifact-plugin 1.7.</action> <action dev="aheritier" type="add" issue="MPPLUGIN-3">Resolve project.xml inheritance when installing plugin. plugin:plugin goal now requires at least maven 1.1 and maven-artifact-plugin 1.7.</action>
<action dev="ltheussl" type="add">new plugin:validate-xml tag to validate xml documents against a schema.</action> <action dev="ltheussl" type="add">new plugin:validate-xml tag to validate xml documents against a schema.</action>
<action dev="aheritier" type="add">new assert:assertPluginAvailable tag to check if a minimal release of a plugin is present.</action> <action dev="aheritier" type="add">new assert:assertPluginAvailable tag to check if a minimal release of a plugin is present.</action>
</release> </release>
<release version="1.6" date="2005-06-03"> <release version="1.6" date="2005-06-03">
<action dev="vmassol" type="add">Added new <action dev="vmassol" type="add">Added new
<code>assert:assertFileContains</code>tag that verifies if a file contains a specific string. <code>assert:assertFileContains</code>tag that verifies if a file contains a specific string.
</action> </action>
<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"> <release version="1.5.2" date="2004-11-10">
<action dev="brett" type="fix">Remove deploy warning</action> <action dev="brett" type="fix">Remove deploy warning</action>
</release> </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>
</release> </release>
<release version="1.5" date="2004-06-28"> <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="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">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> <action dev="brett" type="update">plugin goal no longer installs to local repository: use plugin:repository-install</action>
<action dev="brett" type="update">Use the artifact plugin instead of the deploy plugin</action> <action dev="brett" type="update">Use the artifact plugin instead of the deploy plugin</action>
</release> </release>
<release version="1.4" date="2004-05-13"> <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>
<release version="1.3" date="2004-03-22"> <release version="1.3" date="2004-03-22">
<action dev="brett" type="fix" issue="MPPLUGIN-13">Create local repository directory first so plugin:download doesn't fail when it doesn't exist</action> <action dev="brett" type="fix" issue="MPPLUGIN-13">Create local repository directory first so plugin:download doesn't fail when it doesn't exist</action>
<action dev="dion" type="update">Add optional msg attribute to assertFileExists and assertEquals tags</action> <action dev="dion" type="update">Add optional msg attribute to assertFileExists and assertEquals tags</action>
<action dev="brett" type="fix" issue="MPPLUGIN-12">Don't uninstall incorrect plugins when running plugin:download</action> <action dev="brett" type="fix" issue="MPPLUGIN-12">Don't uninstall incorrect plugins when running plugin:download</action>
</release> </release>
<release version="1.2" date="2004-03-07"> <release version="1.2" date="2004-03-07">
<action dev="epugh" type="update">Fixed the plugin:download goal to work. Previously it would delete the plugin you just downloaded. Also now leverages the plugin:uninstall goal.</action> <action dev="epugh" type="update">Fixed the plugin:download goal to work. Previously it would delete the plugin you just downloaded. Also now leverages the plugin:uninstall goal.</action>
<action dev="vmassol" type="add">Added assert:assertEquals tag to verify if two values are equal while testing a plugin.</action> <action dev="vmassol" type="add">Added assert:assertEquals tag to verify if two values are equal while testing a plugin.</action>
<action dev="vmassol" type="add">Added assert:assertFileExists tag to verify if a file exists while testing a plugin.</action> <action dev="vmassol" type="add">Added assert:assertFileExists tag to verify if a file exists while testing a plugin.</action>
<action dev="dion" type="add">Add plugin:test goal</action> <action dev="dion" type="add">Add plugin:test goal</action>
<action dev="brett" type="add">Add plugin:repository-deploy goal</action> <action dev="brett" type="add">Add plugin:repository-deploy goal</action>
<action dev="brett" type="update">Split plugin:download goal into plugin:download-artifact goal and the original goal that downloads and installs the plugin. Download to local repository as well.</action> <action dev="brett" type="update">Split plugin:download goal into plugin:download-artifact goal and the original goal that downloads and installs the plugin. Download to local repository as well.</action>
</release> </release>
<release version="1.1" date="2003-09-29"> <release version="1.1" date="2003-09-29">
<action dev="dion" type="add">Added plugin:download goal</action> <action dev="dion" type="add">Added plugin:download goal</action>
<action dev="evenisse" type="fix" issue="MAVEN-708">Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file.</action> <action dev="evenisse" type="fix" issue="MAVEN-708">Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file.</action>
</release> </release>
</body> </body>
</document> </document>