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.