Author: maschmid
Date: 2012-02-08 12:03:48 -0500 (Wed, 08 Feb 2012)
New Revision: 14310
Modified:
branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/pom.xml
Log:
examples-ee6 mail example correct groupIds
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-02-08 16:59:14 UTC
(rev 14309)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-02-08 17:03:48 UTC
(rev 14310)
@@ -20,12 +20,12 @@
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples.mail</groupId>
+ <groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-web</artifactId>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples.mail</groupId>
+ <groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ejb</artifactId>
<type>ejb</type>
</dependency>
@@ -80,13 +80,13 @@
<bundleFileName>jboss-seam.jar</bundleFileName>
</ejbModule>
<webModule>
- <groupId>org.jboss.seam.examples.mail</groupId>
+
<groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-web</artifactId>
<contextRoot>/seam-mail</contextRoot>
<bundleFileName>mail-web.war</bundleFileName>
</webModule>
<ejbModule>
- <groupId>org.jboss.seam.examples.mail</groupId>
+
<groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ejb</artifactId>
<bundleFileName>mail-ejb.jar</bundleFileName>
</ejbModule>
@@ -143,21 +143,21 @@
<configuration>
<artifactItems>
<artifactItem>
-
<groupId>org.jboss.seam.examples</groupId>
+
<groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ear</artifactId>
<type>ear</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear</outputDirectory>
</artifactItem>
<artifactItem>
-
<groupId>org.jboss.seam.examples</groupId>
+
<groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-web</artifactId>
<type>war</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-web.war</outputDirectory>
</artifactItem>
<artifactItem>
-
<groupId>org.jboss.seam.examples</groupId>
+
<groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ejb</artifactId>
<type>jar</type>
<overWrite>true</overWrite>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-02-08 16:59:14
UTC (rev 14309)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-02-08 17:03:48
UTC (rev 14310)
@@ -41,7 +41,7 @@
<classifier>jdk15</classifier>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples.mail</groupId>
+ <groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ejb</artifactId>
<type>ejb</type>
<scope>test</scope>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-02-08 16:59:14 UTC
(rev 14309)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-02-08 17:03:48 UTC
(rev 14310)
@@ -20,7 +20,7 @@
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples.mail</groupId>
+ <groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ejb</artifactId>
<type>ejb</type>
<scope>provided</scope>
@@ -131,7 +131,7 @@
</properties>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples</groupId>
+ <groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ejb</artifactId>
<type>ejb</type>
<scope>compile</scope>
Modified: branches/community/Seam_2_3/examples-ee6/mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-02-08 16:59:14 UTC (rev
14309)
+++ branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-02-08 17:03:48 UTC (rev
14310)
@@ -26,19 +26,19 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples.mail</groupId>
+ <groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples.mail</groupId>
+ <groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-web</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples.mail</groupId>
+ <groupId>org.jboss.seam.examples-ee6.mail</groupId>
<artifactId>mail-ear</artifactId>
<version>${project.version}</version>
</dependency>