[seam-commits] Seam SVN: r11070 - in examples/trunk: servlet-booking and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 3 18:59:50 EDT 2009


Author: jbalunas at redhat.com
Date: 2009-06-03 18:59:50 -0400 (Wed, 03 Jun 2009)
New Revision: 11070

Modified:
   examples/trunk/booking/pom.xml
   examples/trunk/servlet-booking/pom.xml
Log:
Fixed seam-examples-parent reference in example poms

Modified: examples/trunk/booking/pom.xml
===================================================================
--- examples/trunk/booking/pom.xml	2009-06-03 10:12:52 UTC (rev 11069)
+++ examples/trunk/booking/pom.xml	2009-06-03 22:59:50 UTC (rev 11070)
@@ -6,7 +6,7 @@
 
    <parent>
       <groupId>org.jboss.seam.examples</groupId>
-      <artifactId>parent</artifactId>
+      <artifactId>seam-examples-parent</artifactId>
       <version>3.0.0-SNAPSHOT</version>
    </parent>
 

Modified: examples/trunk/servlet-booking/pom.xml
===================================================================
--- examples/trunk/servlet-booking/pom.xml	2009-06-03 10:12:52 UTC (rev 11069)
+++ examples/trunk/servlet-booking/pom.xml	2009-06-03 22:59:50 UTC (rev 11070)
@@ -6,7 +6,7 @@
 
    <parent>
       <groupId>org.jboss.seam.examples</groupId>
-      <artifactId>parent</artifactId>
+      <artifactId>seam-examples-parent</artifactId>
       <version>3.0.0-SNAPSHOT</version>
    </parent>
 




More information about the seam-commits mailing list