[maven-scm-plugin] prepare release 1.5.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535806 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-05-07 09:24:22 +00:00
parent 9a2df94c20
commit 4d699dde8a
2 changed files with 74 additions and 69 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-multiproject-plugin</id> <id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plugin</name> <name>Maven Multi-Project Plugin</name>
<currentVersion>1.5.1-SNAPSHOT</currentVersion> <currentVersion>1.5.1</currentVersion>
<description>A plugin to handle the building of multiple projects within maven.</description> <description>A plugin to handle the building of multiple projects within maven.</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription> <shortDescription>Multi-Project Plugin for Maven</shortDescription>
<versions> <versions>
@ -67,6 +67,11 @@
<name>1.5</name> <name>1.5</name>
<tag>MAVEN_MULTIPROJECT_1_5</tag> <tag>MAVEN_MULTIPROJECT_1_5</tag>
</version> </version>
<version>
<id>1.5.1</id>
<name>1.5.1</name>
<tag>MAVEN_MULTIPROJECT_1_5_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -18,83 +18,83 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.5.1-SNAPSHOT" date="in SVN"> <release version="1.5.1" date="2007-05-07">
<action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action> <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action>
<action dev="ltheussl" type="update">Update to velocity 1.5.</action> <action dev="ltheussl" type="update">Update to velocity 1.5.</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-68" due-to="Shinobu Kawai">Only register the dependency convergence report if there are child projects.</action> <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-68" due-to="Shinobu Kawai">Only register the dependency convergence report if there are child projects.</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-67" due-to="Shinobu Kawai">maven-multiproject-plugin:deregister does not work.</action> <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-67" due-to="Shinobu Kawai">maven-multiproject-plugin:deregister does not work.</action>
</release> </release>
<release version="1.5" date="2006-05-07"> <release version="1.5" date="2006-05-07">
<action dev="aheritier" type="fix" issue="MPMULTIPROJECT-63">Error when generating navigation.xml.</action> <action dev="aheritier" type="fix" issue="MPMULTIPROJECT-63">Error when generating navigation.xml.</action>
<action dev="ltheussl" type="add" issue="MPMULTIPROJECT-58" due-to="Lucas Persson">Possibility to re-execute <action dev="ltheussl" type="add" issue="MPMULTIPROJECT-58" due-to="Lucas Persson">Possibility to re-execute
<code>multiproject:projects-init</code>. <code>multiproject:projects-init</code>.
</action> </action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-45">multiproject:clean doesn't remove top target directory.</action> <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-45">multiproject:clean doesn't remove top target directory.</action>
<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>maven v1.0 -&gt; v1.0.2</li> <li>maven v1.0 -&gt; v1.0.2</li>
<li>maven-model v3.0.0 -&gt; v3.0.1</li> <li>maven-model v3.0.0 -&gt; v3.0.1</li>
<li>velocity v1.4-dev -&gt; v1.4</li> <li>velocity v1.4-dev -&gt; v1.4</li>
</ul> </ul>
</action> </action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-44">multiproject:site fails if sub-projects has a &amp;amp; on POM.</action> <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-44">multiproject:site fails if sub-projects has a &amp;amp; on POM.</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-49">Can not mix multiproject goals with other/custom goals.</action> <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-49">Can not mix multiproject goals with other/custom goals.</action>
</release> </release>
<release version="1.4.1" date="2005-06-07"> <release version="1.4.1" date="2005-06-07">
<action dev="vmassol" type="fix">Set version of the <action dev="vmassol" type="fix">Set version of the
<code>maven-model</code>dependency to <code>maven-model</code>dependency to
<code>3.0.0</code>(it was pointing to a SNAPSHOT version). <code>3.0.0</code>(it was pointing to a SNAPSHOT version).
</action> </action>
</release> </release>
<release version="1.4" date="2005-06-05"> <release version="1.4" date="2005-06-05">
<action dev="brett" type="fix">multiproject:install[-snapshot] and multiproject:deploy[-snapshot] now call plugin:repository-* for plugins instead of plugin:* which are not correct</action> <action dev="brett" type="fix">multiproject:install[-snapshot] and multiproject:deploy[-snapshot] now call plugin:repository-* for plugins instead of plugin:* which are not correct</action>
<action dev="brett" type="update">Make compatible with Maven 1.1</action> <action dev="brett" type="update">Make compatible with Maven 1.1</action>
<action dev="dion" type="fix" issue="MPMULTIPROJECT-41">Document multiproject dependency convergence report</action> <action dev="dion" type="fix" issue="MPMULTIPROJECT-41">Document multiproject dependency convergence report</action>
<action dev="dion" type="add" issue="MPMULTIPROJECT-33">Add multiproject:site-deploy</action> <action dev="dion" type="add" issue="MPMULTIPROJECT-33">Add multiproject:site-deploy</action>
<action dev="brett" type="update">Deprecate dependency handle</action> <action dev="brett" type="update">Deprecate dependency handle</action>
</release> </release>
<release version="1.3.1" date="2004-06-28"> <release version="1.3.1" date="2004-06-28">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
<action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action> <action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action>
</release> </release>
<release version="1.3" date="2004-05-13"> <release version="1.3" date="2004-05-13">
<action dev="evenisse" type="fix">Fix navigation template for independent navigation</action> <action dev="evenisse" type="fix">Fix navigation template for independent navigation</action>
<action dev="vmassol" type="update">When executing <action dev="vmassol" type="update">When executing
<code>multiproject:site</code>, generate the top level site after the subprojects site have been generated. This is required if the top level site generation depends on subproject site generation information. <code>multiproject:site</code>, generate the top level site after the subprojects site have been generated. This is required if the top level site generation depends on subproject site generation information.
</action> </action>
<action dev="vmassol" type="add" issue="MPMULTIPROJECT-27">Added new <action dev="vmassol" type="add" issue="MPMULTIPROJECT-27">Added new
<code>maven.multiproject.site.goals</code>property which defines the list of goals to be executed by the <code>maven.multiproject.site.goals</code>property which defines the list of goals to be executed by the
<code>multiproject:site</code>goal. <code>multiproject:site</code>goal.
</action> </action>
<action dev="brett" type="add">Utilise new reactor parameter "projectList" to avoid reloading projects</action> <action dev="brett" type="add">Utilise new reactor parameter "projectList" to avoid reloading projects</action>
<action dev="brett" type="add">Add a dependency-handle tag so that you can use multiproject properties in your plugin without calling the goals.</action> <action dev="brett" type="add">Add a dependency-handle tag so that you can use multiproject properties in your plugin without calling the goals.</action>
</release> </release>
<release version="1.2" date="2004-03-07"> <release version="1.2" date="2004-03-07">
<action dev="evenisse" type="fix">Fix dependency convergence page when project have no dependency.</action> <action dev="evenisse" type="fix">Fix dependency convergence page when project have no dependency.</action>
<action dev="dion" type="fix" issue="MAVEN-887"/> <action dev="dion" type="fix" issue="MAVEN-887"/>
<action dev="dion" type="fix">Only run all sub projects 'site' goal on multiproject site if navigation type is aggregate. Otherwise the info is not needed (i.e. independent).</action> <action dev="dion" type="fix">Only run all sub projects 'site' goal on multiproject site if navigation type is aggregate. Otherwise the info is not needed (i.e. independent).</action>
</release> </release>
<release version="1.1" date="2003-09-29"> <release version="1.1" date="2003-09-29">
<action dev="dion" type="update">Update docs on overview page</action> <action dev="dion" type="update">Update docs on overview page</action>
<action dev="dion" type="update">set maven.xdoc.version to 1.0 for the site</action> <action dev="dion" type="update">set maven.xdoc.version to 1.0 for the site</action>
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action> <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
</release> </release>
<release version="1.0" date="2003-08-28"> <release version="1.0" date="2003-08-28">
<action dev="dion" type="update">update to velocity 1.4-dev</action> <action dev="dion" type="update">update to velocity 1.4-dev</action>
<action dev="dion" type="update">Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml as the nav source for user supplied nav templates</action> <action dev="dion" type="update">Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml as the nav source for user supplied nav templates</action>
<action dev="dion" type="fix">Bad j:set tags fixed</action> <action dev="dion" type="fix">Bad j:set tags fixed</action>
<action dev="rafal" type="update">Made aggregation directory configurable, use artifactId instead of name for creating site directories / URLs.</action> <action dev="rafal" type="update">Made aggregation directory configurable, use artifactId instead of name for creating site directories / URLs.</action>
<action dev="dion" type="update">Updated multiproject:site to automate navigation generation for all projects</action> <action dev="dion" type="update">Updated multiproject:site to automate navigation generation for all projects</action>
<action dev="michal" type="add">Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility</action> <action dev="michal" type="add">Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility</action>
<action dev="dion" type="update">Rename plugin from reactor to multiproject to reduce confusion</action> <action dev="dion" type="update">Rename plugin from reactor to multiproject to reduce confusion</action>
<action dev="dion" type="add">Initial creation during 1.0-beta 10 dev phase</action> <action dev="dion" type="add">Initial creation during 1.0-beta 10 dev phase</action>
</release> </release>
</body> </body>
</document> </document>