[maven-scm-plugin] prepare release 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-13 11:38:21 +00:00
parent e428f44138
commit 47000a4842
2 changed files with 10 additions and 15 deletions

View File

@ -22,7 +22,7 @@
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<id>maven-multiproject-plugin</id> <id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plug-in</name> <name>Maven Multi-Project Plug-in</name>
<currentVersion>1.3-SNAPSHOT</currentVersion> <currentVersion>1.3</currentVersion>
<description>A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3</description> <description>A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription> <shortDescription>Multi-Project Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/multiproject/</url> <url>http://maven.apache.org/reference/plugins/multiproject/</url>
@ -52,7 +52,7 @@
<version> <version>
<id>1.3</id> <id>1.3</id>
<name>1.3</name> <name>1.3</name>
<tag>HEAD</tag> <tag>MAVEN_MULTIPROJECT_1_3</tag>
</version> </version>
</versions> </versions>
<developers> <developers>

View File

@ -25,26 +25,21 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.3-SNAPSHOT" date="in CVS"> <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"> <action dev="vmassol" type="update">When executing
When executing <code>multiproject:site</code>, generate the top level <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.
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"> <action dev="vmassol" type="add" issue="MPMULTIPROJECT-27">Added new
Added new <code>maven.multiproject.site.goals</code> property which <code>maven.multiproject.site.goals</code>property which defines the list of goals to be executed by the
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 <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>
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> <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">