Version | Date | Description |
---|---|---|
1.4-SNAPSHOT | In SVN | |
1.3 | 2005-02-10 | |
1.2 | 2004-08-14 | |
1.1 | 2004-05-15 | |
1.0 | 2004-03-11 |
Type | Changes | By |
---|---|---|
Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Fixes MAVEN-1753. | aheritier | |
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
aheritier |
Type | Changes | By |
---|---|---|
Added new goal
hibernate:code-generation
.
Fixes MPHIBERNATE-12.
Thanks to Paul Kearney.
|
felipeal | |
Added new goal
hibernate:schema-update
.
Fixes MPHIBERNATE-13.
|
felipeal | |
plugin:test fails without a network connection. Fixes MPHIBERNATE-9. | epugh |
Type | Changes | By |
---|---|---|
maven-hibernate ignores the "config" attribute Fixes MPHIBERNATE-10. Thanks to Henning Schmiedehausen. | epugh | |
maven-hibernate needs cglib when sending SQL directly to the database Fixes MPHIBERNATE-11. Thanks to Henning Schmiedehausen. | epugh | |
Unit tests only functioned from the /src/plugin-test directory. plugin:test fails Fixes MPHIBERNATE-7. Thanks to Dion Gillard. | epugh | |
New aggregate-mappings goal to aggregate multiple .hbm files into one file. Fixes MPHIBERNATE-6. Thanks to Alex Shnyderman. | epugh | |
Added multiple base directories for mapping files Fixes MPHIBERNATE-6. Thanks to Alex Shnyderman. | epugh | |
Update to hibernate-2.1.3. | epugh |
Type | Changes | By |
---|---|---|
Fix class not found exception by using correct base class loader. Fixes MPHIBERNATE-2. | brett |