maven-plugins/jalopy/xdocs/changes.xml
aheritier 4eee931710 Use recent releases of dependencies to allow developers to use them in plugins :
* commons-logging v1.0.3 -> v1.0.4
* log4j v1.2.8 -> v1.2.12

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@321081 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 12:00:34 +00:00

51 lines
2.1 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-SNAPSHOT" date="In SVN">
<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>