maven-plugins/jnlp/xdocs/changes.xml
jvanzyl 1a565ab4e0 adding change
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114564 13f79535-47bb-0310-9956-ffa450edef68
2004-01-07 00:02:24 +00:00

35 lines
1.2 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.2" date="2003-09-29">
<action dev="jvanzyl" type="update">
Remove the need for ${pom} interpolation in properties. The
use of the maven:property tag is now used to glean a default property.
</action>
<action dev="evenisse" type="fix">
Fixes for MAVEN-518.
Artifact processing in the plugin
was slightly changed and now it supports jar overriding mechanism
</action>
<action dev="evenisse" type="fix" due-to="James Macgill">
Fix Maven-343. Support large jar files.
</action>
<action dev="evenisse" type="fix">
Fix generated jnlp file. We use now argument tag instead of sysproperty tag.
</action>
</release>
<release version="1.1" date="in CVS">
<action dev="evenisse" type="add" due-to="Dominique Collette">
Add the possibility to choose the main jar.
</action>
</release>
</body>
</document>