[seam-commits] Seam SVN: r15325 - in branches/enterprise/WFK-2_1/examples: jpa and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 30 10:48:58 EDT 2012


Author: vdedik
Date: 2012-10-30 10:48:58 -0400 (Tue, 30 Oct 2012)
New Revision: 15325

Modified:
   branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
   branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml
   branches/enterprise/WFK-2_1/examples/jpa/pom.xml
Log:
amend

Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml	2012-10-30 14:44:11 UTC (rev 15324)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml	2012-10-30 14:48:58 UTC (rev 15325)
@@ -8,7 +8,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     
-    <groupId>org.jboss.seam.examples.jee6</groupId>
+    <groupId>org.jboss.seam.examples</groupId>
     <artifactId>jee6-web</artifactId>
     <packaging>war</packaging>
     <name>Booking Web Module</name>

Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml	2012-10-30 14:44:11 UTC (rev 15324)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-tests/pom.xml	2012-10-30 14:48:58 UTC (rev 15325)
@@ -15,7 +15,7 @@
 
    <dependencies>
       <dependency>
-          <groupId>org.jboss.seam.examples.jee6</groupId>
+          <groupId>org.jboss.seam.examples</groupId>
           <artifactId>jpa-web</artifactId>
           <classifier>classes</classifier>
       </dependency>

Modified: branches/enterprise/WFK-2_1/examples/jpa/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/pom.xml	2012-10-30 14:44:11 UTC (rev 15324)
+++ branches/enterprise/WFK-2_1/examples/jpa/pom.xml	2012-10-30 14:48:58 UTC (rev 15325)
@@ -29,7 +29,7 @@
                 <type>war</type>
             </dependency>
             <dependency>
-                <groupId>org.jboss.seam.examples.jee6</groupId>
+                <groupId>org.jboss.seam.examples</groupId>
                 <artifactId>jpa-web</artifactId>
                 <version>${project.version}</version>
                 <classifier>classes</classifier>



More information about the seam-commits mailing list