[jboss-cvs] JBossAS SVN: r73621 - in trunk: embedded and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 23 10:21:43 EDT 2008


Author: alesj
Date: 2008-05-23 10:21:43 -0400 (Fri, 23 May 2008)
New Revision: 73621

Modified:
   trunk/ejb3/pom.xml
   trunk/embedded/pom.xml
   trunk/hibernate-int/pom.xml
Log:
Fix poms to point to right hibernate id.

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2008-05-23 14:19:28 UTC (rev 73620)
+++ trunk/ejb3/pom.xml	2008-05-23 14:21:43 UTC (rev 73621)
@@ -32,10 +32,10 @@
     </dependency>
     
     <dependency>
-      <groupId>hibernate</groupId>
-      <artifactId>hibernate3</artifactId>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate</artifactId>
     </dependency>
-    
+
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-annotations</artifactId>

Modified: trunk/embedded/pom.xml
===================================================================
--- trunk/embedded/pom.xml	2008-05-23 14:19:28 UTC (rev 73620)
+++ trunk/embedded/pom.xml	2008-05-23 14:21:43 UTC (rev 73621)
@@ -61,8 +61,8 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>hibernate</groupId>
-      <artifactId>hibernate3</artifactId>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate</artifactId>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>

Modified: trunk/hibernate-int/pom.xml
===================================================================
--- trunk/hibernate-int/pom.xml	2008-05-23 14:19:28 UTC (rev 73620)
+++ trunk/hibernate-int/pom.xml	2008-05-23 14:21:43 UTC (rev 73621)
@@ -39,8 +39,8 @@
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>hibernate</groupId>
-      <artifactId>hibernate3</artifactId>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbossas</groupId>




More information about the jboss-cvs-commits mailing list