[seam-commits] Seam SVN: r14443 - in branches/community/Seam_2_3: examples-ee6 and 49 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Mar 28 08:59:23 EDT 2012
Author: manaRH
Date: 2012-03-28 08:59:20 -0400 (Wed, 28 Mar 2012)
New Revision: 14443
Modified:
branches/community/Seam_2_3/distribution/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/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
branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/pom.xml
branches/community/Seam_2_3/examples-ee6/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
branches/community/Seam_2_3/functional-tests/pom.xml
branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml
branches/community/Seam_2_3/jboss-seam-debug/pom.xml
branches/community/Seam_2_3/jboss-seam-excel/pom.xml
branches/community/Seam_2_3/jboss-seam-flex/pom.xml
branches/community/Seam_2_3/jboss-seam-gen/pom.xml
branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
branches/community/Seam_2_3/jboss-seam-jul/pom.xml
branches/community/Seam_2_3/jboss-seam-mail/pom.xml
branches/community/Seam_2_3/jboss-seam-parent/pom.xml
branches/community/Seam_2_3/jboss-seam-pdf/pom.xml
branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml
branches/community/Seam_2_3/jboss-seam-rss/pom.xml
branches/community/Seam_2_3/jboss-seam-ui/pom.xml
branches/community/Seam_2_3/jboss-seam-wicket/pom.xml
branches/community/Seam_2_3/jboss-seam/pom.xml
branches/community/Seam_2_3/seam-integration-tests/pom.xml
branches/community/Seam_2_3/seam-reference-guide/pom.xml
Log:
Changed version to 2.3.0.Beta1 and fixed wrong groupId issues
Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/distribution/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
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-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/booking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/booking/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,22 +4,23 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-ear</artifactId>
<packaging>ear</packaging>
<name>Excel EAR Module (EE6)</name>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-web</artifactId>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-ejb</artifactId>
<type>ejb</type>
</dependency>
@@ -57,13 +58,13 @@
<filtering>true</filtering>
<modules>
<webModule>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-web</artifactId>
<contextRoot>/seam-excel</contextRoot>
<bundleFileName>excel-web.war</bundleFileName>
</webModule>
<ejbModule>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-ejb</artifactId>
<bundleFileName>excel-ejb.jar</bundleFileName>
</ejbModule>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,10 +4,12 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-ejb</artifactId>
<packaging>ejb</packaging>
<name>Excel EJB Module (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,10 +4,11 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-tests</artifactId>
<name>Excel Integration Tests Module (EE6)</name>
@@ -18,7 +19,7 @@
<classifier>jdk15</classifier>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-ejb</artifactId>
<type>ejb</type>
<scope>test</scope>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,10 +4,11 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
-
+
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-web</artifactId>
<packaging>war</packaging>
<name>Excel Web Module (EE6)</name>
@@ -19,7 +20,7 @@
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-ejb</artifactId>
<type>ejb</type>
<scope>provided</scope>
Modified: branches/community/Seam_2_3/examples-ee6/excel/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/excel/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -27,19 +27,19 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-web</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.excel</groupId>
<artifactId>excel-ear</artifactId>
<version>${project.version}</version>
</dependency>
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-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
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-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
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-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,10 +4,11 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ear</artifactId>
<packaging>ear</packaging>
<name>Messages EAR Module (EE6)</name>
@@ -19,12 +20,12 @@
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-web</artifactId>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ejb</artifactId>
<type>ejb</type>
</dependency>
@@ -62,13 +63,13 @@
<filtering>true</filtering>
<modules>
<webModule>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-web</artifactId>
<contextRoot>/seam-messages</contextRoot>
<bundleFileName>messages-web.war</bundleFileName>
</webModule>
<ejbModule>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ejb</artifactId>
<bundleFileName>messages-ejb.jar</bundleFileName>
</ejbModule>
@@ -134,21 +135,21 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-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-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6i.messages</groupId>
<artifactId>messages-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-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ejb</artifactId>
<type>jar</type>
<overWrite>true</overWrite>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,10 +4,11 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ejb</artifactId>
<packaging>ejb</packaging>
<name>Messages EJB Module (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,11 +4,11 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-tests</artifactId>
<name>Messages Integration Tests Module (EE6)</name>
@@ -19,7 +19,7 @@
<classifier>jdk15</classifier>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ejb</artifactId>
<type>ejb</type>
<scope>test</scope>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,10 +4,11 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-web</artifactId>
<packaging>war</packaging>
<name>Messages Web Module (EE6)</name>
@@ -19,7 +20,7 @@
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ejb</artifactId>
<type>ejb</type>
<scope>provided</scope>
Modified: branches/community/Seam_2_3/examples-ee6/messages/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/messages/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -26,19 +26,19 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-web</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.messages</groupId>
<artifactId>messages-ear</artifactId>
<version>${project.version}</version>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/todo/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/todo/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/ui/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -27,19 +27,19 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-web</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ear</artifactId>
<version>${project.version}</version>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,22 +4,23 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ear</artifactId>
<packaging>ear</packaging>
<name>UI EAR Module (EE6)</name>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-web</artifactId>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ejb</artifactId>
<type>ejb</type>
</dependency>
@@ -82,13 +83,13 @@
<filtering>true</filtering>
<modules>
<webModule>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-web</artifactId>
<contextRoot>/seam-ui</contextRoot>
<bundleFileName>ui-web.war</bundleFileName>
</webModule>
<ejbModule>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ejb</artifactId>
<bundleFileName>ui-ejb.jar</bundleFileName>
</ejbModule>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,10 +4,11 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ejb</artifactId>
<packaging>ejb</packaging>
<name>UI EJB Module</name>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,11 +4,11 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.jboss.seam.examples</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-tests</artifactId>
<name>UI Integration Tests Module</name>
@@ -19,7 +19,7 @@
<classifier>jdk15</classifier>
</dependency>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ejb</artifactId>
<type>ejb</type>
<scope>test</scope>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,10 +4,11 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-web</artifactId>
<packaging>war</packaging>
<name>UI Web Module (EE6)</name>
@@ -19,7 +20,7 @@
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ejb</artifactId>
<type>ejb</type>
<scope>provided</scope>
@@ -92,7 +93,7 @@
</properties>
<dependencies>
<dependency>
- <groupId>org.jboss.seam.examples-ee6</groupId>
+ <groupId>org.jboss.seam.examples-ee6.ui</groupId>
<artifactId>ui-ejb</artifactId>
<type>ejb</type>
<scope>compile</scope>
Modified: branches/community/Seam_2_3/functional-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/functional-tests/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/functional-tests/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/jboss-seam-debug/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-excel/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-flex/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-gen/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-jul/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/jboss-seam-mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
<name>Seam Parent</name>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<packaging>pom</packaging>
<licenses>
Modified: branches/community/Seam_2_3/jboss-seam-pdf/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -2,12 +2,11 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-resteasy</artifactId>
<name>Seam Resteasy</name>
Modified: branches/community/Seam_2_3/jboss-seam-rss/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<artifactId>jboss-seam-ui</artifactId>
Modified: branches/community/Seam_2_3/jboss-seam-wicket/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/seam-reference-guide/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-03-28 10:58:05 UTC (rev 14442)
+++ branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-03-28 12:59:20 UTC (rev 14443)
@@ -3,12 +3,12 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-reference-guide</artifactId>
- <version>2.3.0.Beta1-SNAPSHOT</version>
+ <version>2.3.0.Beta1</version>
<name>Seam Reference Guide</name>
<packaging>jar</packaging>
More information about the seam-commits
mailing list