git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114121 13f79535-47bb-0310-9956-ffa450edef68
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
|
<author email="vmassol@pivolis.com">Vincent Massol</author>
|
|
<author email="jason@maven.org">Jason van Zyl</a>
|
|
</properties>
|
|
|
|
<body>
|
|
<release version="2.0" date="in CVS">
|
|
<action dev="jvanzyl" type="add">
|
|
The AspectJ plugin has been moved out of the core of Maven so it can
|
|
be released independently of Maven.
|
|
</action>
|
|
<action dev="vmassol" type="add">
|
|
Complete rewrite of the plugin. Now using AspectJ 1.1 and performing
|
|
binary weaving on jar generated by the <code>jar:jar</code> goal. Also
|
|
supports creation and weaving-in of reusable aspect libraries.
|
|
</action>
|
|
</release>
|
|
<release version="1.1" date="2003-09-21">
|
|
<action dev="dion" type="add">
|
|
Added documentation for navigation, changes, properties and goals
|
|
</action>
|
|
</release>
|
|
<release version="1.0" date="2002-07-16">
|
|
<action dev="jvanzyl" type="add">
|
|
Original release for Maven 1.0-beta6
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|
|
|