Index: deployment/pom.xml =================================================================== --- deployment/pom.xml (revision 100822) +++ deployment/pom.xml (working copy) @@ -180,8 +180,8 @@ - org.hibernate.java-persistence - jpa-api + org.hibernate.javax.persistence + hibernate-jpa-2.0-api Index: tomcat/pom.xml =================================================================== --- tomcat/pom.xml (revision 100822) +++ tomcat/pom.xml (working copy) @@ -303,8 +303,8 @@ jboss-ejb-api - org.hibernate.java-persistence - jpa-api + org.hibernate.javax.persistence + hibernate-jpa-2.0-api org.jboss.cluster Index: component-matrix/pom.xml =================================================================== --- component-matrix/pom.xml (revision 100842) +++ component-matrix/pom.xml (working copy) @@ -57,7 +57,7 @@ 3.5.0-CR-1 3.2.0.Beta1 3.5.0-CR-1 - 2.0-cr-1 + 1.0.0-CR-1 4.0.2.GA 2.1.8.GA 1.0.1 @@ -1307,9 +1307,9 @@ - org.hibernate.java-persistence - jpa-api - ${version.org.hibernate.java-persistence} + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + ${version.org.hibernate.javax.persistence} Index: server/pom.xml =================================================================== --- server/pom.xml (revision 100822) +++ server/pom.xml (working copy) @@ -267,8 +267,8 @@ - org.hibernate.java-persistence - jpa-api + org.hibernate.javax.persistence + hibernate-jpa-2.0-api Index: testsuite/build.xml =================================================================== --- testsuite/build.xml (revision 100822) +++ testsuite/build.xml (working copy) @@ -272,7 +272,7 @@ - + Index: build/build.xml =================================================================== --- build/build.xml (revision 100822) +++ build/build.xml (working copy) @@ -2026,7 +2026,7 @@ - + @@ -2208,7 +2208,7 @@ - + Index: client/pom.xml =================================================================== --- client/pom.xml (revision 100822) +++ client/pom.xml (working copy) @@ -21,8 +21,8 @@ - org.hibernate.java-persistence - jpa-api + org.hibernate.javax.persistence + hibernate-jpa-2.0-api