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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Aug 15 16:49:52 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-08-15 16:49:52 -0400 (Sat, 15 Aug 2009)
New Revision: 17326

Modified:
   core/trunk/parent/pom.xml
Log:
set jpa-api and hibernate-commons-annotations versions to use

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2009-08-15 20:38:36 UTC (rev 17325)
+++ core/trunk/parent/pom.xml	2009-08-15 20:49:52 UTC (rev 17326)
@@ -377,8 +377,14 @@
             <dependency>
                 <groupId>org.hibernate.java-persistence</groupId>
                 <artifactId>jpa-api</artifactId>
-                <version>2.0.Beta-SNAPSHOT</version>
+                <version>2.0.Beta-20090815</version>
             </dependency>
+            <!-- Set the version of the hibernate-commons-annotations to be used throughout the the project -->
+            <dependency>
+                <groupId>org.hibernate</groupId>
+                <artifactId>hibernate-commons-annotations</artifactId>
+                <version>3.2.0.Beta1</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 



More information about the hibernate-commits mailing list