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

70 lines
3.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="michal.maczka@dimatics.com">Michal Maczka</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>ant v1.5.3-1 -> v1.6.5</li>
<li>commons-collections v2.1 -> v3.0</li>
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
<li>commons-logging v1.0.3 -> v1.0.4</li>
<li>log4j v1.2.8 -> v1.2.12</li>
<li>xercesImpl v 2.4.0 -> v2.6.2</li>
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
</ul>
</action>
</release>
<release version="1.3" date="2005-02-10">
<action dev="felipeal" type="add" issue="MPHIBERNATE-12" due-to="Paul Kearney">Added new goal
<code>hibernate:code-generation</code>.
</action>
<action dev="felipeal" type="add" issue="MPHIBERNATE-13">Added new goal
<code>hibernate:schema-update</code>.
</action>
<action dev="epugh" type="fix" issue="MPHIBERNATE-9">plugin:test fails without a network connection.</action>
</release>
<release version="1.2" date="2004-08-14">
<action dev="epugh" type="fix" issue="MPHIBERNATE-10" due-to="Henning Schmiedehausen">maven-hibernate ignores the "config" attribute</action>
<action dev="epugh" type="fix" issue="MPHIBERNATE-11" due-to="Henning Schmiedehausen">maven-hibernate needs cglib when sending SQL directly to the database</action>
<action dev="epugh" type="fix" issue="MPHIBERNATE-7" due-to="Dion Gillard">Unit tests only functioned from the /src/plugin-test directory. plugin:test fails</action>
<action dev="epugh" type="add" issue="MPHIBERNATE-6" due-to="Alex Shnyderman">New aggregate-mappings goal to aggregate multiple .hbm files into one file.</action>
<action dev="epugh" type="add" issue="MPHIBERNATE-6" due-to="Alex Shnyderman">Added multiple base directories for mapping files</action>
<action dev="epugh" type="update">Update to hibernate-2.1.3.</action>
</release>
<release version="1.1" date="2004-05-15">
<action dev="brett" type="fix" issue="MPHIBERNATE-2">Fix class not found exception by using correct base class loader.</action>
</release>
<release version="1.0" date="2004-03-11">
<action dev="k8n" type="update">Update to hibernate-2.0.3. Add delimiter property to schema-export tag</action>
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4-dev-8</action>
<action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
<action dev="michal" type="add">Initial plugin created</action>
</release>
</body>
</document>