[hibernate-commits] Hibernate SVN: r18978 - in core/trunk: parent and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Mar 10 13:46:23 EST 2010


Author: hardy.ferentschik
Date: 2010-03-10 13:46:23 -0500 (Wed, 10 Mar 2010)
New Revision: 18978

Modified:
   core/trunk/entitymanager/pom.xml
   core/trunk/parent/pom.xml
Log:
HHH-4995

Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml	2010-03-10 18:31:09 UTC (rev 18977)
+++ core/trunk/entitymanager/pom.xml	2010-03-10 18:46:23 UTC (rev 18978)
@@ -77,7 +77,7 @@
             -->
             <groupId>${project.groupId}</groupId>
             <artifactId>hibernate-jpamodelgen</artifactId>
-            <version>1.0.0-CR-1</version>
+            <version>1.0.0.Final</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-03-10 18:31:09 UTC (rev 18977)
+++ core/trunk/parent/pom.xml	2010-03-10 18:46:23 UTC (rev 18978)
@@ -498,7 +498,7 @@
             <dependency>
                 <groupId>org.hibernate.javax.persistence</groupId>
                 <artifactId>hibernate-jpa-2.0-api</artifactId>
-                <version>1.0.0-CR-1</version>
+                <version>1.0.0.Final</version>
             </dependency>
             <!-- Set the version of the hibernate-commons-annotations to be used throughout the the project -->
             <dependency>



More information about the hibernate-commits mailing list