git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114112 13f79535-47bb-0310-9956-ffa450edef68
29 lines
836 B
XML
29 lines
836 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<release version="1.1" date="2003-09-29">
|
|
<action dev="dion" type="fix">
|
|
Remove clean:classes and clean:docs goals, as they are in an inappropriate place
|
|
</action>
|
|
<action dev="dion" type="fix" due-to="gabriel">
|
|
Apply docs patch, fix bad code in the clean:classes and clean:docs goals
|
|
</action>
|
|
</release>
|
|
<release version="1.0" date="Unknown">
|
|
<action dev="evenisse" type="add">
|
|
Add clean:classes and clean:docs goals.
|
|
</action>
|
|
<action dev="evenisse" type="add">
|
|
Initial plugin created. Goals are moved from java plugin.
|
|
</action>
|
|
</release>
|
|
|
|
</body>
|
|
</document>
|
|
|