diff --git a/plugin/project.xml b/plugin/project.xml index 617394d9..b2b55c73 100644 --- a/plugin/project.xml +++ b/plugin/project.xml @@ -1,4 +1,5 @@ + - + ../plugin-parent/project.xml 3 maven-plugin-plugin Maven Plugin Plugin - 1.7-SNAPSHOT + 1.7 Maven Plugin management plugin. Maven Plugin plugin http://maven.apache.org/maven-1.x/reference/plugins/plugin/ @@ -69,6 +69,11 @@ 1.6 MAVEN_PLUGIN_1_6 + + 1.7 + 1.7 + MAVEN_PLUGIN_1_7 + diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 1bc87e44..cdb7da68 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -23,14 +23,14 @@ Emmanuel Venisse - - 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 :
    -
  • commons-jelly-tags-xml v1.0 -> v1.1
  • -
  • commons-logging v1.0.3 -> v1.0.4
  • -
  • jdom v b10 -> v1.0
  • -
  • xercesImpl v 2.4.0 -> v2.6.2
  • -
  • xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
  • +
  • commons-jelly-tags-xml v1.0 -> v1.1
  • +
  • commons-logging v1.0.3 -> v1.0.4
  • +
  • jdom v b10 -> v1.0
  • +
  • xercesImpl v 2.4.0 -> v2.6.2
  • +
  • xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
Allow plugin-test directory to be changed.