[hibernate-commits] Hibernate SVN: r18703 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Feb 5 11:29:22 EST 2010


Author: epbernard
Date: 2010-02-05 11:29:21 -0500 (Fri, 05 Feb 2010)
New Revision: 18703

Modified:
   core/trunk/parent/pom.xml
Log:
Revert improper JPA 2 versions bump

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-02-05 14:37:34 UTC (rev 18702)
+++ core/trunk/parent/pom.xml	2010-02-05 16:29:21 UTC (rev 18703)
@@ -500,7 +500,7 @@
             <dependency>
                 <groupId>org.hibernate.javax.persistence</groupId>
                 <artifactId>hibernate-jpa-2.0-api</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>1.0.0-CR-1</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