[maven-scm-plugin] prepare release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@404913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-05-08 03:59:32 +00:00
parent bccd8c94c1
commit 7c88e9e86d
2 changed files with 16 additions and 10 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2005 The Apache Software Foundation.
@ -16,13 +17,12 @@
* limitations under the License.
*/
-->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plugin</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<currentVersion>1.5</currentVersion>
<description>A plugin to handle the building of multiple projects within maven.</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
<versions>
@ -61,6 +61,11 @@
<name>1.4.1</name>
<tag>MAVEN_MULTIPROJECT_1_4_1</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_MULTIPROJECT_1_5</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@ -25,15 +24,17 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="in SVN">
<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="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 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>
<li>maven v1.0 -&gt; v1.0.2</li>
<li>maven-model v3.0.0 -&gt; v3.0.1</li>
<li>velocity v1.4-dev -&gt; v1.4</li>
</ul>
</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-44">multiproject:site fails if sub-projects has a &amp;amp; on POM.</action>