maven-plugins/pom/xdocs/changes.xml

36 lines
1.0 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<releases>
<release version="1.4" date="in CVS">
<action dev="vmassol" type="add">
Verify valid POM versions. Only "3" and "4" are currently allowed.
</action>
<action dev="vmassol" type="add">
Added support for validating different POM versions.
</action>
</release>
<release version="1.3" date="2003-09-29">
<action dev="dion" type="fix">
Make pom:validate work again. The xerces upgrade broke jarv.
Now using jing
</action>
<action dev="dion" type="update">
Upgrade to maven 1.0 beta 10 and dom4j 1.4
</action>
<action dev="dion" type="update">
Upgrade to dom4j 1.4-dev-8
</action>
<action dev="dion" type="fix">
Bring back pom:validate
</action>
</release>
</releases>
</body>
</document>