diff --git a/pom/project.xml b/pom/project.xml
index f3e935b6..67e7a49b 100644
--- a/pom/project.xml
+++ b/pom/project.xml
@@ -22,7 +22,7 @@
3
maven-pom-plugin
Maven POM Plugin
- 1.5.1-SNAPSHOT
+ 1.5.1
Basic validation and updating mechanisms for your Project Object Model.
Check Project Object Model
@@ -46,6 +46,11 @@
1.5
MAVEN_POM_1_5
+
+ 1.5.1
+ 1.5.1
+ MAVEN_POM_1_5_1
+
diff --git a/pom/xdocs/changes.xml b/pom/xdocs/changes.xml
index b2c84828..0cd5bacb 100644
--- a/pom/xdocs/changes.xml
+++ b/pom/xdocs/changes.xml
@@ -17,45 +17,45 @@
* limitations under the License.
*/
-->
-
-
- Changes
- dIon Gillard
-
-
-
- Fix schema for pom:validate, the id element is deprecated and replaced by groupId/artifactId.
- Update dom4j dependency to match the ones in maven 1.1 core.
-
-
-
+
+
+ Changes
+ dIon Gillard
+
+
+
+ Fix schema for pom:validate, the id element is deprecated and replaced by groupId/artifactId.
+ Update dom4j dependency to match the ones in maven 1.1 core.
+
+
+
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
-
-
-
-
- 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
-
-
+
+ - 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
+
+