Get ready for release.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2004-08-14 19:28:58 +00:00
parent 590576b311
commit 03970a8d01
2 changed files with 7 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-hibernate-plugin</id>
<name>Maven Hibernate Plug-in</name>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<currentVersion>1.2</currentVersion>
<description/>
<shortDescription>Work with Hibernate classes</shortDescription>
<url>http://maven.apache.org/reference/plugins/hibernate/</url>
@@ -45,6 +45,11 @@
<name>1.1</name>
<tag>MAVEN_HIBERNATE_1_1</tag>
</version>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_HIBERNATE_1_2</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -24,7 +24,7 @@
<author email="michal.maczka@dimatics.com">Michal Maczka</author>
</properties>
<body>
<release version="1.2-SNAPSHOT" date="in CVS">
<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>