diff --git a/multiproject/project.xml b/multiproject/project.xml
index fcf7d391..655c0295 100644
--- a/multiproject/project.xml
+++ b/multiproject/project.xml
@@ -22,7 +22,7 @@
../plugin-parent/project.xml
maven-multiproject-plugin
Maven Multi-Project Plug-in
- 1.3-SNAPSHOT
+ 1.3
A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3
Multi-Project Plugin for Maven
http://maven.apache.org/reference/plugins/multiproject/
@@ -52,7 +52,7 @@
1.3
1.3
- HEAD
+ MAVEN_MULTIPROJECT_1_3
diff --git a/multiproject/xdocs/changes.xml b/multiproject/xdocs/changes.xml
index fcb6b0db..26c19ed2 100644
--- a/multiproject/xdocs/changes.xml
+++ b/multiproject/xdocs/changes.xml
@@ -25,26 +25,21 @@
Vincent Massol
-
+
Fix navigation template for independent navigation
-
- When executing multiproject:site, 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.
+ When executing
+ multiproject:site, 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.
-
- Added new maven.multiproject.site.goals property which
- defines the list of goals to be executed by the
- multiproject:site goal.
+ Added new
+ maven.multiproject.site.goalsproperty which defines the list of goals to be executed by the
+ multiproject:sitegoal.
Utilise new reactor parameter "projectList" to avoid reloading projects
- Add a dependency-handle tag so that you can use multiproject properties in
- your plugin without calling the goals.
+ Add a dependency-handle tag so that you can use multiproject properties in your plugin without calling the goals.
Fix dependency convergence page when project have no dependency.
-
+
Only run all sub projects 'site' goal on multiproject site if navigation type is aggregate. Otherwise the info is not needed (i.e. independent).