[seam-commits] Seam SVN: r14309 - 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:59:15 EST 2012
Author: maschmid
Date: 2012-02-08 11:59:14 -0500 (Wed, 08 Feb 2012)
New Revision: 14309
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:57:58 UTC (rev 14308)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-02-08 16:59:14 UTC (rev 14309)
@@ -122,7 +122,7 @@
</properties>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.booking</groupId>
<artifactId>booking-ejb</artifactId>
<type>ejb</type>
<scope>compile</scope>
More information about the seam-commits
mailing list