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

84 lines
4.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.1" 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>log4j v1.2.8 -> v1.2.12</li>
<li>oro v2.0.7 -> v2.0.8</li>
<li>velocity v1.3 -> v1.4</li>
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
<li>xmlParserAPIs v 2.2.1 -> v2.6.2</li>
</ul>
</action>
<action dev="evenisse" type="fix">Open report in a new window.</action>
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-20">Allow comma separeted values for maven.jcoverage.instrumentation.excludes.</action>
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-16">Fix tests failures when user use maven.jcoverage.instrumentation.excludes</action>
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-18">Fix report for Inner/anonymous classes.</action>
</release>
<release version="1.0.9" date="2004-11-10">
<action dev="brett" type="fix">Fix incorrect usage of maven:addPath tag</action>
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-17">Fixed leaking file handles.</action>
</release>
<release version="1.0.8" date="2004-09-26">
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-14">Fixed overview and packages rates.</action>
<action dev="evenisse" type="add">Add the possibility to set multiple includes and excludes files for instrumentation.</action>
</release>
<release version="1.0.7" date="2004-07-11">
<action dev="evenisse" type="fix">Fixed tests execution when artifact contains properties.</action>
<action dev="evenisse" type="fix">Remove deprecated APIs.</action>
</release>
<release version="1.0.6" date="2004-07-08">
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-9">Fixed path to stylesheet.</action>
<action dev="brett" type="fix">Remove postGoal on clean to avoid introducing all these dependencies on a simple clean.</action>
</release>
<release version="1.0.5" date="2004-06-28">
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-8">Fixed report generation fails when no java source present.</action>
<action dev="brett" type="fix" issue="MPJCOVERAGE-1">Handle multiple source directories correctly</action>
<action dev="brett" type="fix">Copy all of maven.build.dest, excluding the class files, into the instrumentation directory, as some people hook into the resources copying themselves without adding them to the POM</action>
</release>
<release version="1.0.4" date="2004-05-15">
<action dev="evenisse" type="add" issue="MPJCOVERAGE-7">Custom stylesheet for jcoverage plugin.</action>
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-6">Fix the report generation after a rmic generation.</action>
</release>
<release version="1.0.3" date="2004-03-10">
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-3">Apply MPJCOVERAGE-3.</action>
</release>
<release version="1.0.2" date="2003-12-17">
<action dev="evenisse" type="fix" issue="MAVEN-967">Apply MAVEN-967.</action>
</release>
<release version="1.0.1" date="2003-09-29">
<action dev="dion" type="fix" issue="MAVEN-846">Apply MAVEN-846. JCoverage report displays wrong branch indicators for classes/packages which don't have any coverage.</action>
<action dev="evenisse" type="fix">Fix bug when classes have no package.</action>
<action dev="evenisse" type="fix">Fix overview page for inner classes.</action>
<action dev="evenisse" type="add">Add a postGoal to clean:clean for suppress jcoverage.ser file.</action>
</release>
<release version="1.0" date="2003-09-04">
<action dev="evenisse" type="add">First release</action>
</release>
</body>
</document>