diff --git a/pom/project.xml b/pom/project.xml index 1abe2c72..911df5fd 100644 --- a/pom/project.xml +++ b/pom/project.xml @@ -17,14 +17,12 @@ * limitations under the License. */ --> - - + ../plugin-parent/project.xml 3 maven-pom-plugin Maven POM Plugin - 1.5-SNAPSHOT + 1.5 Check Project Object Model http://maven.apache.org/maven-1.x/reference/plugins/pom/ @@ -51,6 +49,11 @@ 1.4.1 MAVEN_POM_1_4_1 + + 1.5 + 1.5 + MAVEN_POM_1_5 + diff --git a/pom/xdocs/changes.xml b/pom/xdocs/changes.xml index e583a7bb..ca505f23 100644 --- a/pom/xdocs/changes.xml +++ b/pom/xdocs/changes.xml @@ -1,4 +1,5 @@ - + + - Changes dIon Gillard - - pom:validate doesn't work with <extend>. - pom:validate doesn't work. - Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + + + pom:validatedoesn't work with + <extend>. + + + pom:validatedoesn't work. + + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
    -
  • dom4j v1.4-dev-8 -> v1.4
  • -
  • maven v1.0 -> v1.0.2
  • +
  • dom4j v1.4-dev-8 -> v1.4
  • +
  • maven v1.0 -> v1.0.2
-
- - Build and run plugin against the installed version of Maven - - - - remove empty pom:update goal - - - Add missing xml-apis jar. - - - Verify valid POM versions. Only "3" and "4" are currently allowed. - - - Added support for validating different POM versions. - - - - - Make pom:validate work again. The xerces upgrade broke jarv. - Now using jing - - - Upgrade to maven 1.0 beta 10 and dom4j 1.4 - - - Upgrade to dom4j 1.4-dev-8 - - - Bring back pom:validate - - - +
+ + Build and run plugin against the installed version of Maven + + + remove empty pom:update goal + Add missing xml-apis jar. + Verify valid POM versions. Only "3" and "4" are currently allowed. + Added support for validating different POM versions. + + + Make pom:validate work again. The xerces upgrade broke jarv. Now using jing + Upgrade to maven 1.0 beta 10 and dom4j 1.4 + Upgrade to dom4j 1.4-dev-8 + Bring back pom:validate + +
-