From 7c88e9e86d55c2a499d036a5f9ca8eee339f2c44 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 8 May 2006 03:59:32 +0000 Subject: [PATCH] [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 --- multiproject/project.xml | 11 ++++++++--- multiproject/xdocs/changes.xml | 15 ++++++++------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/multiproject/project.xml b/multiproject/project.xml index 2c56edc6..190c7429 100644 --- a/multiproject/project.xml +++ b/multiproject/project.xml @@ -1,4 +1,5 @@ + - + ../plugins-parent/project.xml 3 maven-multiproject-plugin Maven Multi-Project Plugin - 1.5-SNAPSHOT + 1.5 A plugin to handle the building of multiple projects within maven. Multi-Project Plugin for Maven @@ -61,6 +61,11 @@ 1.4.1 MAVEN_MULTIPROJECT_1_4_1 + + 1.5 + 1.5 + MAVEN_MULTIPROJECT_1_5 + diff --git a/multiproject/xdocs/changes.xml b/multiproject/xdocs/changes.xml index 2585cd81..6fd9d2b2 100644 --- a/multiproject/xdocs/changes.xml +++ b/multiproject/xdocs/changes.xml @@ -17,7 +17,6 @@ * limitations under the License. */ --> - Changes @@ -25,15 +24,17 @@ Vincent Massol - + Error when generating navigation.xml. - Possibility to re-execute multiproject:projects-init. + Possibility to re-execute + multiproject:projects-init. + multiproject:clean doesn't remove top target directory. - Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
    -
  • maven v1.0 -> v1.0.2
  • -
  • maven-model v3.0.0 -> v3.0.1
  • -
  • velocity v1.4-dev -> v1.4
  • +
  • maven v1.0 -> v1.0.2
  • +
  • maven-model v3.0.0 -> v3.0.1
  • +
  • velocity v1.4-dev -> v1.4
multiproject:site fails if sub-projects has a & on POM.