Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r15126 - in annotations/trunk:
 doc/reference/en and 1 other directories.

hibernate-commits

2008-08-20


Author LoginPost Reply
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)
@@(protected) @@
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)
@@(protected) @@
  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></link>) 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)
@@(protected) @@
    </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)
@@(protected) @@
     <!-- 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)
@@(protected) @@
     <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>

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.