[seam-commits] Seam SVN: r14308 - branches/community/Seam_2_3/examples-ee6/booking/booking-web.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 8 11:57:59 EST 2012


Author: maschmid
Date: 2012-02-08 11:57:58 -0500 (Wed, 08 Feb 2012)
New Revision: 14308

Modified:
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
Log:
examples-ee6 wrong groupId


Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml	2012-02-08 16:55:57 UTC (rev 14307)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml	2012-02-08 16:57:58 UTC (rev 14308)
@@ -122,7 +122,7 @@
             </properties>
             <dependencies>
                 <dependency>
-                    <groupId>org.jboss.seam.examples</groupId>
+                    <groupId>org.jboss.seam.examples-ee6</groupId>
                     <artifactId>booking-ejb</artifactId>
                     <type>ejb</type>
                     <scope>compile</scope>



More information about the seam-commits mailing list