Author: hardy.ferentschik
Date: 2008-08-20 04:16:50 -0400 (Wed, 20 Aug 2008)
New Revision: 15126
Modified:
annotations/trunk/changelog.txt
annotations/trunk/doc/reference/en/master.xml
annotations/trunk/doc/reference/en/modules/setup.xml
annotations/trunk/ivy.xml
annotations/trunk/pom.xml
Log:
Updates for release 3.4.0.GA depending on Core 3.3.0.SP1
Modified: annotations/trunk/changelog.txt
===================================================================
--- annotations/trunk/changelog.txt 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/changelog.txt 2008-08-20 08:16:50 UTC (rev 15126)
@@ -1,7 +1,7 @@
Hibernate Annotations Changelog
===============================
-3.4.0.GA (18-08-2008)
+3.4.0.GA (20-08-2008)
----------------------
** Bug
Modified: annotations/trunk/doc/reference/en/master.xml
===================================================================
--- annotations/trunk/doc/reference/en/master.xml 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/doc/reference/en/master.xml 2008-08-20 08:16:50 UTC (rev 15126)
@@ -53,9 +53,8 @@
Hibernate native APIs, or if required, even to native JDBC and SQL.</para>
<para>This release of <emphasis>Hibernate Annotations</emphasis> is
based
- on the final release of the EJB 3.0 / JPA specification (aka <link
- linkend="???"><ulink
-
url="http://jcp.org/en/jsr/detail?id=220">JSR-220</ulink&...>)
and
+ on the final release of the EJB 3.0 / JPA specification (aka <ulink
+
url="http://jcp.org/en/jsr/detail?id=220">JSR-220</ulink>) and
supports all its features (including the optional ones). Hibernate
specific features and extensions are also available through
unstandardized, Hibernate specific annotations. While the Hibernate
Modified: annotations/trunk/doc/reference/en/modules/setup.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/setup.xml 2008-08-20 07:41:02 UTC (rev
15125)
+++ annotations/trunk/doc/reference/en/modules/setup.xml 2008-08-20 08:16:50 UTC (rev
15126)
@@ -18,7 +18,7 @@
</listitem>
<listitem>
- <para>This release is known to work on Hibernate Core
3.3.0.CR2</para>
+ <para>This release is known to work on Hibernate Core
3.3.0.SP1</para>
</listitem>
<listitem>
Modified: annotations/trunk/ivy.xml
===================================================================
--- annotations/trunk/ivy.xml 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/ivy.xml 2008-08-20 08:16:50 UTC (rev 15126)
@@ -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.GA"
conf="default->default"/>
- <dependency org="org.hibernate" name="hibernate-core"
rev="3.3.0.GA" conf="default->default"/>
+ <dependency org="org.hibernate" name="hibernate-core"
rev="3.3.0.SP1" 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"/>
Modified: annotations/trunk/pom.xml
===================================================================
--- annotations/trunk/pom.xml 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/pom.xml 2008-08-20 08:16:50 UTC (rev 15126)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.0.GA</version>
+ <version>3.3.0.SP1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>