git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@396338 13f79535-47bb-0310-9956-ffa450edef68
58 lines
2.6 KiB
XML
58 lines
2.6 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="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.4.1-SNAPSHOT" date="In SVN">
|
|
<action dev="aheritier" type="fix" issue="MPJALOPY-9">Jalopy classes aren't found.</action>
|
|
<action dev="aheritier" type="update" issue="MAVEN-1753">Replace the deprecated xmlParserAPIs by xml-apis 1.3.03.</action>
|
|
</release>
|
|
<release version="1.4" date="2006-01-15">
|
|
<action dev="carlos" type="update">Update to jalopy 1.5b5 adding support for java 5.</action>
|
|
<action dev="evenisse" type="update" issue="MPJALOPY-8">Update license to Apache 2.0.</action>
|
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
|
<ul>
|
|
<li>jdom v1.0b8 -> v1.0</li>
|
|
<li>log4j v1.2.8 -> v1.2.12</li>
|
|
<li>oro v2.0.7 -> v2.0.8</li>
|
|
</ul>
|
|
</action>
|
|
</release>
|
|
<release version="1.3.1" date="2004-10-23">
|
|
<action dev="evenisse" type="update" issue="MPJALOPY-3">Matchs Jalopy and checkstyle.</action>
|
|
<action dev="evenisse" type="update" issue="MPJALOPY-6">Allows multiple includes/excludes patterns.</action>
|
|
</release>
|
|
<release version="1.3" date="2004-07-08">
|
|
<action dev="evenisse" type="update" issue="MPJALOPY-5">Add some exclude properties.</action>
|
|
<action dev="evenisse" type="update">Move to jalopy 1.0b11</action>
|
|
</release>
|
|
<release version="1.2" date="2004-05-15"/>
|
|
<release version="1.1" date="2003-09-29">
|
|
<action dev="evenisse" type="fix">Fixed MAVEN-798. Add Test source formatting.</action>
|
|
<action dev="dion" type="update">Move to oro 2.0.7</action>
|
|
<action dev="dion" type="update">Move to log4j 1.2.8</action>
|
|
<action dev="evenisse" type="fix">Fixed directory of plugin resources.</action>
|
|
</release>
|
|
</body>
|
|
</document>
|