Author: hardy.ferentschik
Date: 2009-03-18 07:16:04 -0400 (Wed, 18 Mar 2009)
New Revision: 16181
Modified:
validator/trunk/hibernate-validator/pom.xml
Log:
HV-130 Switched to groupId org.hibernate.java-persitence for the JPA API
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-03-18 11:11:08 UTC (rev 16180)
+++ validator/trunk/hibernate-validator/pom.xml 2009-03-18 11:16:04 UTC (rev 16181)
@@ -44,7 +44,7 @@
This is a temporary dependency. Do not use this dependecy in production.
-->
<dependency>
- <groupId>javax.persistence</groupId>
+ <groupId>org.hibernate.java-persistence</groupId>
<artifactId>jpa-api</artifactId>
<version>2.0.Beta1-SNAPSHOT</version>
<optional>true</optional>
Show replies by date