[jboss-cvs] JBossAS SVN: r95520 - in branches/Branch_5_x: deployment and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 23 14:12:01 EDT 2009
Author: smarlow at redhat.com
Date: 2009-10-23 14:12:01 -0400 (Fri, 23 Oct 2009)
New Revision: 95520
Modified:
branches/Branch_5_x/client/pom.xml
branches/Branch_5_x/deployment/pom.xml
branches/Branch_5_x/tomcat/pom.xml
Log:
JBAS-7241 Update to Entity Manager 3.5 and JPA 2
Modified: branches/Branch_5_x/client/pom.xml
===================================================================
--- branches/Branch_5_x/client/pom.xml 2009-10-23 17:53:27 UTC (rev 95519)
+++ branches/Branch_5_x/client/pom.xml 2009-10-23 18:12:01 UTC (rev 95520)
@@ -25,8 +25,8 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>ejb3-persistence</artifactId>
+ <groupId>org.hibernate.java-persistence</groupId>
+ <artifactId>jpa-api</artifactId>
</dependency>
<dependency>
Modified: branches/Branch_5_x/deployment/pom.xml
===================================================================
--- branches/Branch_5_x/deployment/pom.xml 2009-10-23 17:53:27 UTC (rev 95519)
+++ branches/Branch_5_x/deployment/pom.xml 2009-10-23 18:12:01 UTC (rev 95520)
@@ -146,8 +146,8 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>ejb3-persistence</artifactId>
+ <groupId>org.hibernate.java-persistence</groupId>
+ <artifactId>jpa-api</artifactId>
</dependency>
<dependency>
@@ -181,4 +181,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/Branch_5_x/tomcat/pom.xml
===================================================================
--- branches/Branch_5_x/tomcat/pom.xml 2009-10-23 17:53:27 UTC (rev 95519)
+++ branches/Branch_5_x/tomcat/pom.xml 2009-10-23 18:12:01 UTC (rev 95520)
@@ -175,8 +175,8 @@
<artifactId>jboss-ejb-api</artifactId>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>ejb3-persistence</artifactId>
+ <groupId>org.hibernate.java-persistence</groupId>
+ <artifactId>jpa-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.cluster</groupId>
@@ -243,8 +243,8 @@
<artifactId>concurrent</artifactId>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>ejb3-persistence</artifactId>
+ <groupId>org.hibernate.java-persistence</groupId>
+ <artifactId>jpa-api</artifactId>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
More information about the jboss-cvs-commits
mailing list