Hibernate SVN: r15006 - in annotations/trunk: doc/reference/en/modules and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-01 04:14:23 -0400 (Fri, 01 Aug 2008)
New Revision: 15006
Modified:
annotations/trunk/doc/reference/en/modules/setup.xml
annotations/trunk/ivy.xml
annotations/trunk/pom.xml
Log:
Synced with core release 3.3.0.CR2
Switched to javassist as byecode provider for the tests.
Modified: annotations/trunk/doc/reference/en/modules/setup.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/setup.xml 2008-07-31 20:04:29 UTC (rev 15005)
+++ annotations/trunk/doc/reference/en/modules/setup.xml 2008-08-01 08:14:23 UTC (rev 15006)
@@ -18,7 +18,7 @@
</listitem>
<listitem>
- <para>This release is known to work on Hibernate Core 3.3.CR1</para>
+ <para>This release is known to work on Hibernate Core 3.3.0.CR2</para>
</listitem>
<listitem>
Modified: annotations/trunk/ivy.xml
===================================================================
--- annotations/trunk/ivy.xml 2008-07-31 20:04:29 UTC (rev 15005)
+++ annotations/trunk/ivy.xml 2008-08-01 08:14:23 UTC (rev 15006)
@@ -15,7 +15,7 @@
<!-- compile time dependencies -->
<dependency name="ejb3-persistence" rev="1.0.2.GA" conf="default->default"/>
<dependency name="commons-annotations" rev="3.1.0.CR2" conf="default->default"/>
- <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.CR1" conf="default->default"/>
+ <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.CR2" conf="default->default"/>
<dependency org="dom4j" name="dom4j" rev="1.6.1" conf="default->default"/>
<dependency org="org.slf4j" name="slf4j-api" rev="1.4.2" conf="default->default"/>
@@ -25,7 +25,7 @@
<dependency org="commons-collections" name="commons-collections" rev="3.1" conf="test->default"/>
<!-- test deps -->
- <dependency org="cglib" name="cglib" rev="2.1_3" conf="test->default"/>
+ <dependency org="javassist" name="javassist" rev="3.4.GA" conf="test->default"/>
<dependency org="asm" name="asm" rev="1.5.3" conf="test->default"/>
<dependency org="asm" name="asm-attrs" rev="1.5.3" conf="test->default"/>
<dependency org="javax.transaction" name="jta" rev="1.1" conf="test->default"/>
Modified: annotations/trunk/pom.xml
===================================================================
--- annotations/trunk/pom.xml 2008-07-31 20:04:29 UTC (rev 15005)
+++ annotations/trunk/pom.xml 2008-08-01 08:14:23 UTC (rev 15006)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.0.CR1</version>
+ <version>3.3.0.CR2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
16 years, 3 months