[seam-commits] Seam SVN: r14449 - in branches/community/Seam_2_3: examples-ee6 and 50 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Mar 28 10:44:23 EDT 2012
Author: manaRH
Date: 2012-03-28 10:44:21 -0400 (Wed, 28 Mar 2012)
New Revision: 14449
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-integration-tests/src/test/java/org/jboss/seam/test/integration/Deployments.java
branches/community/Seam_2_3/seam-reference-guide/pom.xml
Log:
set new development version 2.3.0.Beta2-SNAPSHOT
Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml 2012-03-28 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/distribution/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/booking/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/excel/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/pom.xml 2012-03-28 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/excel/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/messages/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/pom.xml 2012-03-28 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/messages/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-03-28 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/todo/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/ui/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/functional-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/functional-tests/pom.xml 2012-03-28 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/functional-tests/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
<name>Seam Parent</name>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-rss/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2012-03-28 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</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 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/Deployments.java
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/Deployments.java 2012-03-28 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/Deployments.java 2012-03-28 14:44:21 UTC (rev 14449)
@@ -35,7 +35,7 @@
.addAsLibraries(DependencyResolvers.use(MavenDependencyResolver.class)
.configureFrom("pom.xml")
.goOffline()
- .artifact("org.jboss.seam:jboss-seam:2.3.0.Beta1-SNAPSHOT")
+ .artifact("org.jboss.seam:jboss-seam:2.3.0.Beta2-SNAPSHOT")
.resolveAsFiles());
}
@@ -72,7 +72,7 @@
.addAsLibraries(DependencyResolvers.use(MavenDependencyResolver.class)
.configureFrom("pom.xml")
.goOffline()
- .artifact("org.jboss.seam:jboss-seam:2.3.0.Beta1-SNAPSHOT")
+ .artifact("org.jboss.seam:jboss-seam:2.3.0.Beta2-SNAPSHOT")
.artifact("org.jbpm.jbpm3:jbpm-jpdl:3.2.10.SP3_seam2")
.exclusion("org.hibernate:hibernate-core")
.resolveAsFiles());
Modified: branches/community/Seam_2_3/seam-reference-guide/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-03-28 13:32:22 UTC (rev 14448)
+++ branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-03-28 14:44:21 UTC (rev 14449)
@@ -3,12 +3,12 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<relativePath>../jboss-seam-parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-reference-guide</artifactId>
- <version>2.3.0.Beta1</version>
+ <version>2.3.0.Beta2-SNAPSHOT</version>
<name>Seam Reference Guide</name>
<packaging>jar</packaging>
More information about the seam-commits
mailing list