Seam SVN: r15171 - in branches/community/Seam_2_3/examples: booking/booking-tests/src/test/resources-integration and 24 other directories.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-09-27 09:48:14 -0400 (Thu, 27 Sep 2012)
New Revision: 15171
Modified:
branches/community/Seam_2_3/examples/blog/blog-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/booking/booking-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/contactlist/contactlist-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/drools/drools-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/excel/excel-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/guice/guice-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/hibernate/hibernate-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/icefaces/icefaces-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/itext/itext-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/jee6/jee6-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/jpa/jpa-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/mail/mail-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/messages/messages-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/metawidget/booking/booking-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/quartz/quartz-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/registration/registration-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/restbay/restbay-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/seambay/seambay-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/seampay/seampay-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/tasks/tasks-tests/src/test/resources-integration/arquillian.xml
branches/community/Seam_2_3/examples/todo/todo-tests/src/test/resources-integration/arquillian.xml
Log:
pass jacoco.agent property in integration tests arquillian.xml
Modified: branches/community/Seam_2_3/examples/blog/blog-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/blog/blog-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/blog/blog-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/booking/booking-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/booking/booking-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/contactlist/contactlist-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,8 +9,8 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
-</arquillian>
\ No newline at end of file
+</arquillian>
Modified: branches/community/Seam_2_3/examples/drools/drools-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/drools/drools-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/drools/drools-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/excel/excel-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/excel/excel-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/excel/excel-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/guice/guice-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/guice/guice-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/guice/guice-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/icefaces/icefaces-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/icefaces/icefaces-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/icefaces/icefaces-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,8 +9,8 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
-</arquillian>
\ No newline at end of file
+</arquillian>
Modified: branches/community/Seam_2_3/examples/itext/itext-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/itext/itext-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/jee6/jee6-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/jee6/jee6-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/jpa/jpa-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/jpa/jpa-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/mail/mail-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/mail-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/mail/mail-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/messages/messages-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/messages/messages-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/messages/messages-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/metawidget/booking/booking-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/booking/booking-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/metawidget/booking/booking-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,8 +9,8 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
-</arquillian>
\ No newline at end of file
+</arquillian>
Modified: branches/community/Seam_2_3/examples/quartz/quartz-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/quartz/quartz-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/registration/registration-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/registration-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/registration/registration-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/restbay/restbay-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/restbay/restbay-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/seambay/seambay-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/seambay/seambay-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/seambay/seambay-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/seampay/seampay-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/seampay/seampay-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/tasks/tasks-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/tasks-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/tasks/tasks-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,7 +9,7 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/examples/todo/todo-tests/src/test/resources-integration/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/examples/todo/todo-tests/src/test/resources-integration/arquillian.xml 2012-09-27 12:16:46 UTC (rev 15170)
+++ branches/community/Seam_2_3/examples/todo/todo-tests/src/test/resources-integration/arquillian.xml 2012-09-27 13:48:14 UTC (rev 15171)
@@ -9,10 +9,10 @@
<container qualifier="jboss" default="true">
<configuration>
- <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m ${jacoco.agent}</property>
<property name="jbossHome">target/jboss-as-${version.jbossas7}</property>
<property name="serverConfig">standalone-full.xml</property>
</configuration>
</container>
-</arquillian>
\ No newline at end of file
+</arquillian>
12 years, 1 month
Seam SVN: r15170 - branches/community/Seam_2_3/examples.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-09-27 08:16:46 -0400 (Thu, 27 Sep 2012)
New Revision: 15170
Modified:
branches/community/Seam_2_3/examples/pom.xml
Log:
seam examples parent, add jacoco profile
Modified: branches/community/Seam_2_3/examples/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/pom.xml 2012-09-27 10:35:20 UTC (rev 15169)
+++ branches/community/Seam_2_3/examples/pom.xml 2012-09-27 12:16:46 UTC (rev 15170)
@@ -52,6 +52,7 @@
<richfaces.version>4.2.2.Final</richfaces.version>
<slf4j.version>1.6.1</slf4j.version>
<version.jbossas7>7.1.1.Final</version.jbossas7>
+ <version.jacoco>0.5.8.201207111220</version.jacoco>
<!-- dependencies for functional tests -->
<ant.junit.version>1.6.2</ant.junit.version>
@@ -405,6 +406,7 @@
<systemProperties>
<!-- used by the jbossas-managed-7 profile in arquillian.xml for the jbossHome property-->
<version.jbossas7>${version.jbossas7}</version.jbossas7>
+ <jacoco.agent>${jacoco.agent}</jacoco.agent>
</systemProperties>
</configuration>
</execution>
@@ -962,8 +964,35 @@
</plugin>
</plugins>
</build>
- </profile>
+ </profile>
+ <profile>
+ <id>jacoco</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <property>
+ <name>jacoco</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>${version.jacoco}</version>
+ <configuration>
+ <propertyName>jacoco.agent</propertyName>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
-
</project>
12 years, 1 month
Seam SVN: r15169 - in branches/community/Seam_2_3: seam-integration-tests and 1 other directory.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-09-27 06:35:20 -0400 (Thu, 27 Sep 2012)
New Revision: 15169
Modified:
branches/community/Seam_2_3/pom.xml
branches/community/Seam_2_3/seam-integration-tests/pom.xml
Log:
add jacoco profile to seam-integration-tests
Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml 2012-09-26 21:42:22 UTC (rev 15168)
+++ branches/community/Seam_2_3/pom.xml 2012-09-27 10:35:20 UTC (rev 15169)
@@ -49,6 +49,7 @@
<version.wicket>1.4.14</version.wicket>
<version.testng>5.14.10</version.testng>
<version.resteasy>2.0.1.GA</version.resteasy>
+ <version.jacoco>0.5.8.201207111220</version.jacoco>
<version.jbossas7>7.1.1.Final</version.jbossas7>
<version.emma>2.0.5312</version.emma>
<version.jsf2>2.1.7</version.jsf2>
@@ -345,17 +346,22 @@
<version>2.3</version>
<configuration>
<ejbVersion>3.0</ejbVersion>
- <archive>
- <manifest>
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- </manifest>
- <manifestEntries>
- <Seam-Version>${project.version}</Seam-Version>
- </manifestEntries>
- </archive>
+ <archive>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
+ <manifestEntries>
+ <Seam-Version>${project.version}</Seam-Version>
+ </manifestEntries>
+ </archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>${version.jacoco}</version>
+ </plugin>
</plugins>
</pluginManagement>
Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-09-26 21:42:22 UTC (rev 15168)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-09-27 10:35:20 UTC (rev 15169)
@@ -258,6 +258,7 @@
<systemProperties>
<!-- used by the jbossas-managed-7 profile in arquillian.xml for the jbossHome property-->
<version.jbossas7>${version.jbossas7}</version.jbossas7>
+ <jacoco.agent>${jacoco.agent}</jacoco.agent>
</systemProperties>
</configuration>
</execution>
@@ -392,5 +393,36 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>jacoco</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <property>
+ <name>jacoco</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org.jboss.seam.test.*</exclude>
+ </excludes>
+ <propertyName>jacoco.agent</propertyName>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
12 years, 1 month
Seam SVN: r15168 - branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-10031/src/main/org/jboss/seam/util.
by seam-commits@lists.jboss.org
Author: ivassile
Date: 2012-09-26 17:42:22 -0400 (Wed, 26 Sep 2012)
New Revision: 15168
Modified:
branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-10031/src/main/org/jboss/seam/util/ProxyFactory.java
Log:
Porting changes:
sorted out some compiler warnings (13909)
JBSEAM-4840 aplied JAVASSIST fix for JASSIST-66 (14240)
Modified: branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-10031/src/main/org/jboss/seam/util/ProxyFactory.java
===================================================================
--- branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-10031/src/main/org/jboss/seam/util/ProxyFactory.java 2012-09-26 19:44:03 UTC (rev 15167)
+++ branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-10031/src/main/org/jboss/seam/util/ProxyFactory.java 2012-09-26 21:42:22 UTC (rev 15168)
@@ -199,9 +199,11 @@
proxyClass = null;
}
- public int hashCode() { return hash; }
+ @Override
+ public int hashCode() { return hash; }
- public boolean equals(Object obj) {
+ @Override
+ public boolean equals(Object obj) {
if (obj instanceof CacheKey) {
CacheKey target = (CacheKey)obj;
return target.filter == filter && target.handler == handler
@@ -561,7 +563,7 @@
cf.addField(finfo3);
HashMap allMethods = getMethods(superClass, interfaces);
- int size = allMethods.size();
+ //int size = allMethods.size();
makeConstructors(classname, cf, pool, classname);
int s = overrideMethods(cf, pool, classname, allMethods);
addMethodsHolder(cf, pool, classname, s);
@@ -858,6 +860,9 @@
code.addGetstatic(thisClassName, HOLDER, HOLDER_TYPE);
code.addAstore(arrayVar);
code.addAload(arrayVar);
+
+ callFind2Methods(code, meth.getName(), delegatorName, origIndex, desc, arrayVar);
+ /*
code.addIconst(origIndex);
code.addOpcode(Opcode.AALOAD);
code.addOpcode(Opcode.IFNONNULL);
@@ -868,7 +873,7 @@
callFindMethod(code, "findMethod", arrayVar, delIndex, delegatorName, desc);
int pc2 = code.currentPc();
- code.write16bit(pc, pc2 - pc + 1);
+ code.write16bit(pc, pc2 - pc + 1);*/
code.addAload(0);
code.addGetfield(thisClassName, HANDLER, HANDLER_TYPE);
code.addAload(0);
@@ -891,10 +896,10 @@
CodeAttribute ca = code.toCodeAttribute();
forwarder.setCodeAttribute(ca);
- StackMapTable.Writer writer = new StackMapTable.Writer(32);
+ /*StackMapTable.Writer writer = new StackMapTable.Writer(32);
writer.appendFrame(pc2, new int[] { StackMapTable.OBJECT },
new int[] { cp.addClassInfo(HOLDER_TYPE) });
- ca.setAttribute(writer.toStackMapTable(cp));
+ ca.setAttribute(writer.toStackMapTable(cp));*/
return forwarder;
}
@@ -993,6 +998,27 @@
}
}
+ private static void callFind2Methods(Bytecode code, String superMethod, String thisMethod,
+ int index, String desc, int arrayVar)
+ {
+ String findClass = RuntimeSupport.class.getName();
+ String findDesc = "(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/reflect/Method;)V";
+ code.addAload(0);
+ code.addLdc(superMethod);
+ if (thisMethod == null)
+ {
+ code.addOpcode(Opcode.ACONST_NULL);
+ }
+ else
+ {
+ code.addLdc(thisMethod);
+ }
+ code.addIconst(index);
+ code.addLdc(desc);
+ code.addAload(arrayVar);
+ code.addInvokestatic(findClass, "find2Methods", findDesc);
+ }
+
private static int makeWrapper(Bytecode code, Class type, int regno) {
int index = FactoryHelper.typeIndex(type);
String wrapper = FactoryHelper.wrapperTypes[index];
12 years, 1 month
Seam SVN: r15167 - branches/enterprise.
by seam-commits@lists.jboss.org
Author: ivassile
Date: 2012-09-26 15:44:03 -0400 (Wed, 26 Sep 2012)
New Revision: 15167
Added:
branches/enterprise/JBPAPP_5_1_2_ER2_JBPAPP-10031/
Log:
One-off patch branch for JBSEAM-4840 ProxyFactory with old Javassist bugs
12 years, 1 month
Seam SVN: r15165 - branches/community/Seam_2_3/jboss-seam-mail/src/main/java/org/jboss/seam/mail/ui.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-24 17:11:17 -0400 (Mon, 24 Sep 2012)
New Revision: 15165
Modified:
branches/community/Seam_2_3/jboss-seam-mail/src/main/java/org/jboss/seam/mail/ui/UIBody.java
Log:
JBSEAM-4811 - fixed adding multipart in email
Modified: branches/community/Seam_2_3/jboss-seam-mail/src/main/java/org/jboss/seam/mail/ui/UIBody.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-mail/src/main/java/org/jboss/seam/mail/ui/UIBody.java 2012-09-24 14:08:13 UTC (rev 15164)
+++ branches/community/Seam_2_3/jboss-seam-mail/src/main/java/org/jboss/seam/mail/ui/UIBody.java 2012-09-24 21:11:17 UTC (rev 15165)
@@ -2,6 +2,7 @@
import java.io.IOException;
import java.util.List;
+import java.util.ArrayList;
import javax.faces.FacesException;
import javax.faces.component.UIComponent;
@@ -80,7 +81,9 @@
}
else
{
- getRootMultipart().addBodyPart(attachment);
+ // reset the attachment list after adding to message body
+ // This is because ui:message can be in ui:repeat tag JBSEAM-4811
+ findMessage().setAttachments(new ArrayList<MimeBodyPart>());
}
}
}
@@ -167,4 +170,4 @@
return false;
}
-}
\ No newline at end of file
+}
12 years, 2 months
Seam SVN: r15164 - in branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui: renderkit and 1 other directory.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-09-24 10:08:13 -0400 (Mon, 24 Sep 2012)
New Revision: 15164
Added:
branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIDecorateAware.java
Modified:
branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UILabel.java
branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIMessage.java
branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/renderkit/DecorateRendererBase.java
Log:
JBSEAM-5044, cannot use UIComponent setParent in JSF2, introducing UIDecorateAware interface which allows the DecorateRendererBase to set the UIDecorate reference directly.
Added: branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIDecorateAware.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIDecorateAware.java (rev 0)
+++ branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIDecorateAware.java 2012-09-24 14:08:13 UTC (rev 15164)
@@ -0,0 +1,11 @@
+package org.jboss.seam.ui.component;
+
+/**
+ * Component that is aware of being used from a facet by s:decorate
+ */
+public interface UIDecorateAware {
+ /**
+ * Method called by DecorateRendererBase when it's about to render a subtree containing this component.
+ */
+ void setUIDecorate(UIDecorate decorate);
+}
Modified: branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UILabel.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UILabel.java 2012-09-21 12:26:22 UTC (rev 15163)
+++ branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UILabel.java 2012-09-24 14:08:13 UTC (rev 15164)
@@ -12,8 +12,9 @@
family="javax.faces.Output", type="org.jboss.seam.ui.Label",generate="org.jboss.seam.ui.component.html.HtmlLabel",
tag = @Tag(baseClass="org.jboss.seam.ui.util.cdk.UIComponentTagBase", name="label"),
attributes = {"label.xml" })
-public abstract class UILabel extends HtmlOutputLabel
+public abstract class UILabel extends HtmlOutputLabel implements UIDecorateAware
{
+ protected UIDecorate decorate;
/**
* A depth-first search for an EditableValueHolder
@@ -70,7 +71,14 @@
@Override
public String getFor()
{
+ if(decorate != null) {
+ return getFor(decorate);
+ }
return getFor(this);
}
+ @Override
+ public void setUIDecorate(UIDecorate decorate) {
+ this.decorate = decorate;
+ }
}
Modified: branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIMessage.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIMessage.java 2012-09-21 12:26:22 UTC (rev 15163)
+++ branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIMessage.java 2012-09-24 14:08:13 UTC (rev 15164)
@@ -25,7 +25,6 @@
import javax.faces.component.UIComponent;
import javax.faces.component.html.HtmlMessage;
-import org.richfaces.cdk.annotations.Attribute;
import org.richfaces.cdk.annotations.Description;
import org.richfaces.cdk.annotations.JsfComponent;
import org.richfaces.cdk.annotations.Tag;
@@ -38,8 +37,10 @@
family="javax.faces.Message", type="org.jboss.seam.ui.Message",generate="org.jboss.seam.ui.component.html.HtmlMessage",
tag = @Tag(baseClass="org.jboss.seam.ui.util.cdk.UIComponentTagBase", name="message"),
attributes = {"message.xml" })
-public abstract class UIMessage extends HtmlMessage {
+public abstract class UIMessage extends HtmlMessage implements UIDecorateAware {
+ protected UIDecorate decorate;
+
/**
* A depth-first search for an EditableValueHolder
*/
@@ -95,7 +96,15 @@
@Override
public String getFor()
{
+ if(decorate != null) {
+ return getFor(decorate);
+ }
+
return getFor(this);
}
-
+
+ @Override
+ public void setUIDecorate(UIDecorate decorate) {
+ this.decorate = decorate;
+ }
}
Modified: branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/renderkit/DecorateRendererBase.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/renderkit/DecorateRendererBase.java 2012-09-21 12:26:22 UTC (rev 15163)
+++ branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/renderkit/DecorateRendererBase.java 2012-09-24 14:08:13 UTC (rev 15164)
@@ -11,6 +11,7 @@
import org.jboss.seam.contexts.Context;
import org.jboss.seam.contexts.Contexts;
import org.jboss.seam.ui.component.UIDecorate;
+import org.jboss.seam.ui.component.UIDecorateAware;
import org.jboss.seam.ui.util.Decoration;
import org.jboss.seam.ui.util.HTML;
import org.jboss.seam.ui.util.cdk.RendererBase;
@@ -22,7 +23,7 @@
// Place the attributes you want to store away
private Map<String, Object> originalValues = new HashMap();
// The list of attributes in the event scope to store away
- String[] storeOriginals = new String[] {"invalid", "required"};
+ String[] storeOriginals = new String[] {"invalid", "required"};
@Override
protected Class getComponentClass()
@@ -30,6 +31,21 @@
return UIDecorate.class;
}
+ private static void setUIDecorate(UIComponent component, UIDecorate decorator)
+ {
+ if (component instanceof UIDecorateAware)
+ {
+ ((UIDecorateAware)component).setUIDecorate(decorator);
+ }
+ for (Object child: component.getChildren())
+ {
+ if (child instanceof UIComponent)
+ {
+ setUIDecorate((UIComponent)child, decorator);
+ }
+ }
+ }
+
/**
* Store away the attribute from the event context (if it is set)
*
@@ -95,12 +111,12 @@
UIComponent aroundInvalidDecoration = decorate.getDecoration("aroundInvalidField");
if (aroundDecoration != null && !hasMessage)
{
- aroundDecoration.setParent(decorate);
+ setUIDecorate(aroundDecoration, decorate);
aroundDecoration.encodeBegin(context);
}
if (aroundInvalidDecoration != null && hasMessage)
{
- aroundInvalidDecoration.setParent(decorate);
+ setUIDecorate(aroundInvalidDecoration, decorate);
aroundInvalidDecoration.encodeBegin(context);
}
}
@@ -115,12 +131,12 @@
UIComponent aroundInvalidDecoration = decorate.getDecoration("aroundInvalidField");
if (aroundDecoration != null && !hasMessage)
{
- aroundDecoration.setParent(decorate);
+ setUIDecorate(aroundDecoration, decorate);
aroundDecoration.encodeEnd(context);
}
if (aroundInvalidDecoration != null && hasMessage)
{
- aroundInvalidDecoration.setParent(decorate);
+ setUIDecorate(aroundInvalidDecoration, decorate);
aroundInvalidDecoration.encodeEnd(context);
}
if (decorate.isEnclose())
@@ -142,12 +158,12 @@
UIComponent beforeInvalidDecoration = decorate.getDecoration("beforeInvalidField");
if (beforeDecoration != null && !hasMessage)
{
- beforeDecoration.setParent(decorate);
+ setUIDecorate(beforeDecoration, decorate);
renderChild(context, beforeDecoration);
}
if (beforeInvalidDecoration != null && hasMessage)
{
- beforeInvalidDecoration.setParent(decorate);
+ setUIDecorate(beforeInvalidDecoration, decorate);
renderChild(context, beforeInvalidDecoration);
}
@@ -157,12 +173,12 @@
UIComponent afterInvalidDecoration = decorate.getDecoration("afterInvalidField");
if (afterDecoration != null && !hasMessage)
{
- afterDecoration.setParent(decorate);
+ setUIDecorate(afterDecoration, decorate);
renderChild(context, afterDecoration);
}
if (afterInvalidDecoration != null && hasMessage)
{
- afterInvalidDecoration.setParent(decorate);
+ setUIDecorate(afterInvalidDecoration, decorate);
renderChild(context, afterInvalidDecoration);
}
}
@@ -172,4 +188,4 @@
{
return true;
}
-}
\ No newline at end of file
+}
12 years, 2 months
Seam SVN: r15163 - in branches/community/Seam_2_3: bom and 194 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-21 08:26:22 -0400 (Fri, 21 Sep 2012)
New Revision: 15163
Modified:
branches/community/Seam_2_3/bom/pom.xml
branches/community/Seam_2_3/build/common.build.xml
branches/community/Seam_2_3/distribution/pom.xml
branches/community/Seam_2_3/examples/blog/blog-ear/pom.xml
branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml
branches/community/Seam_2_3/examples/blog/blog-tests/pom.xml
branches/community/Seam_2_3/examples/blog/blog-web/pom.xml
branches/community/Seam_2_3/examples/blog/pom.xml
branches/community/Seam_2_3/examples/booking/booking-ear/build.xml
branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples/booking/booking-ejb/build.xml
branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples/booking/booking-tests/build.xml
branches/community/Seam_2_3/examples/booking/booking-tests/pom.xml
branches/community/Seam_2_3/examples/booking/booking-web/build.xml
branches/community/Seam_2_3/examples/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples/booking/pom.xml
branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml
branches/community/Seam_2_3/examples/contactlist/contactlist-ejb/pom.xml
branches/community/Seam_2_3/examples/contactlist/contactlist-tests/pom.xml
branches/community/Seam_2_3/examples/contactlist/contactlist-web/pom.xml
branches/community/Seam_2_3/examples/contactlist/pom.xml
branches/community/Seam_2_3/examples/drools/drools-ear/pom.xml
branches/community/Seam_2_3/examples/drools/drools-ejb/pom.xml
branches/community/Seam_2_3/examples/drools/drools-tests/pom.xml
branches/community/Seam_2_3/examples/drools/drools-web/pom.xml
branches/community/Seam_2_3/examples/drools/pom.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/build.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/pom.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/build.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/pom.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/build.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/pom.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/build.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/pom.xml
branches/community/Seam_2_3/examples/dvdstore/pom.xml
branches/community/Seam_2_3/examples/excel/excel-ear/pom.xml
branches/community/Seam_2_3/examples/excel/excel-ejb/pom.xml
branches/community/Seam_2_3/examples/excel/excel-tests/pom.xml
branches/community/Seam_2_3/examples/excel/excel-web/pom.xml
branches/community/Seam_2_3/examples/excel/pom.xml
branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml
branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples/groovybooking/pom.xml
branches/community/Seam_2_3/examples/guice/guice-ear/pom.xml
branches/community/Seam_2_3/examples/guice/guice-ejb/pom.xml
branches/community/Seam_2_3/examples/guice/guice-tests/pom.xml
branches/community/Seam_2_3/examples/guice/guice-web/pom.xml
branches/community/Seam_2_3/examples/guice/pom.xml
branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml
branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml
branches/community/Seam_2_3/examples/hibernate/pom.xml
branches/community/Seam_2_3/examples/icefaces/icefaces-ear/pom.xml
branches/community/Seam_2_3/examples/icefaces/icefaces-ejb/pom.xml
branches/community/Seam_2_3/examples/icefaces/icefaces-tests/pom.xml
branches/community/Seam_2_3/examples/icefaces/icefaces-web/pom.xml
branches/community/Seam_2_3/examples/icefaces/pom.xml
branches/community/Seam_2_3/examples/itext/itext-ear/pom.xml
branches/community/Seam_2_3/examples/itext/itext-ejb/pom.xml
branches/community/Seam_2_3/examples/itext/itext-tests/pom.xml
branches/community/Seam_2_3/examples/itext/itext-web/pom.xml
branches/community/Seam_2_3/examples/itext/pom.xml
branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml
branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml
branches/community/Seam_2_3/examples/jee6/pom.xml
branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml
branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
branches/community/Seam_2_3/examples/jpa/pom.xml
branches/community/Seam_2_3/examples/mail/mail-ear/pom.xml
branches/community/Seam_2_3/examples/mail/mail-ejb/pom.xml
branches/community/Seam_2_3/examples/mail/mail-tests/pom.xml
branches/community/Seam_2_3/examples/mail/mail-web/pom.xml
branches/community/Seam_2_3/examples/mail/pom.xml
branches/community/Seam_2_3/examples/messages/messages-ear/pom.xml
branches/community/Seam_2_3/examples/messages/messages-ejb/pom.xml
branches/community/Seam_2_3/examples/messages/messages-tests/pom.xml
branches/community/Seam_2_3/examples/messages/messages-web/pom.xml
branches/community/Seam_2_3/examples/messages/pom.xml
branches/community/Seam_2_3/examples/metawidget/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples/metawidget/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples/metawidget/booking/booking-tests/pom.xml
branches/community/Seam_2_3/examples/metawidget/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples/metawidget/booking/pom.xml
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-tests/pom.xml
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples/metawidget/groovybooking/pom.xml
branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ear/pom.xml
branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ejb/pom.xml
branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-tests/pom.xml
branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-web/pom.xml
branches/community/Seam_2_3/examples/nestedbooking/pom.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-ear/pom.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-tests/pom.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-web/pom.xml
branches/community/Seam_2_3/examples/numberguess/pom.xml
branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml
branches/community/Seam_2_3/examples/openid/openid-ejb/pom.xml
branches/community/Seam_2_3/examples/openid/openid-tests/pom.xml
branches/community/Seam_2_3/examples/openid/openid-web/pom.xml
branches/community/Seam_2_3/examples/openid/pom.xml
branches/community/Seam_2_3/examples/pom.xml
branches/community/Seam_2_3/examples/quartz/pom.xml
branches/community/Seam_2_3/examples/quartz/quartz-ear/pom.xml
branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml
branches/community/Seam_2_3/examples/quartz/quartz-tests/pom.xml
branches/community/Seam_2_3/examples/quartz/quartz-web/pom.xml
branches/community/Seam_2_3/examples/registration/pom.xml
branches/community/Seam_2_3/examples/registration/registration-ear/pom.xml
branches/community/Seam_2_3/examples/registration/registration-ejb/pom.xml
branches/community/Seam_2_3/examples/registration/registration-tests/pom.xml
branches/community/Seam_2_3/examples/registration/registration-web/pom.xml
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ear/pom.xml
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/pom.xml
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-tests/pom.xml
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web/pom.xml
branches/community/Seam_2_3/examples/remoting/chatroom/pom.xml
branches/community/Seam_2_3/examples/remoting/gwt/gwt-ear/pom.xml
branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml
branches/community/Seam_2_3/examples/remoting/gwt/gwt-tests/pom.xml
branches/community/Seam_2_3/examples/remoting/gwt/gwt-web/pom.xml
branches/community/Seam_2_3/examples/remoting/gwt/pom.xml
branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ear/pom.xml
branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ejb/pom.xml
branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-tests/pom.xml
branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-web/pom.xml
branches/community/Seam_2_3/examples/remoting/helloworld/pom.xml
branches/community/Seam_2_3/examples/remoting/progressbar/pom.xml
branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ear/pom.xml
branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ejb/pom.xml
branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-web/pom.xml
branches/community/Seam_2_3/examples/restbay/pom.xml
branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml
branches/community/Seam_2_3/examples/restbay/restbay-ejb/pom.xml
branches/community/Seam_2_3/examples/restbay/restbay-tests/pom.xml
branches/community/Seam_2_3/examples/restbay/restbay-web/pom.xml
branches/community/Seam_2_3/examples/rss/pom.xml
branches/community/Seam_2_3/examples/rss/rss-ear/pom.xml
branches/community/Seam_2_3/examples/rss/rss-ejb/pom.xml
branches/community/Seam_2_3/examples/rss/rss-tests/pom.xml
branches/community/Seam_2_3/examples/rss/rss-web/pom.xml
branches/community/Seam_2_3/examples/seambay/pom.xml
branches/community/Seam_2_3/examples/seambay/seambay-ear/pom.xml
branches/community/Seam_2_3/examples/seambay/seambay-ejb/pom.xml
branches/community/Seam_2_3/examples/seambay/seambay-tests/pom.xml
branches/community/Seam_2_3/examples/seambay/seambay-web/pom.xml
branches/community/Seam_2_3/examples/seamdiscs/pom.xml
branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ear/pom.xml
branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ejb/pom.xml
branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-tests/pom.xml
branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-web/pom.xml
branches/community/Seam_2_3/examples/seampay/pom.xml
branches/community/Seam_2_3/examples/seampay/seampay-ear/pom.xml
branches/community/Seam_2_3/examples/seampay/seampay-ejb/pom.xml
branches/community/Seam_2_3/examples/seampay/seampay-tests/pom.xml
branches/community/Seam_2_3/examples/seampay/seampay-web/pom.xml
branches/community/Seam_2_3/examples/seamspace/pom.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-ear/build.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-ear/pom.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/build.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/pom.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-tests/build.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-tests/pom.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-web/build.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-web/pom.xml
branches/community/Seam_2_3/examples/spring/pom.xml
branches/community/Seam_2_3/examples/spring/spring-tests/pom.xml
branches/community/Seam_2_3/examples/spring/spring-web/pom.xml
branches/community/Seam_2_3/examples/tasks/pom.xml
branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml
branches/community/Seam_2_3/examples/tasks/tasks-ejb/pom.xml
branches/community/Seam_2_3/examples/tasks/tasks-tests/pom.xml
branches/community/Seam_2_3/examples/tasks/tasks-web/pom.xml
branches/community/Seam_2_3/examples/todo/pom.xml
branches/community/Seam_2_3/examples/todo/todo-ear/pom.xml
branches/community/Seam_2_3/examples/todo/todo-ejb/pom.xml
branches/community/Seam_2_3/examples/todo/todo-tests/pom.xml
branches/community/Seam_2_3/examples/todo/todo-web/pom.xml
branches/community/Seam_2_3/examples/ui/pom.xml
branches/community/Seam_2_3/examples/ui/ui-ear/pom.xml
branches/community/Seam_2_3/examples/ui/ui-ejb/pom.xml
branches/community/Seam_2_3/examples/ui/ui-tests/pom.xml
branches/community/Seam_2_3/examples/ui/ui-web/pom.xml
branches/community/Seam_2_3/examples/wicket/pom.xml
branches/community/Seam_2_3/examples/wicket/wicket-ear/pom.xml
branches/community/Seam_2_3/examples/wicket/wicket-ejb/pom.xml
branches/community/Seam_2_3/examples/wicket/wicket-tests/pom.xml
branches/community/Seam_2_3/examples/wicket/wicket-web/pom.xml
branches/community/Seam_2_3/functional-tests/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/dist/ivy/ivy-build.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-mail/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/pom.xml
branches/community/Seam_2_3/release-process.txt
branches/community/Seam_2_3/seam-cdk-helper/pom.xml
branches/community/Seam_2_3/seam-integration-tests/pom.xml
branches/community/Seam_2_3/seam-reference-guide/pom.xml
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Dependencies.xml
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/MigrationGuide.xml
Log:
set version string to 2.3.1-SNAPSHOT
Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/bom/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>bom</artifactId>
<name>Seam 2 Bill Of Materials </name>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
@@ -31,7 +31,7 @@
<properties>
<!-- Version string properties -->
- <version.seam>2.3.0.Final</version.seam>
+ <version.seam>2.3.1-SNAPSHOT</version.seam>
<version.wicket>1.4.14</version.wicket>
<version.drools>5.3.3.Final</version.drools>
<version.resteasy>2.0.1.GA</version.resteasy>
Modified: branches/community/Seam_2_3/build/common.build.xml
===================================================================
--- branches/community/Seam_2_3/build/common.build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/build/common.build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -47,7 +47,7 @@
<!-- User set properties, order of this and default properties is important! -->
<property file="${seam.dir}/build.properties" />
- <property name="complete.version" value="2.3.0.Final" />
+ <property name="complete.version" value="2.3.1-SNAPSHOT" />
<condition property="mavenized.property">
<not>
Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/distribution/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/blog/blog-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/blog/blog-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/blog/blog-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>blog</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>blog</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/blog/blog-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/blog/blog-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/blog/blog-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>blog</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/blog/blog-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/blog/blog-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/blog/blog-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<artifactId>blog</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/blog/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/blog/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/blog/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/booking/booking-ear/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-ear/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/booking-ear/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -40,7 +40,7 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final" scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.1-SNAPSHOT" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
<exclusion groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec"/>
Modified: branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/booking/booking-ejb/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-ejb/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/booking-ejb/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -55,7 +55,7 @@
<dependency groupId="org.javassist" artifactId="javassist" version="3.15.0-GA" scope="provided"/>
<dependency groupId="org.jboss.el" artifactId="jboss-el" version="1.0_02.CR6" scope="compile"/>
<dependency groupId="org.jboss.logging" artifactId="jboss-logging" version="3.1.0.CR2" scope="provided"/>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final" scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.1-SNAPSHOT" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
<exclusion groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec"/>
Modified: branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/booking/booking-tests/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-tests/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/booking-tests/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -42,14 +42,14 @@
</artifact:dependencies>
<artifact:dependencies pathId="project.classpath">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="test" version="2.3.0.Final"/>
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="test" version="2.3.1-SNAPSHOT"/>
<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" scope="test" version="1.6.1"/>
<dependency groupId="org.hibernate.javax.persistence" artifactId="hibernate-jpa-2.0-api" version="1.0.1.Final"/>
<dependency groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec" version="1.0.0.Final"/>
<dependency groupId="javax.mail" artifactId="mail" version="1.4"/>
<dependency groupId="org.seleniumhq.selenium" artifactId="selenium-server" version="2.21.0"/>
<dependency groupId="org.seleniumhq.selenium" artifactId="selenium-java" version="2.21.0"/>
- <dependency groupId="org.jboss.seam" artifactId="functional-tests" scope="test" version="2.3.0.Final"/>
+ <dependency groupId="org.jboss.seam" artifactId="functional-tests" scope="test" version="2.3.1-SNAPSHOT"/>
<dependency groupId="junit" artifactId="junit" scope="test" version="4.8.2"/>
<dependency groupId="org.jboss.arquillian.junit" artifactId="arquillian-junit-container" scope="test"
version="1.0.1.Final"/>
Modified: branches/community/Seam_2_3/examples/booking/booking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/booking-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/booking/booking-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-web/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/booking-web/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -42,10 +42,10 @@
</artifact:dependencies>
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final" scope="runtime">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.1-SNAPSHOT" scope="runtime">
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final"
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.1-SNAPSHOT"
scope="compile">
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
Modified: branches/community/Seam_2_3/examples/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/booking-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/booking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/booking/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/contactlist/contactlist-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/contactlist/contactlist-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/contactlist/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/contactlist/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/drools/drools-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/drools/drools-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/drools/drools-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/drools/drools-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/drools/drools-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/drools/drools-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/drools/drools-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/drools/drools-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/drools/drools-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/drools/drools-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/drools/drools-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/drools/drools-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/drools/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/drools/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/drools/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -40,7 +40,7 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final" scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.1-SNAPSHOT" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
<exclusion groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec"/>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -44,7 +44,7 @@
scope="provided"/>
<dependency groupId="org.hibernate" artifactId="hibernate-validator" version="4.2.0.Final" scope="provided"/>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final" scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.1-SNAPSHOT" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
</dependency>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -67,14 +67,14 @@
<exclusion groupId="hsqldb" artifactId="hsqldb"/>
<exclusion groupId="org.jboss.logging" artifactId="jboss-logging"/>
</dependency>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="compile" version="2.3.0.Final"/>
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="compile" version="2.3.1-SNAPSHOT"/>
<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" scope="test" version="1.6.1"/>
<dependency groupId="org.hibernate.javax.persistence" artifactId="hibernate-jpa-2.0-api" version="1.0.1.Final"/>
<dependency groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec" version="1.0.0.Final"/>
<dependency groupId="javax.mail" artifactId="mail" version="1.4"/>
<dependency groupId="org.seleniumhq.selenium" artifactId="selenium-server" version="2.21.0"/>
<dependency groupId="org.seleniumhq.selenium" artifactId="selenium-java" version="2.21.0"/>
- <dependency groupId="org.jboss.seam" artifactId="functional-tests" scope="test" version="2.3.0.Final"/>
+ <dependency groupId="org.jboss.seam" artifactId="functional-tests" scope="test" version="2.3.1-SNAPSHOT"/>
<dependency groupId="junit" artifactId="junit" scope="test" version="4.8.2"/>
<dependency groupId="org.jboss.arquillian.junit" artifactId="arquillian-junit-container" scope="test"
version="1.0.1.Final"/>
@@ -103,7 +103,7 @@
</dependency>
<dependency groupId="org.beanshell" artifactId="bsh" version="2.0b4" scope="compile"/>
<dependency groupId="org.javassist" artifactId="javassist" version="3.15.0-GA" scope="compile"/>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="compile" version="2.3.0.Final"/>
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="compile" version="2.3.1-SNAPSHOT"/>
</artifact:dependencies>
<path id="combined.project.classpath">
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -42,10 +42,10 @@
</artifact:dependencies>
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final" scope="runtime">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.1-SNAPSHOT" scope="runtime">
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final"
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.1-SNAPSHOT"
scope="compile">
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/dvdstore/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/dvdstore/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/excel/excel-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/excel/excel-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/excel/excel-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/excel/excel-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/excel/excel-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/excel/excel-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/excel/excel-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/excel/excel-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/excel/excel-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/excel/excel-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/excel/excel-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/excel/excel-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/excel/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/excel/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/excel/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/groovybooking/groovybooking-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/groovybooking/groovybooking-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/groovybooking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/groovybooking/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/groovybooking/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Groovy Booking Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/guice/guice-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/guice/guice-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/guice/guice-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/guice/guice-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/guice/guice-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/guice/guice-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/guice/guice-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/guice/guice-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/guice/guice-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -7,7 +7,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/guice/guice-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/guice/guice-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/guice/guice-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/guice/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/guice/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/guice/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -7,7 +7,7 @@
<parent>
<artifactId>hibernate</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/hibernate/hibernate-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<artifactId>hibernate</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/hibernate/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/hibernate/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/hibernate/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/icefaces/icefaces-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/icefaces/icefaces-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/icefaces/icefaces-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>icefaces</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/icefaces/icefaces-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/icefaces/icefaces-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/icefaces/icefaces-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>icefaces</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/icefaces/icefaces-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/icefaces/icefaces-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/icefaces/icefaces-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>icefaces</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/icefaces/icefaces-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/icefaces/icefaces-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>icefaces</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/icefaces/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/icefaces/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/icefaces/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/itext/itext-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/itext/itext-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/itext/itext-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/itext/itext-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/itext/itext-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/itext/itext-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/itext/itext-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/itext/itext-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/itext/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/itext/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/jee6/jee6-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jee6</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/jee6/jee6-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jee6</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/jee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee6/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/jee6/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/jpa/jpa-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>jpa</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jpa</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/jpa/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/jpa/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>JPA Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/mail-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/mail/mail-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/mail/mail-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/mail-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/mail/mail-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/mail/mail-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/mail-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/mail/mail-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/mail-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/mail/mail-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/mail/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples/messages/messages-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/messages/messages-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/messages/messages-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/messages/messages-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/messages/messages-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/messages/messages-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/messages/messages-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/messages/messages-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/messages/messages-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/messages/messages-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/messages/messages-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/messages/messages-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/messages/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/messages/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/messages/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/metawidget/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/booking/booking-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/metawidget/booking/booking-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples.metawidget</groupId>
<artifactId>booking</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/metawidget/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/booking/booking-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/metawidget/booking/booking-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples.metawidget</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/metawidget/booking/booking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/booking/booking-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/metawidget/booking/booking-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples.metawidget</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/metawidget/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/booking/booking-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/metawidget/booking/booking-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples.metawidget</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/metawidget/booking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/booking/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/metawidget/booking/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples.metawidget</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples.metawidget</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/metawidget/groovybooking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/groovybooking/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/metawidget/groovybooking/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/nestedbooking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/nestedbooking/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Nested Booking Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/numberguess/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/numberguess/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Numberguess Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/openid/openid-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/openid/openid-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/openid/openid-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/openid/openid-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/openid/openid-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/openid/openid-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/openid/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/openid/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Seam 2 EE 6 examples</name>
Modified: branches/community/Seam_2_3/examples/quartz/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/quartz/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Quartz Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/quartz/quartz-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/quartz/quartz-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/quartz/quartz-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/quartz/quartz-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/quartz/quartz-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/quartz/quartz-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/registration/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/registration/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/registration/registration-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/registration-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/registration/registration-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/registration/registration-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/registration-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/registration/registration-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/registration/registration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/registration-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/registration/registration-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/registration/registration-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/registration-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/registration/registration-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/chatroom/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/chatroom/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/gwt-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/gwt/gwt-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/gwt/gwt-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/gwt-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/gwt/gwt-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/gwt/gwt-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/gwt-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/gwt/gwt-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/gwt/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/gwt/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/helloworld/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/helloworld/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/helloworld/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/progressbar/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/progressbar/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/progressbar/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/restbay/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/restbay/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Restbay Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/restbay/restbay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/restbay/restbay-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/restbay/restbay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/restbay/restbay-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/restbay/restbay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/restbay/restbay-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/rss/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/rss/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/rss/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples/rss/rss-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/rss/rss-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/rss/rss-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>rss</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/rss/rss-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/rss/rss-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/rss/rss-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>rss</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/rss/rss-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/rss/rss-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/rss/rss-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>rss</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/rss/rss-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/rss/rss-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/rss/rss-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>rss</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seambay/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seambay/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seambay/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Seambay Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/seambay/seambay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seambay/seambay-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seambay/seambay-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seambay/seambay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seambay/seambay-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seambay/seambay-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seambay/seambay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seambay/seambay-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seambay/seambay-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seambay/seambay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seambay/seambay-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seambay/seambay-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seamdiscs/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamdiscs/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamdiscs/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Seamdiscs Example</name>
Modified: branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seampay/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seampay/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Seampay Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/seampay/seampay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seampay/seampay-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seampay/seampay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seampay/seampay-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seampay/seampay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seampay/seampay-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seampay/seampay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seampay/seampay-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seamspace/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>SeamSpace Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-ear/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-ear/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-ear/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -40,7 +40,7 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final" scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.1-SNAPSHOT" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
<exclusion groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec"/>
@@ -65,7 +65,7 @@
<dependency groupId="org.hibernate" artifactId="hibernate-validator" version="4.2.0.Final" scope="provided"/>
<dependency groupId="org.hibernate.javax.persistence" artifactId="hibernate-jpa-2.0-api" version="1.0.1.Final"
scope="provided"/>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final" scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.1-SNAPSHOT" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
<exclusion groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec"/>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -45,7 +45,7 @@
<dependency groupId="org.hibernate" artifactId="hibernate-validator" version="4.2.0.Final" scope="provided"/>
<dependency groupId="org.hibernate.javax.persistence" artifactId="hibernate-jpa-2.0-api" version="1.0.1.Final"
scope="provided"/>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.0.Final" scope="compile">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="2.3.1-SNAPSHOT" scope="compile">
<exclusion groupId="org.testng" artifactId="testng"/>
<exclusion groupId="junit" artifactId="junit"/>
<exclusion groupId="org.jboss.spec.javax.faces" artifactId="jboss-jsf-api_2.0_spec"/>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-tests/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-tests/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-tests/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -46,14 +46,14 @@
</artifact:dependencies>
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="test" version="2.3.0.Final"/>
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam" scope="test" version="2.3.1-SNAPSHOT"/>
<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" scope="test" version="1.6.1"/>
<dependency groupId="org.hibernate.javax.persistence" scope="test" artifactId="hibernate-jpa-2.0-api" version="1.0.1.Final"/>
<dependency groupId="org.jboss.spec.javax.faces" scope="test" artifactId="jboss-jsf-api_2.0_spec" version="1.0.0.Final"/>
<dependency groupId="javax.mail" artifactId="mail" version="1.4"/>
<dependency groupId="org.seleniumhq.selenium" artifactId="selenium-server" version="2.21.0"/>
<dependency groupId="org.seleniumhq.selenium" artifactId="selenium-java" version="2.21.0"/>
- <dependency groupId="org.jboss.seam" artifactId="functional-tests" scope="test" version="2.3.0.Final"/>
+ <dependency groupId="org.jboss.seam" artifactId="functional-tests" scope="test" version="2.3.1-SNAPSHOT"/>
<dependency groupId="junit" artifactId="junit" scope="test" version="4.8.2"/>
<dependency groupId="org.jboss.arquillian.junit" artifactId="arquillian-junit-container" scope="test"
version="1.0.1.Final"/>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-web/build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-web/build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -42,10 +42,10 @@
</artifact:dependencies>
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final" scope="runtime">
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.1-SNAPSHOT" scope="runtime">
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
- <dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final"
+ <dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.1-SNAPSHOT"
scope="compile">
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/spring/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/spring/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/spring/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Spring Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/spring/spring-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/spring/spring-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/spring/spring-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>spring</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/spring/spring-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/spring/spring-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/spring/spring-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>spring</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/tasks/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/tasks/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Tasks Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/tasks/tasks-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/tasks/tasks-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/tasks-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/tasks/tasks-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/tasks/tasks-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/tasks-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/tasks/tasks-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/tasks/tasks-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/tasks-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/tasks/tasks-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/todo/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/todo/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/todo/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples/todo/todo-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/todo/todo-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/todo/todo-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/todo/todo-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/todo/todo-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/todo/todo-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/todo/todo-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/todo/todo-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/todo/todo-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/todo/todo-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/todo/todo-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/todo/todo-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/ui/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/ui/ui-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/ui-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/ui/ui-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/ui/ui-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/ui-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/ui/ui-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/ui/ui-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/ui-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/ui/ui-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/ui/ui-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/ui-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/ui/ui-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/wicket/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/wicket/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/wicket/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Wicket Booking Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples/wicket/wicket-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/wicket/wicket-ear/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/wicket/wicket-ear/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>wicket</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/wicket/wicket-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/wicket/wicket-ejb/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/wicket/wicket-ejb/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>wicket</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/wicket/wicket-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/wicket/wicket-tests/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/wicket/wicket-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>wicket</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples/wicket/wicket-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/wicket/wicket-web/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/examples/wicket/wicket-web/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>wicket</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/functional-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy-build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy-build.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy-build.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -9,7 +9,7 @@
<property name="jboss.repo" value="http://repository.jboss.org/nexus/content/groups/public"/>
<!-- centralize some key artifact versions -->
- <property name="seam.version" value="2.3.0.Final"/>
+ <property name="seam.version" value="2.3.1-SNAPSHOT"/>
<!--<property name="jsf.version" value="1.2_12"/>
<property name="richfaces.version" value="3.3.3.Final"/>
<property name="icefaces.version" value="1.8.1"/>
Modified: branches/community/Seam_2_3/jboss-seam-gen/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/jboss-seam-pdf/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -10,7 +10,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
<name>Seam Parent</name>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
@@ -44,7 +44,7 @@
<pdf.name>${project.artifactId}.pdf</pdf.name>
<!-- Version string properties -->
- <version.seam>2.3.0.Final</version.seam>
+ <version.seam>2.3.1-SNAPSHOT</version.seam>
<version.arquillian_core>1.0.1.Final</version.arquillian_core>
<version.wicket>1.4.14</version.wicket>
<version.testng>5.14.10</version.testng>
Modified: branches/community/Seam_2_3/release-process.txt
===================================================================
--- branches/community/Seam_2_3/release-process.txt 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/release-process.txt 2012-09-21 12:26:22 UTC (rev 15163)
@@ -78,9 +78,9 @@
-"svn copy https://svn.jboss.org/repos/seam/XX/XX
https://svn.jboss.org/repos/seam/tags/JBoss_Seam_x_x_x_XXX
-m "create JBoss_Seam_x_x_x_XXX tag""
- - ex. "svn copy https://svn.jboss.org/repos/seam/trunk
- https://svn.jboss.org/repos/seam/tags/JBoss_Seam_2_1_0_B1
- -m "created JBoss_Seam_2_1_0_B1 tag"
+ - ex. "svn copy https://svn.jboss.org/repos/seam/branches/community/Seam_2_3
+ https://svn.jboss.org/repos/seam/tags/JBoss_Seam_2_3_0_Final -m "created JBoss_Seam_2_3_0_Final tag" "
+
* In a clean directory checkout the newly tagged seam source ( XX as needed)
- "svn co https://svn.jboss.org/repos/seam/tags/JBoss_Seam_x_x_x_XXX seam"
- ex. "svn co https://svn.jboss.org/repos/seam/tags/JBoss_Seam_2_1_0_B1 seam"
Modified: branches/community/Seam_2_3/seam-cdk-helper/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-cdk-helper/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/seam-cdk-helper/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -5,7 +5,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../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-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/seam-reference-guide/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Dependencies.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Dependencies.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Dependencies.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -1245,7 +1245,7 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>bom</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/MigrationGuide.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/MigrationGuide.xml 2012-09-21 10:17:03 UTC (rev 15162)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/MigrationGuide.xml 2012-09-21 12:26:22 UTC (rev 15163)
@@ -347,7 +347,7 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>bom</artifactId>
- <version>2.3.0.Final</version>
+ <version>2.3.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
12 years, 2 months
Seam SVN: r15162 - tags.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-21 06:17:03 -0400 (Fri, 21 Sep 2012)
New Revision: 15162
Added:
tags/JBoss_Seam_2_3_0_Final/
Log:
created JBoss_Seam_2_3_0_Final tag
12 years, 2 months