Author: ltheussl
Date: Mon May 7 02:24:22 2007
New Revision: 535806
URL: http://svn.apache.org/viewvc?view=rev&rev=535806
Log:
[maven-scm-plugin] prepare release 1.5.1
Modified:
maven/maven-1/plugins/trunk/multiproject/project.xml
maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/multiproject/project.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multiproject/project.xml?view=diff&rev=535806&r1=535805&r2=535806
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/project.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/project.xml Mon May 7 02:24:22
2007
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-multiproject-plugin</id>
<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>
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
<versions>
@@ -66,6 +66,11 @@
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_MULTIPROJECT_1_5</tag>
+ </version>
+ <version>
+ <id>1.5.1</id>
+ <name>1.5.1</name>
+ <tag>MAVEN_MULTIPROJECT_1_5_1</tag>
</version>
</versions>
<developers>
Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml?view=diff&rev=535806&r1=535805&r2=535806
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Mon May 7
02:24:22 2007
@@ -18,83 +18,83 @@
* limitations under the License.
*/
-->
-<document>
- <properties>
- <title>Changes</title>
- <author email="[EMAIL PROTECTED]">dIon Gillard</author>
- <author email="[EMAIL PROTECTED]">Vincent Massol</author>
- </properties>
- <body>
- <release version="1.5.1-SNAPSHOT" date="in SVN">
- <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="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>
- </release>
- <release version="1.5" date="2006-05-07">
- <action dev="aheritier" type="fix" issue="MPMULTIPROJECT-63">Error when
generating navigation.xml.</action>
+<document>
+ <properties>
+ <title>Changes</title>
+ <author email="[EMAIL PROTECTED]">dIon Gillard</author>
+ <author email="[EMAIL PROTECTED]">Vincent Massol</author>
+ </properties>
+ <body>
+ <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="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-67"
due-to="Shinobu Kawai">maven-multiproject-plugin:deregister does not
work.</action>
+ </release>
+ <release version="1.5" date="2006-05-07">
+ <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
<code>multiproject:projects-init</code>.
- </action>
- <action dev="ltheussl" type="fix"
issue="MPMULTIPROJECT-45">multiproject:clean doesn't remove top target
directory.</action>
+ </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 :
- <ul>
- <li>maven v1.0 -> v1.0.2</li>
- <li>maven-model v3.0.0 -> v3.0.1</li>
- <li>velocity v1.4-dev -> v1.4</li>
- </ul>
- </action>
- <action dev="ltheussl" type="fix"
issue="MPMULTIPROJECT-44">multiproject:site fails if sub-projects has a
&amp; on POM.</action>
- <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-49">Can not mix
multiproject goals with other/custom goals.</action>
- </release>
- <release version="1.4.1" date="2005-06-07">
+ <ul>
+ <li>maven v1.0 -> v1.0.2</li>
+ <li>maven-model v3.0.0 -> v3.0.1</li>
+ <li>velocity v1.4-dev -> v1.4</li>
+ </ul>
+ </action>
+ <action dev="ltheussl" type="fix"
issue="MPMULTIPROJECT-44">multiproject:site fails if sub-projects has a
&amp; on POM.</action>
+ <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-49">Can not mix
multiproject goals with other/custom goals.</action>
+ </release>
+ <release version="1.4.1" date="2005-06-07">
<action dev="vmassol" type="fix">Set version of the
<code>maven-model</code>dependency to
<code>3.0.0</code>(it was pointing to a SNAPSHOT version).
- </action>
- </release>
- <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="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="add" issue="MPMULTIPROJECT-33">Add
multiproject:site-deploy</action>
- <action dev="brett" type="update">Deprecate dependency handle</action>
- </release>
- <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" issue="MPMULTIPROJECT-31">Make sure
source directory exists as some circumstances cause it not to</action>
- </release>
- <release version="1.3" date="2004-05-13">
- <action dev="evenisse" type="fix">Fix navigation template for
independent navigation</action>
+ </action>
+ </release>
+ <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="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="add" issue="MPMULTIPROJECT-33">Add
multiproject:site-deploy</action>
+ <action dev="brett" type="update">Deprecate dependency handle</action>
+ </release>
+ <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" issue="MPMULTIPROJECT-31">Make sure
source directory exists as some circumstances cause it not to</action>
+ </release>
+ <release version="1.3" date="2004-05-13">
+ <action dev="evenisse" type="fix">Fix navigation template for
independent navigation</action>
<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.
- </action>
+ </action>
<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>multiproject:site</code>goal.
- </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>
- </release>
- <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="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>
- </release>
- <release version="1.1" date="2003-09-29">
- <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">update to use
maven.docs.*/maven.gen.docs</action>
- </release>
- <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">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="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="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="add">Initial creation during 1.0-beta 10 dev
phase</action>
- </release>
- </body>
+ </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>
+ </release>
+ <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="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>
+ </release>
+ <release version="1.1" date="2003-09-29">
+ <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">update to use
maven.docs.*/maven.gen.docs</action>
+ </release>
+ <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">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="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="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="add">Initial creation during 1.0-beta 10 dev
phase</action>
+ </release>
+ </body>
</document>