- Upped the project version to 1.2-SNAPSHOT - Documented new properties - Added changes record for this release git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113245 13f79535-47bb-0310-9956-ffa450edef68
32 lines
792 B
XML
32 lines
792 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<release version="1.2" date="in CVS">
|
|
<action dev="dion" type="add" due-to="John Casey">
|
|
Added properties <code>maven.site.gunzip.executable</code>
|
|
and <code>maven.site.tar.executable</code>
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.1" date="2002-02-12">
|
|
<action dev="dion" type="add" due-to="Alef Arendsen">
|
|
Added ability to deploy via filesystem
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.0" date="2002-08-04">
|
|
<action dev="jvanzyl" type="add">
|
|
Original release for Maven 1.0-beta6
|
|
</action>
|
|
</release>
|
|
|
|
</body>
|
|
</document>
|
|
|