[hibernate-commits] Hibernate SVN: r17350 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 18 11:21:56 EDT 2009


Author: hardy.ferentschik
Date: 2009-08-18 11:21:56 -0400 (Tue, 18 Aug 2009)
New Revision: 17350

Modified:
   search/trunk/pom.xml
Log:
Changed the jpa dependecy to the latest deployed version (instead of SNAPSHOT)

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2009-08-18 13:48:31 UTC (rev 17349)
+++ search/trunk/pom.xml	2009-08-18 15:21:56 UTC (rev 17350)
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.hibernate.java-persistence</groupId>
             <artifactId>jpa-api</artifactId>
-            <version>2.0.Beta-SNAPSHOT</version>
+            <version>2.0.Beta-20090815</version>
         </dependency>
         <dependency>
             <groupId>org.apache.lucene</groupId>



More information about the hibernate-commits mailing list