Author: hardy.ferentschik
Date: 2009-03-18 07:11:08 -0400 (Wed, 18 Mar 2009)
New Revision: 16180
Modified:
jpa-api/trunk/pom.xml
Log:
switched to org.hibernate.java-persistence as groupId
Modified: jpa-api/trunk/pom.xml
===================================================================
--- jpa-api/trunk/pom.xml 2009-03-18 11:08:10 UTC (rev 16179)
+++ jpa-api/trunk/pom.xml 2009-03-18 11:11:08 UTC (rev 16180)
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>javax.persistence</groupId>
+ <groupId>org.hibernate.java-persistence</groupId>
<artifactId>jpa-api</artifactId>
<version>2.0.Beta1-SNAPSHOT</version>
<packaging>jar</packaging>