Seam SVN: r14728 - branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts.
by seam-commits@lists.jboss.org
Author: dhinojosa
Date: 2012-05-23 00:43:27 -0400 (Wed, 23 May 2012)
New Revision: 14728
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
Log:
needed to include sac.jar and cssparser.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-05-23 04:42:53 UTC (rev 14727)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-05-23 04:43:27 UTC (rev 14728)
@@ -66,4 +66,6 @@
richfaces-components-ui.jar
richfaces-core-api.jar
richfaces-core-impl.jar
-mvel2.jar
\ No newline at end of file
+mvel2.jar
+sac.jar
+cssparser.jar
\ No newline at end of file
12 years, 7 months
Seam SVN: r14727 - branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout.
by seam-commits@lists.jboss.org
Author: dhinojosa
Date: 2012-05-23 00:42:53 -0400 (Wed, 23 May 2012)
New Revision: 14727
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
Log:
invalidate requires ()
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml 2012-05-23 04:42:20 UTC (rev 14726)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml 2012-05-23 04:42:53 UTC (rev 14727)
@@ -37,7 +37,7 @@
#{' - '}
<s:link id="debugConsole" view="/debug.xhtml" value="Debug console" target="debugConsole"/>
#{' - '}
- <s:link id="resetSession" view="/home.xhtml" action="#{org.jboss.seam.web.session.invalidate}" propagation="none" value="Terminate session"/>
+ <s:link id="resetSession" view="/home.xhtml" action="#{org.jboss.seam.web.session.invalidate()}" propagation="none" value="Terminate session"/>
</p>
</s:fragment>
</div>
12 years, 7 months
Seam SVN: r14726 - branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout.
by seam-commits@lists.jboss.org
Author: dhinojosa
Date: 2012-05-23 00:42:20 -0400 (Wed, 23 May 2012)
New Revision: 14726
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/menu.xhtml
Log:
logout requires ()
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/menu.xhtml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/menu.xhtml 2012-05-22 19:32:25 UTC (rev 14725)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/menu.xhtml 2012-05-23 04:42:20 UTC (rev 14726)
@@ -13,6 +13,6 @@
<rich:toolbarGroup location="right">
<h:outputText id="menuWelcomeId" value="signed in as: #{credentials.username}" rendered="#{identity.loggedIn}"/>
<s:link id="menuLoginId" view="/login.xhtml" value="Login" rendered="#{not identity.loggedIn}" propagation="none"/>
- <s:link id="menuLogoutId" view="/home.xhtml" action="#{identity.logout}" value="Logout" rendered="#{identity.loggedIn}" propagation="none"/>
+ <s:link id="menuLogoutId" view="/home.xhtml" action="#{identity.logout()}" value="Logout" rendered="#{identity.loggedIn}" propagation="none"/>
</rich:toolbarGroup>
</rich:toolbar>
12 years, 7 months
Seam SVN: r14725 - in tags/JBoss_Seam_2_3_0_Beta2/examples-ee6: dvdstore/dvdstore-web/src/main/webapp/newuser and 4 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-22 15:32:25 -0400 (Tue, 22 May 2012)
New Revision: 14725
Modified:
tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/blog/blog-web/src/main/webapp/post.xhtml
tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml
tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/password.xhtml
tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/hibernate/hibernate-web/src/main/webapp/password.xhtml
tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/jpa/jpa-web/src/main/webapp/password.xhtml
tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/metawidget/groovybooking/groovybooking-web/src/main/webapp/password.xhtml
Log:
backported commit for examples JBSEAM-4955
Modified: tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/blog/blog-web/src/main/webapp/post.xhtml
===================================================================
--- tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/blog/blog-web/src/main/webapp/post.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
+++ tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/blog/blog-web/src/main/webapp/post.xhtml 2012-05-22 19:32:25 UTC (rev 14725)
@@ -21,14 +21,16 @@
<s:decorate template="edit.xhtml" id="title">
<ui:define name="label">Title</ui:define>
<h:inputText value="#{blogEntry.title}" size="70" maxlength="70" required="true" id="titleInput">
- <s:validateFormattedText />
+<!-- <s:validateFormattedText /> -->
+ <f:validator validatorId="org.jboss.seam.ui.FormattedTextValidator" />
</h:inputText>
</s:decorate>
<s:decorate template="edit.xhtml" id="excerpt">
<ui:define name="label">Excerpt (optional)</ui:define>
<h:inputTextarea value="#{blogEntry.excerpt}" cols="68" rows="3" id="excerptInput">
- <s:validateFormattedText />
+<!-- <s:validateFormattedText /> -->
+ <f:validator validatorId="org.jboss.seam.ui.FormattedTextValidator" />
</h:inputTextarea>
</s:decorate>
Modified: tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml
===================================================================
--- tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
+++ tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml 2012-05-22 19:32:25 UTC (rev 14725)
@@ -38,7 +38,8 @@
<td class="cntForm">
<h:inputText id="userName" required="true"
value="#{customer.userName}">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputText> *
</td>
<td><h:message id="MessageForUserName" for="userName" styleClass="cntError" /></td>
Modified: tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/password.xhtml
===================================================================
--- tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/password.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
+++ tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/password.xhtml 2012-05-22 19:32:25 UTC (rev 14725)
@@ -30,7 +30,8 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret>
</s:decorate>
</div>
@@ -78,4 +79,4 @@
</p>
</ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
Modified: tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/hibernate/hibernate-web/src/main/webapp/password.xhtml
===================================================================
--- tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/hibernate/hibernate-web/src/main/webapp/password.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
+++ tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/hibernate/hibernate-web/src/main/webapp/password.xhtml 2012-05-22 19:32:25 UTC (rev 14725)
@@ -30,7 +30,8 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret>
</s:decorate>
</div>
@@ -78,4 +79,4 @@
</p>
</ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
Modified: tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/jpa/jpa-web/src/main/webapp/password.xhtml
===================================================================
--- tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/jpa/jpa-web/src/main/webapp/password.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
+++ tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/jpa/jpa-web/src/main/webapp/password.xhtml 2012-05-22 19:32:25 UTC (rev 14725)
@@ -30,7 +30,8 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret>
</s:decorate>
</div>
@@ -78,4 +79,4 @@
</p>
</ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
Modified: tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/metawidget/groovybooking/groovybooking-web/src/main/webapp/password.xhtml
===================================================================
--- tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/metawidget/groovybooking/groovybooking-web/src/main/webapp/password.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
+++ tags/JBoss_Seam_2_3_0_Beta2/examples-ee6/metawidget/groovybooking/groovybooking-web/src/main/webapp/password.xhtml 2012-05-22 19:32:25 UTC (rev 14725)
@@ -30,7 +30,8 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret>
</s:decorate>
</div>
@@ -78,4 +79,4 @@
</p>
</ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
12 years, 7 months
Seam SVN: r14724 - in branches/community/Seam_2_3/examples-ee6: dvdstore/dvdstore-web/src/main/webapp/newuser and 4 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-22 15:17:21 -0400 (Tue, 22 May 2012)
New Revision: 14724
Modified:
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/post.xhtml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/password.xhtml
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/webapp/password.xhtml
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/main/webapp/password.xhtml
branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/src/main/webapp/password.xhtml
Log:
JBSEAM-4955 replaced all usage of validate and validateFormattedText with f:validator
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/post.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/post.xhtml 2012-05-21 22:42:52 UTC (rev 14723)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/post.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
@@ -21,14 +21,16 @@
<s:decorate template="edit.xhtml" id="title">
<ui:define name="label">Title</ui:define>
<h:inputText value="#{blogEntry.title}" size="70" maxlength="70" required="true" id="titleInput">
- <s:validateFormattedText />
+<!-- <s:validateFormattedText /> -->
+ <f:validator validatorId="org.jboss.seam.ui.FormattedTextValidator" />
</h:inputText>
</s:decorate>
<s:decorate template="edit.xhtml" id="excerpt">
<ui:define name="label">Excerpt (optional)</ui:define>
<h:inputTextarea value="#{blogEntry.excerpt}" cols="68" rows="3" id="excerptInput">
- <s:validateFormattedText />
+<!-- <s:validateFormattedText /> -->
+ <f:validator validatorId="org.jboss.seam.ui.FormattedTextValidator" />
</h:inputTextarea>
</s:decorate>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml 2012-05-21 22:42:52 UTC (rev 14723)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
@@ -38,7 +38,8 @@
<td class="cntForm">
<h:inputText id="userName" required="true"
value="#{customer.userName}">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputText> *
</td>
<td><h:message id="MessageForUserName" for="userName" styleClass="cntError" /></td>
Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/password.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/password.xhtml 2012-05-21 22:42:52 UTC (rev 14723)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/password.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
@@ -30,7 +30,8 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret>
</s:decorate>
</div>
@@ -78,4 +79,4 @@
</p>
</ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
Modified: branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/webapp/password.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/webapp/password.xhtml 2012-05-21 22:42:52 UTC (rev 14723)
+++ branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/webapp/password.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
@@ -30,7 +30,8 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret>
</s:decorate>
</div>
@@ -78,4 +79,4 @@
</p>
</ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
Modified: branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/main/webapp/password.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/main/webapp/password.xhtml 2012-05-21 22:42:52 UTC (rev 14723)
+++ branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/main/webapp/password.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
@@ -30,7 +30,8 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret>
</s:decorate>
</div>
@@ -78,4 +79,4 @@
</p>
</ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/src/main/webapp/password.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/src/main/webapp/password.xhtml 2012-05-21 22:42:52 UTC (rev 14723)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/src/main/webapp/password.xhtml 2012-05-22 19:17:21 UTC (rev 14724)
@@ -30,7 +30,8 @@
<div class="input">
<s:decorate id="PasswordDecorate">
<h:inputSecret id="password" value="#{user.password}" required="true">
- <s:validate/>
+ <!--<s:validate/>-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret>
</s:decorate>
</div>
@@ -78,4 +79,4 @@
</p>
</ui:define>
-</ui:composition>
\ No newline at end of file
+</ui:composition>
12 years, 7 months
Seam SVN: r14723 - in branches/community/Seam_2_3: bom and 189 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-21 18:42:52 -0400 (Mon, 21 May 2012)
New Revision: 14723
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-ee6/blog/blog-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
branches/community/Seam_2_3/examples-ee6/blog/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/pom.xml
branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/drools/drools-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml
branches/community/Seam_2_3/examples-ee6/drools/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/pom.xml
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/groovybooking/pom.xml
branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/guice/guice-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/guice/guice-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml
branches/community/Seam_2_3/examples-ee6/guice/pom.xml
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml
branches/community/Seam_2_3/examples-ee6/hibernate/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/pom.xml
branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml
branches/community/Seam_2_3/examples-ee6/jpa/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/booking/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/openid-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/openid-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/pom.xml
branches/community/Seam_2_3/examples-ee6/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/gwt/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/progressbar/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-web/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/rss/pom.xml
branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/rss/rss-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/rss/rss-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/seampay-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/seampay-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml
branches/community/Seam_2_3/examples-ee6/spring/pom.xml
branches/community/Seam_2_3/examples-ee6/spring/spring-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/tasks-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
branches/community/Seam_2_3/examples-ee6/wicket/pom.xml
branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/wicket/wicket-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/wicket/wicket-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/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/pom.xml
branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
branches/community/Seam_2_3/jboss-seam-jul/pom.xml
branches/community/Seam_2_3/jboss-seam-mail/pom.xml
branches/community/Seam_2_3/jboss-seam-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/seam-integration-tests/pom.xml
branches/community/Seam_2_3/seam-reference-guide/pom.xml
Log:
changed version to 2.3.0.CR1-SNAPSHOT
Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/bom/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>bom</artifactId>
<name>Seam 2 Bill Of Materials </name>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
@@ -31,7 +31,7 @@
<properties>
<!-- Version string properties -->
- <version.seam>2.3.0.Beta2</version.seam>
+ <version.seam>2.3.0.CR1-SNAPSHOT</version.seam>
<version.wicket>1.4.14</version.wicket>
<version.drools>5.1.1</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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/build/common.build.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -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.Beta2" />
+ <property name="complete.version" value="2.3.0.CR1-SNAPSHOT" />
<condition property="mavenized.property">
<not>
Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/distribution/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>blog</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>blog</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>blog</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<artifactId>blog</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/blog/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/blog/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/booking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/booking/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6</groupId>
<artifactId>drools</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/drools/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/drools/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>dvdstore</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/excel/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/excel/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Groovy Booking Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -7,7 +7,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>guice</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/guice/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/guice/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -7,7 +7,7 @@
<parent>
<artifactId>hibernate</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<artifactId>hibernate</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/hibernate/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/hibernate/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/hibernate/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>icefaces</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>icefaces</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>icefaces</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>icefaces</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/itext/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/itext/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>jpa</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jpa</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/jpa/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/jpa/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>JPA Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/messages/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/messages/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
<artifactId>booking</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>booking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples-ee6.metawidget</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>nestedbooking</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Nested Booking Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<artifactId>numberguess</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Numberguess Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/openid/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/openid/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/quartz/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/quartz/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Quartz Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/registration/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/registration/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>gwt</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/progressbar/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/progressbar/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/progressbar/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>progressbar</artifactId>
<groupId>org.jboss.seam.examples-ee6.remoting</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/restbay/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/restbay/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Restbay Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/rss/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/rss/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>rss</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>rss</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>rss</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>rss</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seambay/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seambay/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Seambay Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Seamdiscs Example</name>
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seampay/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seampay/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Seampay Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>SeamSpace Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/spring/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/spring/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/spring/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Spring Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/spring/spring-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/spring/spring-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/spring/spring-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>spring</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>spring</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/tasks/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/tasks/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Tasks Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/todo/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/todo/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>todo</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/ui/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>examples-ee6</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/wicket/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples-ee6</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Wicket Booking Example (EE6)</name>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>wicket</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-ejb/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-ejb/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>wicket</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>wicket</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>wicket</artifactId>
<groupId>org.jboss.seam.examples-ee6</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/functional-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-gen/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/community/Seam_2_3/jboss-seam-jul/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/jboss-seam-mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -10,7 +10,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
<name>Seam Parent</name>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-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-05-21 22:38:50 UTC (rev 14722)
+++ branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-05-21 22:42:52 UTC (rev 14723)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.0.Beta2</version>
+ <version>2.3.0.CR1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
12 years, 8 months