git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116209 13f79535-47bb-0310-9956-ffa450edef68
52 lines
2.8 KiB
XML
52 lines
2.8 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.3" date="in cvs">
|
|
<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>
|