Author: andrei_exadel
Date: 2008-09-17 09:33:23 -0400 (Wed, 17 Sep 2008)
New Revision: 10468
Modified:
trunk/test-applications/SeamApp/Seam-ear/pom.xml
trunk/test-applications/SeamApp/pom.xml
Log:
Rename
Modified: trunk/test-applications/SeamApp/Seam-ear/pom.xml
===================================================================
--- trunk/test-applications/SeamApp/Seam-ear/pom.xml 2008-09-17 13:32:51 UTC (rev 10467)
+++ trunk/test-applications/SeamApp/Seam-ear/pom.xml 2008-09-17 13:33:23 UTC (rev 10468)
@@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.test-applications</groupId>
- <artifactId>SeamApp</artifactId>
+ <artifactId>regressionArea</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
- <groupId>org.richfaces.test-applications.SeamApp</groupId>
+ <groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>Seam-ear</artifactId>
<name>Seam App Ear Module</name>
<packaging>ear</packaging>
@@ -29,7 +29,7 @@
<version>3.1.4.GA</version>
</dependency>
<dependency>
- <groupId>org.richfaces.test-applications.SeamApp</groupId>
+ <groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>Seam-web</artifactId>
<version>1.0-SNAPSHOT</version>
<type>war</type>
@@ -52,7 +52,7 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.richfaces.test-applications.SeamApp</groupId>
+ <groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>Seam-ejb</artifactId>
<version>1.0-SNAPSHOT</version>
<type>ejb</type>
@@ -102,7 +102,7 @@
<defaultLibBundleDir>lib</defaultLibBundleDir>
<modules>
<webModule>
- <groupId>org.richfaces.test-applications.SeamApp</groupId>
+ <groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>Seam-web</artifactId>
<contextRoot>/Seam-ear</contextRoot>
</webModule>
Modified: trunk/test-applications/SeamApp/pom.xml
===================================================================
--- trunk/test-applications/SeamApp/pom.xml 2008-09-17 13:32:51 UTC (rev 10467)
+++ trunk/test-applications/SeamApp/pom.xml 2008-09-17 13:33:23 UTC (rev 10468)
@@ -2,10 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.test-applications</groupId>
- <artifactId>SeamApp</artifactId>
+ <artifactId>regressionArea</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
- <name>Seam Applicationt</name>
+ <name>Regresion Area:Seam Applicationt</name>
<properties>
</properties>
<repositories>