git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@122831 13f79535-47bb-0310-9956-ffa450edef68
60 lines
3.4 KiB
XML
60 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<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.5" date="In CVS">
|
|
<action dev="evenisse" type="add" issue="MPJNLP-21">Add a default value for maven.jnlp.vendor property.</action>
|
|
</release>
|
|
<release version="1.4.1" date="2004-08-26">
|
|
<action dev="evenisse" type="add" issue="MPJNLP-2">Add extension support.</action>
|
|
<action dev="dion" type="fix" issue="MPJNLP-13">Fix bad signed jar name</action>
|
|
</release>
|
|
<release version="1.4" date="2004-07-12">
|
|
<action dev="dion" type="add">Add initial attempt at test project</action>
|
|
<action dev="evenisse" type="fix" issue="MPJNLP-9">Initialize correctly jnlp:generate-keystore goal.</action>
|
|
<action dev="evenisse" type="add" due-to="Pelle Braendgaard" issue="MPJNLP-8">Added Support for JarDiff.</action>
|
|
<action dev="evenisse" type="add">Added maven.jnlp.signjar.storetype property.</action>
|
|
<action dev="evenisse" due-to="Martin van den Bemt" type="fix" issue="MPJNLP-12">Documented the maven.jnlp.properties and made it work correctly</action>
|
|
<action dev="evenisse" due-to="Martin van den Bemt" type="fix">Created By is now set to Apache Maven instead of Apache Jakarta Maven</action>
|
|
</release>
|
|
<release version="1.3" date="2004-03-10">
|
|
<action dev="evenisse" type="add" issue="MPJNLP-7">Added extra property maven.jnlp.cert.version to support certificate renewals.</action>
|
|
<action dev="evenisse" type="fix" issue="MPJNLP-6">Updated jarversions support to take SNAPSHOT jars into account.</action>
|
|
<action dev="evenisse" type="fix" issue="MPJNLP-1"/>
|
|
<action dev="evenisse" type="fix" issue="MPJNLP-4">Add support for jar versions.</action>
|
|
<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>
|
|
</release>
|
|
<release version="1.2" date="2003-09-29">
|
|
<action dev="evenisse" type="fix" issue="MAVEN-518">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" issue="MAVEN-343">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>
|