git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113280 13f79535-47bb-0310-9956-ffa450edef68
22 lines
485 B
XML
22 lines
485 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<release version="1.0" date="in cvs">
|
|
<action dev="evenisse" type="add">
|
|
Add clean:classes and clean:docs goals.
|
|
</action>
|
|
<action dev="evenisse" type="add">
|
|
Initial plugin created. Goals are move from java plugin.
|
|
</action>
|
|
</release>
|
|
|
|
</body>
|
|
</document>
|
|
|