Author: epbernard
Date: 2008-03-14 18:11:50 -0400 (Fri, 14 Mar 2008)
New Revision: 14436
Modified:
entitymanager/trunk/build.xml
entitymanager/trunk/changelog.txt
entitymanager/trunk/ivy.xml
entitymanager/trunk/ivy/ivyconf.xml
entitymanager/trunk/readme.txt
Log:
Release hem 3.3.2
Modified: entitymanager/trunk/build.xml
===================================================================
--- entitymanager/trunk/build.xml 2008-03-14 21:28:29 UTC (rev 14435)
+++ entitymanager/trunk/build.xml 2008-03-14 22:11:50 UTC (rev 14436)
@@ -17,7 +17,7 @@
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="Hibernate EntityManager"/>
<property name="name" value="hibernate-entitymanager"/>
- <property name="version" value="3.3.2.CR1"/>
+ <property name="version" value="3.3.2.GA"/>
<property name="javadoc.packagenames"
value="org.hibernate.ejb.*"/>
<property name="jdbc.dir" value="jdbc"/>
<property name="copy.test" value="true"/>
Modified: entitymanager/trunk/changelog.txt
===================================================================
--- entitymanager/trunk/changelog.txt 2008-03-14 21:28:29 UTC (rev 14435)
+++ entitymanager/trunk/changelog.txt 2008-03-14 22:11:50 UTC (rev 14436)
@@ -1,6 +1,14 @@
Hibernate EntityManager Changelog
==================================
+3.3.2.GA (14-03-2008)
+---------------------
+
+** Bug
+ * [EJB-324] - Deployed Maven POM incorrectly excludes transitive dependency
+ * [EJB-342] - event listener (prepersist, preinsert) not firing
+
+
3.3.2.CR1 (06-03-2008)
----------------------
Modified: entitymanager/trunk/ivy/ivyconf.xml
===================================================================
--- entitymanager/trunk/ivy/ivyconf.xml 2008-03-14 21:28:29 UTC (rev 14435)
+++ entitymanager/trunk/ivy/ivyconf.xml 2008-03-14 22:11:50 UTC (rev 14436)
@@ -19,6 +19,10 @@
<ivy
pattern="http://repository.jboss.org/[module]/[revision]/ivy.xml&quo...
<artifact
pattern="http://repository.jboss.org/[module]/[revision]/lib/[artifa...
</url>
+ <url name="jboss-rep-maven" m2compatible="true">
+ <ivy
pattern="http://repository.jboss.org/maven2/[organization]/[module]/...
+ <artifact
pattern="http://repository.jboss.org/maven2/[organization]/[module]/...
+ </url>
</chain>
</resolvers>
<modules>
Modified: entitymanager/trunk/ivy.xml
===================================================================
--- entitymanager/trunk/ivy.xml 2008-03-14 21:28:29 UTC (rev 14435)
+++ entitymanager/trunk/ivy.xml 2008-03-14 22:11:50 UTC (rev 14436)
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"http://www.jayasoft.org/misc/ivy/ivy.xsd">
- <info organisation="org.hibernate"
module="entitymanager"/>
+ <info organisation="org.hibernate"
module="hibernate-entitymanager"/>
<configurations>
<conf name="core" description="Core module
dependencies"/>
<conf name="test" visibility="private"
description="Dependencies needed for testing purposes"/>
@@ -12,8 +12,9 @@
<artifact name="hibernate-entitymanager" conf="core"/>
</publications>
<dependencies>
- <dependency name="jpa-api" rev="1.0.1.Beta1"
conf="core->default"/>
+ <dependency name="ejb3-persistence" rev="1.0.1.GA"
conf="core->default"/>
+ <!-- TODO rename hibernate-commons-annotations -->
<dependency name="commons-annotations" rev="3.0.0.GA"
conf="core->core"/>
- <dependency name="annotations" rev="3.3.1.CR1"
conf="core->core"/>
+ <dependency name="hibernate-annotations" rev="3.3.1.GA"
conf="core->core"/>
</dependencies>
</ivy-module>
\ No newline at end of file
Modified: entitymanager/trunk/readme.txt
===================================================================
--- entitymanager/trunk/readme.txt 2008-03-14 21:28:29 UTC (rev 14435)
+++ entitymanager/trunk/readme.txt 2008-03-14 22:11:50 UTC (rev 14436)
@@ -1,6 +1,6 @@
Hibernate EntityManager
==================================================
-Version: 3.3.2.CR1, 6.03.2008
+Version: 3.3.2.GA, 14.03.2008
THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE CORE 3.2.0.GA (and above)