JBoss Rich Faces SVN: r5736 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2008-01-30 09:35:31 -0500 (Wed, 30 Jan 2008)
New Revision: 5736
Modified:
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
Log:
RF-658 -language is corrected, remarks on component are made
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-01-30 14:16:15 UTC (rev 5735)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-01-30 14:35:31 UTC (rev 5736)
@@ -150,11 +150,11 @@
corresponding paragraph</link> of the <property>tree</property> component chapter.
It's only necessary to mention that each node could also be a Drag element as well as
a Drop container, i.e. the container and the element have all attributes, listeners and ways
- of behavior similar to the ones of the <emphasis role="bold">
+ of behavior similar to both <emphasis role="bold">
<property><rich:draggable></property>
</emphasis> and <emphasis role="bold">
<property><rich:dropZone></property>
- </emphasis> components simultaneously.</para>
+ </emphasis> components.</para>
</section>
<section>
<title>Events Handling</title>
16 years, 11 months
JBoss Rich Faces SVN: r5735 - trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-01-30 09:16:15 -0500 (Wed, 30 Jan 2008)
New Revision: 5735
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
Log:
horizontal scroll is added
Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-01-30 13:58:23 UTC (rev 5734)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-01-30 14:16:15 UTC (rev 5735)
@@ -67,7 +67,7 @@
.rich-combobox-list-scroll {
overflow : auto;
- overflow-x : hidden;
+ /*overflow-x : hidden;*/
height : 100px;
}
16 years, 11 months
JBoss Rich Faces SVN: r5734 - in management/design: inplaceInput and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: admitriev
Date: 2008-01-30 08:58:23 -0500 (Wed, 30 Jan 2008)
New Revision: 5734
Added:
management/design/inplaceInput/input.gif
management/design/inplaceSelect/
management/design/inplaceSelect/select.gif
Log:
Added: management/design/inplaceInput/input.gif
===================================================================
(Binary files differ)
Property changes on: management/design/inplaceInput/input.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: management/design/inplaceSelect/select.gif
===================================================================
(Binary files differ)
Property changes on: management/design/inplaceSelect/select.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 11 months
JBoss Rich Faces SVN: r5733 - in trunk/sandbox/ui/combobox/src/main: templates and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-01-30 06:30:38 -0500 (Wed, 30 Jan 2008)
New Revision: 5733
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
Log:
cosmetic changes
Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-01-30 11:20:11 UTC (rev 5732)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-01-30 11:30:38 UTC (rev 5733)
@@ -9,11 +9,6 @@
.rich-combobox-button-pressed {
}
-
-.rich-combobox-input-width {
- width : 250px;
-}
-
.rich-combobox-input {
width : 240px;
position : absolute;
Modified: trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx 2008-01-30 11:20:11 UTC (rev 5732)
+++ trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx 2008-01-30 11:30:38 UTC (rev 5733)
@@ -207,11 +207,11 @@
x:passThruWithExclusions="value,name,type,id,styleClass,class,style,size,autocomplete,disabled,onchange">
<input id="comboboxValue#{clientId}" name="comboboxValue#{clientId}" type="hidden"/>
<div class="rich-combobox-list-cord"></div>
- <div class="rich-combobox-input-width rich-combobox-font rich-combobox-shell" style="width:#{width};z-index:1;">
+ <div class="rich-combobox-font rich-combobox-shell" style="width:#{width};z-index:1;">
<input id="comboboxField#{clientId}"
name="comboboxField#{clientId}"
disabled="#{disabled}"
- class="rich-combobox-input-width rich-combobox-font-inactive rich-combobox-input-inactive #{inputDisabledClass}" type="text"
+ class="rich-combobox-font-inactive rich-combobox-input-inactive #{inputDisabledClass}" type="text"
value="#{value}"
size="#{inputSize}"
onchange="#{component.attributes['onchange']}"
@@ -222,7 +222,7 @@
<input id="comboBoxButtonBG#{clientId}" readonly="true" type="text" value="" class="rich-combobox-font-inactive rich-combobox-button-background rich-combobox-button-inactive"/>
<input id="comboboxButton#{clientId}" readonly="true" disabled="#{disabled}" type="text" value="" style="#{buttonStyle}; background-image: #{buttonIconNormal};"
class="rich-combobox-font-inactive rich-combobox-button-icon-inactive rich-combobox-button-inactive #{buttonDisabledClass}"/>
- <div class="rich-combobox-input-width rich-combobox-strut rich-combobox-font" style="width:#{correction}">Strut</div>
+ <div class="rich-combobox-strut rich-combobox-font" style="width:#{correction}">Strut</div>
</div>
<div id="listParent#{clientId}" class="rich-combobox-list-cord #{listClass}" style="display:none; #{listStyle};z-index: 3;position:absolute;">
16 years, 11 months
JBoss Rich Faces SVN: r5732 - trunk/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-01-30 06:20:11 -0500 (Wed, 30 Jan 2008)
New Revision: 5732
Added:
trunk/docs/userguide/en/src/main/resources/images/tree_CS2.png
Log:
http://jira.jboss.com/jira/browse/RF-1052 - added screens
Added: trunk/docs/userguide/en/src/main/resources/images/tree_CS2.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/tree_CS2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 11 months
JBoss Rich Faces SVN: r5731 - trunk/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-01-30 06:19:59 -0500 (Wed, 30 Jan 2008)
New Revision: 5731
Added:
trunk/docs/userguide/en/src/main/resources/images/tree_CS1.png
Log:
http://jira.jboss.com/jira/browse/RF-1052 - added screens
Added: trunk/docs/userguide/en/src/main/resources/images/tree_CS1.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/tree_CS1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 11 months
JBoss Rich Faces SVN: r5730 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-01-30 06:19:42 -0500 (Wed, 30 Jan 2008)
New Revision: 5730
Modified:
trunk/docs/userguide/en/src/main/docbook/included/tree.xml
Log:
http://jira.jboss.com/jira/browse/RF-1052 - done for tree
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2008-01-30 01:45:09 UTC (rev 5729)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2008-01-30 11:19:42 UTC (rev 5730)
@@ -805,7 +805,7 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <table>
+ <table id="tab_cn7">
<title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
@@ -824,16 +824,66 @@
</table>
<para>In order to redefine styles for all <emphasis role="bold">
- <property><rich:tree></property>
- </emphasis> components on a page using CSS, it's enough to create a class with the
- same names and define necessary properties in them.</para>
-
- <para>To change styles of particular <emphasis role="bold">
- <property><rich:tree></property>
- </emphasis> components define your own style class in the corresponding <emphasis role="bold">
- <property><rich:tree></property>
- </emphasis>attribute.</para>
+ <property><rich:tree></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names (possible classes could be found in the table <link linkend="tab_cn7">above</link>) and define necessary properties in them. An example is placed below:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="CSS"><![CDATA[...
+ .rich-tree{
+ color: #ff7700;
+}
+...]]></programlisting>
+
+ <para>This is a result:</para>
+
+ <figure>
+ <title>Redefinition styles with predefined classes</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/tree_CS1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>In the example a tree color text was changed.</para>
+ <para>Also it’s possible to change styles of particular <emphasis role="bold"
+ ><property><rich:tree></property></emphasis> component. In this case you should create own style classes and use them in corresponding <emphasis role="bold"
+ ><property><rich:tree></property></emphasis> <property>styleClass</property> attributes. An example is placed below:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="CSS"><![CDATA[...
+.myClass{
+ background-color: #bdd5f7;
+}
+...]]></programlisting>
+ <para>The <emphasis><property>"styleClass"</property></emphasis> attribute for <emphasis role="bold"
+ ><property><rich:tree> </property></emphasis> is defined as it’s shown in the example below:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="CSS"><![CDATA[<rich:tree ... styleClass="myClass"/>
+]]></programlisting>
+
+ <para>This is a result:</para>
+
+ <figure>
+ <title>Redefinition styles with own classes and styleClass attributes</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/tree_CS2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>As it could be seen on the picture above, background color of tree was changed.</para>
</section>
+
<section>
<title>Relevant Resources Links</title>
<para>
16 years, 11 months
JBoss Rich Faces SVN: r5728 - in tags/3.1.4.GA: extensions/gwt and 47 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2008-01-29 20:02:35 -0500 (Tue, 29 Jan 2008)
New Revision: 5728
Modified:
tags/3.1.4.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
tags/3.1.4.GA/extensions/gwt/pom.xml
tags/3.1.4.GA/extensions/portlet/pom.xml
tags/3.1.4.GA/extensions/seam/pom.xml
tags/3.1.4.GA/extensions/trinidad/pom.xml
tags/3.1.4.GA/framework/api-parent/pom.xml
tags/3.1.4.GA/framework/impl-parent/pom.xml
tags/3.1.4.GA/framework/impl/pom.xml
tags/3.1.4.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java
tags/3.1.4.GA/samples/jQuery-sample/pom.xml
tags/3.1.4.GA/samples/pom.xml
tags/3.1.4.GA/samples/portal-echo/pom.xml
tags/3.1.4.GA/samples/richfaces-art-datatable/pom.xml
tags/3.1.4.GA/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.1.4.GA/samples/richfaces-ear-demo/pom.xml
tags/3.1.4.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.1.4.GA/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.1.4.GA/samples/seamEAR/ear/pom.xml
tags/3.1.4.GA/samples/seamEAR/ejbs/pom.xml
tags/3.1.4.GA/samples/seamEAR/pom.xml
tags/3.1.4.GA/samples/seamEAR/primary-source/pom.xml
tags/3.1.4.GA/samples/seamEAR/projects/logging/pom.xml
tags/3.1.4.GA/samples/seamEAR/projects/pom.xml
tags/3.1.4.GA/samples/seamEAR/wars/pom.xml
tags/3.1.4.GA/samples/seamEAR/wars/seamWebapp/pom.xml
tags/3.1.4.GA/samples/seamIntegration/pom.xml
tags/3.1.4.GA/samples/seamPortletEar/pom.xml
tags/3.1.4.GA/samples/tomahawkCompability/pom.xml
tags/3.1.4.GA/samples/useCases/pom.xml
tags/3.1.4.GA/samples/virtualEarth-sample/pom.xml
tags/3.1.4.GA/sandbox/api/pom.xml
tags/3.1.4.GA/sandbox/impl/pom.xml
tags/3.1.4.GA/sandbox/pom.xml
tags/3.1.4.GA/sandbox/samples/dialog-window-sample/pom.xml
tags/3.1.4.GA/sandbox/samples/panel2-sample/pom.xml
tags/3.1.4.GA/sandbox/samples/pom.xml
tags/3.1.4.GA/sandbox/samples/rich-message-demo/pom.xml
tags/3.1.4.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml
tags/3.1.4.GA/sandbox/ui/dialog-window/pom.xml
tags/3.1.4.GA/sandbox/ui/panel2/pom.xml
tags/3.1.4.GA/sandbox/ui/pom.xml
tags/3.1.4.GA/sandbox/ui/simpleTogglePanel2/pom.xml
tags/3.1.4.GA/sandbox/ui/state/pom.xml
tags/3.1.4.GA/test-applications/facelets/pom.xml
tags/3.1.4.GA/test-applications/jsp/pom.xml
tags/3.1.4.GA/test-applications/pom.xml
tags/3.1.4.GA/ui/create.bat
tags/3.1.4.GA/ui/create.sh
tags/3.1.4.GA/ui/dataTable/pom.xml
tags/3.1.4.GA/ui/drag-drop/pom.xml
Log:
fix release version references
Modified: tags/3.1.4.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- tags/3.1.4.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
Modified: tags/3.1.4.GA/extensions/gwt/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/gwt/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/extensions/gwt/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -3,7 +3,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: tags/3.1.4.GA/extensions/portlet/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/portlet/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/extensions/portlet/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,12 +2,12 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portlet</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<name>ajax4jsf portlet brige</name>
<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
<dependencies>
@@ -56,12 +56,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: tags/3.1.4.GA/extensions/seam/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/seam/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/extensions/seam/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.1.4.GA/extensions/trinidad/pom.xml
===================================================================
--- tags/3.1.4.GA/extensions/trinidad/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/extensions/trinidad/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.1.4.GA/framework/api-parent/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/api-parent/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/framework/api-parent/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -4,13 +4,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<packaging>pom</packaging>
<artifactId>api-parent</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<name>Java Server Faces AJAX framework API Dependencies</name>
<properties>
<jsfVersion>1.1</jsfVersion>
Modified: tags/3.1.4.GA/framework/impl/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/impl/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/framework/impl/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -3,7 +3,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>org.richfaces.framework</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<relativePath>../impl-parent/pom.xml</relativePath>
</parent>
-->
Modified: tags/3.1.4.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- tags/3.1.4.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-01-30 01:02:35 UTC (rev 5728)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "4-SNAPSHOT" ;
+ public static final String REVISION = "4.GA" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.1.4.GA/framework/impl-parent/pom.xml
===================================================================
--- tags/3.1.4.GA/framework/impl-parent/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/framework/impl-parent/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -5,12 +5,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>impl-parent</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<packaging>pom</packaging>
<name>
Java Server Faces AJAX framework implementation parent file
@@ -203,7 +203,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
<properties>
Modified: tags/3.1.4.GA/samples/jQuery-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/jQuery-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/jQuery-sample/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>jQuery-sample</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<packaging>war</packaging>
<name>jQuery-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>jQuery</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.GA/samples/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -360,7 +360,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.GA/samples/portal-echo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/portal-echo/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/portal-echo/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -5,13 +5,13 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portal-echo</artifactId>
<packaging>war</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<description>Ajax JSF sample portlet</description>
<build>
<defaultGoal>package</defaultGoal>
Modified: tags/3.1.4.GA/samples/richfaces-art-datatable/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-art-datatable/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/richfaces-art-datatable/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -3,19 +3,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-art-datatable</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<packaging>war</packaging>
<name>richfaces-art-datatableDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.GA/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-ear-demo/ejb/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/richfaces-ear-demo/ejb/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
<packaging>ejb</packaging>
<name>ejb</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
@@ -23,7 +23,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.GA/samples/richfaces-ear-demo/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-ear-demo/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/richfaces-ear-demo/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -4,14 +4,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-ear-demo</artifactId>
<name>JSF 1.2/Jee5 enterprise application demo</name>
<packaging>pom</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<build>
<pluginManagement>
<plugins>
Modified: tags/3.1.4.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -4,32 +4,32 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>richfacesEAR</artifactId>
<name>richfacesEAR</name>
<packaging>ear</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<type>ejb-client</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<type>war</type>
</dependency>
</dependencies>
Modified: tags/3.1.4.GA/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/richfaces-ear-demo/webapp/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/richfaces-ear-demo/webapp/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<url>http://maven.apache.org</url>
<build>
<finalName>webapp</finalName>
@@ -48,17 +48,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<type>ejb-client</type>
<scope>provided</scope>
<optional>true</optional>
Modified: tags/3.1.4.GA/samples/seamEAR/ear/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/ear/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamEAR/ear/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -6,18 +6,18 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ear</artifactId>
<packaging>ear</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<name>ear assembly</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.GA/samples/seamEAR/ejbs/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/ejbs/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamEAR/ejbs/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -6,12 +6,12 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
<packaging>ejb</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<name>enterprise java beans</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<dependencies>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.GA/samples/seamEAR/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamEAR/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -6,12 +6,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<artifactId>seamEAR</artifactId>
<packaging>pom</packaging>
<name>seam EAR project</name>
@@ -58,23 +58,23 @@
org.richfaces.samples.seamEAR.projects
</groupId>
<artifactId>logging</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>primary-source</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR.wars</groupId>
<artifactId>seamWebapp</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<type>ejb</type>
</dependency>
</dependencies>
Modified: tags/3.1.4.GA/samples/seamEAR/primary-source/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/primary-source/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamEAR/primary-source/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.1.4.GA/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/projects/logging/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamEAR/projects/logging/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
</project>
Modified: tags/3.1.4.GA/samples/seamEAR/projects/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/projects/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamEAR/projects/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -1,14 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamEAR</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<artifactId>projects</artifactId>
<packaging>pom</packaging>
<name>sub projects</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modules>
<module>logging</module>
Modified: tags/3.1.4.GA/samples/seamEAR/wars/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/wars/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamEAR/wars/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -4,11 +4,11 @@
<artifactId>wars</artifactId>
<packaging>pom</packaging>
<name>wars</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: tags/3.1.4.GA/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamEAR/wars/seamWebapp/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamEAR/wars/seamWebapp/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -42,17 +42,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.1.4.GA/samples/seamIntegration/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamIntegration/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamIntegration/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamIntegration</artifactId>
<packaging>war</packaging>
<name>seamIntegration Maven Webapp</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<build>
<finalName>seamIntegration</finalName>
<plugins>
Modified: tags/3.1.4.GA/samples/seamPortletEar/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/seamPortletEar/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/seamPortletEar/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.4.GA/samples/tomahawkCompability/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/tomahawkCompability/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/tomahawkCompability/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tomahawkCompability</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<packaging>war</packaging>
<name>tomahawkCompability Maven Webapp</name>
<properties>
Modified: tags/3.1.4.GA/samples/useCases/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/useCases/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/useCases/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>useCases</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<packaging>war</packaging>
<name>useCases Maven Webapp</name>
<build>
Modified: tags/3.1.4.GA/samples/virtualEarth-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/samples/virtualEarth-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/samples/virtualEarth-sample/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -4,19 +4,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>virtualEarth-sample</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>virtualEarth</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.4.GA/sandbox/api/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/api/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/api/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,18 +2,18 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
<name>Richfaces Sandbox API</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.GA/sandbox/impl/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/impl/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/impl/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
<name>Richfaces Sandbox Implementation</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.1.4.GA/sandbox/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.1.4.GA/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/dialog-window-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/samples/dialog-window-sample/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>dialog-window</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.GA/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/panel2-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/samples/panel2-sample/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>panel2</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.GA/sandbox/samples/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/samples/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.4.GA/sandbox/samples/rich-message-demo/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/rich-message-demo/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/samples/rich-message-demo/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.demo</groupId>
@@ -13,17 +13,17 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
Modified: tags/3.1.4.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -16,12 +16,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>simpleTogglePanel2</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.GA/sandbox/ui/dialog-window/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/dialog-window/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/ui/dialog-window/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.1.4.GA/sandbox/ui/panel2/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/panel2/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/ui/panel2/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.GA/sandbox/ui/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/ui/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: tags/3.1.4.GA/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/simpleTogglePanel2/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/ui/simpleTogglePanel2/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.GA/sandbox/ui/state/pom.xml
===================================================================
--- tags/3.1.4.GA/sandbox/ui/state/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/sandbox/ui/state/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.4.GA/test-applications/facelets/pom.xml
===================================================================
--- tags/3.1.4.GA/test-applications/facelets/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/test-applications/facelets/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.4.GA/test-applications/jsp/pom.xml
===================================================================
--- tags/3.1.4.GA/test-applications/jsp/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/test-applications/jsp/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.4.GA/test-applications/pom.xml
===================================================================
--- tags/3.1.4.GA/test-applications/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/test-applications/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<relativePath>../samples</relativePath>
</parent>
@@ -43,11 +43,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.1.4-SNAPSHOT</rfVersion>
+ <rfVersion>3.1.4.GA</rfVersion>
</properties>
<modules>
Modified: tags/3.1.4.GA/ui/create.bat
===================================================================
--- tags/3.1.4.GA/ui/create.bat 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/ui/create.bat 2008-01-30 01:02:35 UTC (rev 5728)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.4-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.4.GA -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.1.4.GA/ui/create.sh
===================================================================
--- tags/3.1.4.GA/ui/create.sh 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/ui/create.sh 2008-01-30 01:02:35 UTC (rev 5728)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component \
- -DarchetypeVersion=3.1.4-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=$1
+ -DarchetypeVersion=3.1.4.GA -DgroupId=org.richfaces.ui -DartifactId=$1
Modified: tags/3.1.4.GA/ui/dataTable/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/dataTable/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/ui/dataTable/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
-->
</dependencies>
Modified: tags/3.1.4.GA/ui/drag-drop/pom.xml
===================================================================
--- tags/3.1.4.GA/ui/drag-drop/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
+++ tags/3.1.4.GA/ui/drag-drop/pom.xml 2008-01-30 01:02:35 UTC (rev 5728)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.4.GA</version>
</dependency>
-->
</dependencies>
16 years, 11 months
JBoss Rich Faces SVN: r5727 - in branches/3.1.x: extensions/gwt and 47 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2008-01-29 18:22:32 -0500 (Tue, 29 Jan 2008)
New Revision: 5727
Modified:
branches/3.1.x/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
branches/3.1.x/extensions/gwt/pom.xml
branches/3.1.x/extensions/portlet/pom.xml
branches/3.1.x/extensions/seam/pom.xml
branches/3.1.x/extensions/trinidad/pom.xml
branches/3.1.x/framework/api-parent/pom.xml
branches/3.1.x/framework/impl-parent/pom.xml
branches/3.1.x/framework/impl/pom.xml
branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java
branches/3.1.x/samples/jQuery-sample/pom.xml
branches/3.1.x/samples/pom.xml
branches/3.1.x/samples/portal-echo/pom.xml
branches/3.1.x/samples/richfaces-art-datatable/pom.xml
branches/3.1.x/samples/richfaces-ear-demo/ejb/pom.xml
branches/3.1.x/samples/richfaces-ear-demo/pom.xml
branches/3.1.x/samples/richfaces-ear-demo/richfacesEAR/pom.xml
branches/3.1.x/samples/richfaces-ear-demo/webapp/pom.xml
branches/3.1.x/samples/seamEAR/ear/pom.xml
branches/3.1.x/samples/seamEAR/ejbs/pom.xml
branches/3.1.x/samples/seamEAR/pom.xml
branches/3.1.x/samples/seamEAR/primary-source/pom.xml
branches/3.1.x/samples/seamEAR/projects/logging/pom.xml
branches/3.1.x/samples/seamEAR/projects/pom.xml
branches/3.1.x/samples/seamEAR/wars/pom.xml
branches/3.1.x/samples/seamEAR/wars/seamWebapp/pom.xml
branches/3.1.x/samples/seamIntegration/pom.xml
branches/3.1.x/samples/seamPortletEar/pom.xml
branches/3.1.x/samples/tomahawkCompability/pom.xml
branches/3.1.x/samples/useCases/pom.xml
branches/3.1.x/samples/virtualEarth-sample/pom.xml
branches/3.1.x/sandbox/api/pom.xml
branches/3.1.x/sandbox/impl/pom.xml
branches/3.1.x/sandbox/pom.xml
branches/3.1.x/sandbox/samples/dialog-window-sample/pom.xml
branches/3.1.x/sandbox/samples/panel2-sample/pom.xml
branches/3.1.x/sandbox/samples/pom.xml
branches/3.1.x/sandbox/samples/rich-message-demo/pom.xml
branches/3.1.x/sandbox/samples/simpleTogglePanel2-sample/pom.xml
branches/3.1.x/sandbox/ui/dialog-window/pom.xml
branches/3.1.x/sandbox/ui/panel2/pom.xml
branches/3.1.x/sandbox/ui/pom.xml
branches/3.1.x/sandbox/ui/simpleTogglePanel2/pom.xml
branches/3.1.x/sandbox/ui/state/pom.xml
branches/3.1.x/test-applications/facelets/pom.xml
branches/3.1.x/test-applications/jsp/pom.xml
branches/3.1.x/test-applications/pom.xml
branches/3.1.x/ui/create.bat
branches/3.1.x/ui/create.sh
branches/3.1.x/ui/dataTable/pom.xml
branches/3.1.x/ui/drag-drop/pom.xml
Log:
correct all version information
Modified: branches/3.1.x/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
Modified: branches/3.1.x/extensions/gwt/pom.xml
===================================================================
--- branches/3.1.x/extensions/gwt/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/extensions/gwt/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -3,7 +3,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: branches/3.1.x/extensions/portlet/pom.xml
===================================================================
--- branches/3.1.x/extensions/portlet/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/extensions/portlet/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,12 +2,12 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portlet</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>ajax4jsf portlet brige</name>
<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
<dependencies>
@@ -56,12 +56,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/extensions/seam/pom.xml
===================================================================
--- branches/3.1.x/extensions/seam/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/extensions/seam/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: branches/3.1.x/extensions/trinidad/pom.xml
===================================================================
--- branches/3.1.x/extensions/trinidad/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/extensions/trinidad/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: branches/3.1.x/framework/api-parent/pom.xml
===================================================================
--- branches/3.1.x/framework/api-parent/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/framework/api-parent/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -4,13 +4,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<packaging>pom</packaging>
<artifactId>api-parent</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Java Server Faces AJAX framework API Dependencies</name>
<properties>
<jsfVersion>1.1</jsfVersion>
Modified: branches/3.1.x/framework/impl/pom.xml
===================================================================
--- branches/3.1.x/framework/impl/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/framework/impl/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -3,7 +3,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>org.richfaces.framework</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<relativePath>../impl-parent/pom.xml</relativePath>
</parent>
-->
Modified: branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-01-29 23:22:32 UTC (rev 5727)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "4-SNAPSHOT" ;
+ public static final String REVISION = "5-SNAPSHOT" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: branches/3.1.x/framework/impl-parent/pom.xml
===================================================================
--- branches/3.1.x/framework/impl-parent/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/framework/impl-parent/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -5,12 +5,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>impl-parent</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>
Java Server Faces AJAX framework implementation parent file
@@ -203,7 +203,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>
Modified: branches/3.1.x/samples/jQuery-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/jQuery-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/jQuery-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>jQuery-sample</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>jQuery-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>jQuery</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/pom.xml
===================================================================
--- branches/3.1.x/samples/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -360,7 +360,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/portal-echo/pom.xml
===================================================================
--- branches/3.1.x/samples/portal-echo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/portal-echo/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -5,13 +5,13 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portal-echo</artifactId>
<packaging>war</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<description>Ajax JSF sample portlet</description>
<build>
<defaultGoal>package</defaultGoal>
Modified: branches/3.1.x/samples/richfaces-art-datatable/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-art-datatable/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/richfaces-art-datatable/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -3,19 +3,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-art-datatable</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>richfaces-art-datatableDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-ear-demo/ejb/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/richfaces-ear-demo/ejb/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
<packaging>ejb</packaging>
<name>ejb</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
@@ -23,7 +23,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/richfaces-ear-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-ear-demo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/richfaces-ear-demo/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -4,14 +4,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-ear-demo</artifactId>
<name>JSF 1.2/Jee5 enterprise application demo</name>
<packaging>pom</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<build>
<pluginManagement>
<plugins>
Modified: branches/3.1.x/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -4,32 +4,32 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>richfacesEAR</artifactId>
<name>richfacesEAR</name>
<packaging>ear</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<type>ejb-client</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-ear-demo/webapp/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/richfaces-ear-demo/webapp/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<build>
<finalName>webapp</finalName>
@@ -48,17 +48,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<type>ejb-client</type>
<scope>provided</scope>
<optional>true</optional>
Modified: branches/3.1.x/samples/seamEAR/ear/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/ear/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamEAR/ear/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -6,18 +6,18 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ear</artifactId>
<packaging>ear</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>ear assembly</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/seamEAR/ejbs/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/ejbs/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamEAR/ejbs/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -6,12 +6,12 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
<packaging>ejb</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>enterprise java beans</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/seamEAR/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamEAR/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -6,12 +6,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<artifactId>seamEAR</artifactId>
<packaging>pom</packaging>
<name>seam EAR project</name>
@@ -58,23 +58,23 @@
org.richfaces.samples.seamEAR.projects
</groupId>
<artifactId>logging</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>primary-source</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR.wars</groupId>
<artifactId>seamWebapp</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<type>ejb</type>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/seamEAR/primary-source/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/primary-source/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamEAR/primary-source/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Modified: branches/3.1.x/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/projects/logging/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamEAR/projects/logging/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
</project>
Modified: branches/3.1.x/samples/seamEAR/projects/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/projects/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamEAR/projects/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -1,14 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamEAR</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<artifactId>projects</artifactId>
<packaging>pom</packaging>
<name>sub projects</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modules>
<module>logging</module>
Modified: branches/3.1.x/samples/seamEAR/wars/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/wars/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamEAR/wars/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -4,11 +4,11 @@
<artifactId>wars</artifactId>
<packaging>pom</packaging>
<name>wars</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: branches/3.1.x/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/wars/seamWebapp/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamEAR/wars/seamWebapp/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -42,17 +42,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: branches/3.1.x/samples/seamIntegration/pom.xml
===================================================================
--- branches/3.1.x/samples/seamIntegration/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamIntegration/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamIntegration</artifactId>
<packaging>war</packaging>
<name>seamIntegration Maven Webapp</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<build>
<finalName>seamIntegration</finalName>
<plugins>
Modified: branches/3.1.x/samples/seamPortletEar/pom.xml
===================================================================
--- branches/3.1.x/samples/seamPortletEar/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/seamPortletEar/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
Modified: branches/3.1.x/samples/tomahawkCompability/pom.xml
===================================================================
--- branches/3.1.x/samples/tomahawkCompability/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/tomahawkCompability/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tomahawkCompability</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>tomahawkCompability Maven Webapp</name>
<properties>
Modified: branches/3.1.x/samples/useCases/pom.xml
===================================================================
--- branches/3.1.x/samples/useCases/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/useCases/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>useCases</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>useCases Maven Webapp</name>
<build>
Modified: branches/3.1.x/samples/virtualEarth-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/virtualEarth-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/samples/virtualEarth-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -4,19 +4,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>virtualEarth-sample</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>virtualEarth</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/sandbox/api/pom.xml
===================================================================
--- branches/3.1.x/sandbox/api/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/api/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,18 +2,18 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
<name>Richfaces Sandbox API</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/sandbox/impl/pom.xml
===================================================================
--- branches/3.1.x/sandbox/impl/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/impl/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
<name>Richfaces Sandbox Implementation</name>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/sandbox/pom.xml
===================================================================
--- branches/3.1.x/sandbox/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: branches/3.1.x/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/dialog-window-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/samples/dialog-window-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>dialog-window</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/panel2-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/samples/panel2-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>panel2</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/sandbox/samples/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/samples/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/3.1.x/sandbox/samples/rich-message-demo/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/rich-message-demo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/samples/rich-message-demo/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.demo</groupId>
@@ -13,17 +13,17 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -16,12 +16,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>simpleTogglePanel2</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/sandbox/ui/dialog-window/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/dialog-window/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/ui/dialog-window/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/sandbox/ui/panel2/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/panel2/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/ui/panel2/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/sandbox/ui/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/ui/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: branches/3.1.x/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/simpleTogglePanel2/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/ui/simpleTogglePanel2/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/sandbox/ui/state/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/state/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/sandbox/ui/state/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/test-applications/facelets/pom.xml
===================================================================
--- branches/3.1.x/test-applications/facelets/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/test-applications/facelets/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/3.1.x/test-applications/jsp/pom.xml
===================================================================
--- branches/3.1.x/test-applications/jsp/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/test-applications/jsp/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/3.1.x/test-applications/pom.xml
===================================================================
--- branches/3.1.x/test-applications/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/test-applications/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<relativePath>../samples</relativePath>
</parent>
@@ -43,11 +43,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.1.4-SNAPSHOT</rfVersion>
+ <rfVersion>3.1.5-SNAPSHOT</rfVersion>
</properties>
<modules>
Modified: branches/3.1.x/ui/create.bat
===================================================================
--- branches/3.1.x/ui/create.bat 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/ui/create.bat 2008-01-29 23:22:32 UTC (rev 5727)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.4-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.5-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: branches/3.1.x/ui/create.sh
===================================================================
--- branches/3.1.x/ui/create.sh 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/ui/create.sh 2008-01-29 23:22:32 UTC (rev 5727)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component \
- -DarchetypeVersion=3.1.4-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=$1
+ -DarchetypeVersion=3.1.5-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=$1
Modified: branches/3.1.x/ui/dataTable/pom.xml
===================================================================
--- branches/3.1.x/ui/dataTable/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/ui/dataTable/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
-->
</dependencies>
Modified: branches/3.1.x/ui/drag-drop/pom.xml
===================================================================
--- branches/3.1.x/ui/drag-drop/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
+++ branches/3.1.x/ui/drag-drop/pom.xml 2008-01-29 23:22:32 UTC (rev 5727)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
-->
</dependencies>
16 years, 11 months
JBoss Rich Faces SVN: r5726 - in branches/3.1.x: cdk and 95 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2008-01-29 18:18:01 -0500 (Tue, 29 Jan 2008)
New Revision: 5726
Modified:
branches/3.1.x/cdk/generator/pom.xml
branches/3.1.x/cdk/maven-archetype-jsf-component/pom.xml
branches/3.1.x/cdk/maven-archetype-jsfwebapp/pom.xml
branches/3.1.x/cdk/maven-cdk-plugin/pom.xml
branches/3.1.x/cdk/maven-javascript-plugin/pom.xml
branches/3.1.x/cdk/pom.xml
branches/3.1.x/docs/faq/en/pom.xml
branches/3.1.x/docs/faq/pom.xml
branches/3.1.x/docs/highlight/pom.xml
branches/3.1.x/docs/pom.xml
branches/3.1.x/docs/userguide/en/pom.xml
branches/3.1.x/docs/userguide/pom.xml
branches/3.1.x/docs/xslt/en/pom.xml
branches/3.1.x/docs/xslt/pom.xml
branches/3.1.x/extensions/pom.xml
branches/3.1.x/extensions/portletbridge/pom.xml
branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml
branches/3.1.x/extensions/portletbridge/portletbridge-impl/pom.xml
branches/3.1.x/framework/api/pom.xml
branches/3.1.x/framework/impl/pom.xml
branches/3.1.x/framework/pom.xml
branches/3.1.x/framework/test/pom.xml
branches/3.1.x/pom.xml
branches/3.1.x/samples/ajaxPortlet/pom.xml
branches/3.1.x/samples/calendar-sample/pom.xml
branches/3.1.x/samples/contextMenuDemo/pom.xml
branches/3.1.x/samples/dataFilterSliderDemo/pom.xml
branches/3.1.x/samples/dataTableDemo/pom.xml
branches/3.1.x/samples/datascroller-sample/pom.xml
branches/3.1.x/samples/dragDropDemo/pom.xml
branches/3.1.x/samples/dropdownmenu-sample/pom.xml
branches/3.1.x/samples/effect-sample/pom.xml
branches/3.1.x/samples/gmap-sample/pom.xml
branches/3.1.x/samples/inputNumberSliderDemo/pom.xml
branches/3.1.x/samples/inputNumberSpinnerDemo/pom.xml
branches/3.1.x/samples/listShuttleDemo/pom.xml
branches/3.1.x/samples/local-value-demo/pom.xml
branches/3.1.x/samples/modalpanel-sample/pom.xml
branches/3.1.x/samples/orderingListDemo/pom.xml
branches/3.1.x/samples/panel-sample/pom.xml
branches/3.1.x/samples/panelbar-sample/pom.xml
branches/3.1.x/samples/panelmenu-sample/pom.xml
branches/3.1.x/samples/pom.xml
branches/3.1.x/samples/rich-message-demo/pom.xml
branches/3.1.x/samples/richfaces-demo/pom.xml
branches/3.1.x/samples/seamPortletEar/ear/pom.xml
branches/3.1.x/samples/seamPortletEar/pom.xml
branches/3.1.x/samples/seamPortletEar/seamBooking/pom.xml
branches/3.1.x/samples/seamPortletEar/seamBookingPortlet/pom.xml
branches/3.1.x/samples/separator-sample/pom.xml
branches/3.1.x/samples/simpleTogglePanel-sample/pom.xml
branches/3.1.x/samples/skins/pom.xml
branches/3.1.x/samples/suggestionbox-sample/pom.xml
branches/3.1.x/samples/tabPanelDemo/pom.xml
branches/3.1.x/samples/togglePanel-sample/pom.xml
branches/3.1.x/samples/toolBarDemo/pom.xml
branches/3.1.x/samples/tooltip-sample/pom.xml
branches/3.1.x/samples/tree-demo/pom.xml
branches/3.1.x/samples/treeModelDemo/pom.xml
branches/3.1.x/ui/assembly/pom.xml
branches/3.1.x/ui/calendar/pom.xml
branches/3.1.x/ui/componentControl/pom.xml
branches/3.1.x/ui/contextMenu/pom.xml
branches/3.1.x/ui/core/pom.xml
branches/3.1.x/ui/dataFilterSlider/pom.xml
branches/3.1.x/ui/dataTable/pom.xml
branches/3.1.x/ui/datascroller/pom.xml
branches/3.1.x/ui/drag-drop/pom.xml
branches/3.1.x/ui/dropdown-menu/pom.xml
branches/3.1.x/ui/effect/pom.xml
branches/3.1.x/ui/gmap/pom.xml
branches/3.1.x/ui/inputnumber-slider/pom.xml
branches/3.1.x/ui/inputnumber-spinner/pom.xml
branches/3.1.x/ui/insert/pom.xml
branches/3.1.x/ui/jQuery/pom.xml
branches/3.1.x/ui/listShuttle/pom.xml
branches/3.1.x/ui/menu-components/pom.xml
branches/3.1.x/ui/message/pom.xml
branches/3.1.x/ui/modal-panel/pom.xml
branches/3.1.x/ui/orderingList/pom.xml
branches/3.1.x/ui/paint2D/pom.xml
branches/3.1.x/ui/panel/pom.xml
branches/3.1.x/ui/panelbar/pom.xml
branches/3.1.x/ui/panelmenu/pom.xml
branches/3.1.x/ui/pom.xml
branches/3.1.x/ui/scrollableDataTable/pom.xml
branches/3.1.x/ui/separator/pom.xml
branches/3.1.x/ui/simpleTogglePanel/pom.xml
branches/3.1.x/ui/spacer/pom.xml
branches/3.1.x/ui/suggestionbox/pom.xml
branches/3.1.x/ui/tabPanel/pom.xml
branches/3.1.x/ui/togglePanel/pom.xml
branches/3.1.x/ui/toolBar/pom.xml
branches/3.1.x/ui/tooltip/pom.xml
branches/3.1.x/ui/tree/pom.xml
branches/3.1.x/ui/treeModel/pom.xml
branches/3.1.x/ui/virtualEarth/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: branches/3.1.x/cdk/generator/pom.xml
===================================================================
--- branches/3.1.x/cdk/generator/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/cdk/generator/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Java Server Faces component generator</name>
<build>
<plugins>
Modified: branches/3.1.x/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-archetype-jsf-component/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/cdk/maven-archetype-jsf-component/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsf-component</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Archetype - maven-archetype-jsf-component</name>
</project>
\ No newline at end of file
Modified: branches/3.1.x/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-archetype-jsfwebapp/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/cdk/maven-archetype-jsfwebapp/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsfwebapp</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Archetype for jsf webapp project</name>
</project>
\ No newline at end of file
Modified: branches/3.1.x/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-cdk-plugin/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/cdk/maven-cdk-plugin/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/cdk/maven-javascript-plugin/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-javascript-plugin/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/cdk/maven-javascript-plugin/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -4,7 +4,7 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-javascript-plugin</artifactId>
Modified: branches/3.1.x/cdk/pom.xml
===================================================================
--- branches/3.1.x/cdk/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/cdk/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>cdk</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: branches/3.1.x/docs/faq/en/pom.xml
===================================================================
--- branches/3.1.x/docs/faq/en/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/docs/faq/en/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.faq</groupId>
<artifactId>${translation}</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: branches/3.1.x/docs/faq/pom.xml
===================================================================
--- branches/3.1.x/docs/faq/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/docs/faq/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
<packaging>pom</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>FAQ</name>
<description>Frequently asked questions</description>
<pluginRepositories>
Modified: branches/3.1.x/docs/highlight/pom.xml
===================================================================
--- branches/3.1.x/docs/highlight/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/docs/highlight/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>RichFaces Code Highlighting</name>
<dependencyManagement>
Modified: branches/3.1.x/docs/pom.xml
===================================================================
--- branches/3.1.x/docs/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/docs/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -3,12 +3,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>docs</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Project documentation</name>
<packaging>pom</packaging>
<!-- setup repositories, to build documentation separate from Java projects -->
Modified: branches/3.1.x/docs/userguide/en/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/docs/userguide/en/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: branches/3.1.x/docs/userguide/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/docs/userguide/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
<packaging>pom</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>User guide</name>
<description>RichFaces user guide</description>
<pluginRepositories>
Modified: branches/3.1.x/docs/xslt/en/pom.xml
===================================================================
--- branches/3.1.x/docs/xslt/en/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/docs/xslt/en/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>xslt</artifactId>
<groupId>org.richfaces.docs</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>en</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Documentation stylesheets (English translation)</name>
<description>
Modified: branches/3.1.x/docs/xslt/pom.xml
===================================================================
--- branches/3.1.x/docs/xslt/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/docs/xslt/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>xslt</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Documentation stylesheets</name>
<description>Docbook documentation stylesheets</description>
Modified: branches/3.1.x/extensions/pom.xml
===================================================================
--- branches/3.1.x/extensions/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/extensions/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>extensions</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Richfaces extensions for a different environments</name>
<packaging>pom</packaging>
<modules>
Modified: branches/3.1.x/extensions/portletbridge/pom.xml
===================================================================
--- branches/3.1.x/extensions/portletbridge/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/extensions/portletbridge/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portletbridge</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Richfaces bridge for a portlet environment</name>
<packaging>pom</packaging>
<repositories>
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml
===================================================================
--- branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>portletbridge</artifactId>
<groupId>org.richfaces.extensions</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>JSR-301 jsf-portlet brige api</name>
<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
<build>
Modified: branches/3.1.x/extensions/portletbridge/portletbridge-impl/pom.xml
===================================================================
--- branches/3.1.x/extensions/portletbridge/portletbridge-impl/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/extensions/portletbridge/portletbridge-impl/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>portletbridge</artifactId>
<groupId>org.richfaces.extensions</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>ajax4jsf portlet brige implementation</name>
<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
<dependencies>
@@ -20,18 +20,18 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Modified: branches/3.1.x/framework/api/pom.xml
===================================================================
--- branches/3.1.x/framework/api/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/framework/api/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,13 +2,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
<name>Java Server Faces AJAX framework API</name>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Modified: branches/3.1.x/framework/impl/pom.xml
===================================================================
--- branches/3.1.x/framework/impl/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/framework/impl/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -10,12 +10,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Java Server Faces AJAX framework implementation</name>
<build>
<resources>
@@ -261,7 +261,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<profiles>
Modified: branches/3.1.x/framework/pom.xml
===================================================================
--- branches/3.1.x/framework/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/framework/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Java Server Faces AJAX framework</name>
<dependencies />
Modified: branches/3.1.x/framework/test/pom.xml
===================================================================
--- branches/3.1.x/framework/test/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/framework/test/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Ajax4Jsf test framework</name>
<url>https://ajax4jsf.dev.java.net</url>
<dependencies>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
Modified: branches/3.1.x/pom.xml
===================================================================
--- branches/3.1.x/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -4,7 +4,7 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Jboss RichFaces project</name>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
<properties>
<snapshotRepository>
@@ -157,9 +157,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3.1.4.GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3.1.4.GA</developerConnection>
- <url>https://svn.jboss.org/repos/richfaces/tags/3.1.4.GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/3.1.x</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/3.1.x</developerConnection>
+ <url>https://svn.jboss.org/repos/richfaces/branches/3.1.x</url>
</scm>
<profiles>
<profile>
Modified: branches/3.1.x/samples/ajaxPortlet/pom.xml
===================================================================
--- branches/3.1.x/samples/ajaxPortlet/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/ajaxPortlet/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portalAjaxSample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<description>Ajax JSF sample portlet</description>
<build>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<!--
<dependency>
Modified: branches/3.1.x/samples/calendar-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/calendar-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/calendar-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>calendar-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>calendar-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>calendar</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/contextMenuDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/contextMenuDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/contextMenuDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,44 +2,44 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>contextMenuDemo</artifactId>
<packaging>war</packaging>
<name>contextMenuDemo Maven Webapp</name>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/dataFilterSliderDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/dataFilterSliderDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/dataFilterSliderDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,29 +2,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>dataFilterSliderDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>dataFilterSliderDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataFilterSlider</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/dataTableDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/dataTableDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/dataTableDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dataTableDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<url>http://maven.apache.org</url>
@@ -18,12 +18,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/datascroller-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/datascroller-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/datascroller-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>datascroller-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>datascroller</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/dragDropDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/dragDropDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/dragDropDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dragDropDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>Drag/Drop demo app</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/dropdownmenu-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/dropdownmenu-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/dropdownmenu-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dropdownmenu-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dropdown-menu</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/effect-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/effect-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/effect-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>effect-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>effect Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>effect</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/gmap-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/gmap-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/gmap-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>gmap-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>gmap</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/inputNumberSliderDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/inputNumberSliderDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/inputNumberSliderDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>inputNumberSliderDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-slider</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/inputNumberSpinnerDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/inputNumberSpinnerDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>inputNumberSpinnerDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/listShuttleDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/listShuttleDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/listShuttleDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: branches/3.1.x/samples/local-value-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/local-value-demo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/local-value-demo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>local-value-demo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>richfaces-local-value-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/modalpanel-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/modalpanel-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/modalpanel-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>modalpanel-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>modalpanel-sample Maven Webapp</name>
<dependencies>
Modified: branches/3.1.x/samples/orderingListDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/orderingListDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/orderingListDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -16,12 +16,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>orderingList</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/panel-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/panel-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/panel-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panel-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>panel-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/panelbar-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/panelbar-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/panelbar-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panelbar-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panelbar</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/panelmenu-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/panelmenu-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/panelmenu-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panelmenu-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>panelmenu-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panelmenu</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/pom.xml
===================================================================
--- branches/3.1.x/samples/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,14 +2,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
<packaging>pom</packaging>
<name>RichFaces Components Examples</name>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<url>http://labs.jboss.com/jbossrichfaces/samples</url>
<properties>
<!-- -->
@@ -66,12 +66,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: branches/3.1.x/samples/rich-message-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/rich-message-demo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/rich-message-demo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>rich-message-demo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>rich-message-demo</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/richfaces-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/richfaces-demo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-demo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>richfaces-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/seamPortletEar/ear/pom.xml
===================================================================
--- branches/3.1.x/samples/seamPortletEar/ear/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/seamPortletEar/ear/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -3,14 +3,14 @@
<parent>
<artifactId>seamPortletEar</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>portletEar</artifactId>
<packaging>ear</packaging>
<name>Seam Portlet Ear</name>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/3.1.x/samples/seamPortletEar/pom.xml
===================================================================
--- branches/3.1.x/samples/seamPortletEar/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/seamPortletEar/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -9,7 +9,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<artifactId>seamPortletEar</artifactId>
<packaging>pom</packaging>
<name>seam EAR portlet project</name>
@@ -57,13 +57,13 @@
<dependency>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>seamBookingPortlet</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>seamBooking</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<type>ejb</type>
</dependency>
<dependency>
Modified: branches/3.1.x/samples/seamPortletEar/seamBooking/pom.xml
===================================================================
--- branches/3.1.x/samples/seamPortletEar/seamBooking/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/seamPortletEar/seamBooking/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -3,14 +3,14 @@
<parent>
<artifactId>seamPortletEar</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>seamBooking</artifactId>
<name>seamBooking</name>
<packaging>ejb</packaging>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.ejb</groupId>
Modified: branches/3.1.x/samples/seamPortletEar/seamBookingPortlet/pom.xml
===================================================================
--- branches/3.1.x/samples/seamPortletEar/seamBookingPortlet/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/seamPortletEar/seamBookingPortlet/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,14 +2,14 @@
<parent>
<artifactId>seamPortletEar</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamPortletEar</groupId>
<artifactId>seamBookingPortlet</artifactId>
<packaging>war</packaging>
<name>seamBookingPortlet Maven Webapp</name>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<build>
<finalName>seamBookingPortlet</finalName>
<plugins>
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -120,7 +120,7 @@
<dependency>
<groupId>org.richfaces.extensions.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -135,12 +135,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: branches/3.1.x/samples/separator-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/separator-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/separator-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>separator-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>separator</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/simpleTogglePanel-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/simpleTogglePanel-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>simpleTogglePanel-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>simpleTogglePanel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/skins/pom.xml
===================================================================
--- branches/3.1.x/samples/skins/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/skins/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: branches/3.1.x/samples/suggestionbox-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/suggestionbox-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/suggestionbox-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>suggestionbox-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>suggestionbox-sample Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/tabPanelDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/tabPanelDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/tabPanelDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tabPanelDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,22 +17,22 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tabPanel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/togglePanel-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/togglePanel-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/togglePanel-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>togglePanel-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>togglePanel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/toolBarDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/toolBarDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/toolBarDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>toolBarDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>toolBar</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/tooltip-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/tooltip-sample/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/tooltip-sample/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tooltip-sample</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>tooltip-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tooltip</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/tree-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/tree-demo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/tree-demo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,29 +2,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tree-demo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>tree-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/treeModelDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/treeModelDemo/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/samples/treeModelDemo/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>treeModelDemo</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<packaging>war</packaging>
<name>Tree Model Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>treeModel</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/ui/assembly/pom.xml
===================================================================
--- branches/3.1.x/ui/assembly/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/assembly/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -14,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
Modified: branches/3.1.x/ui/calendar/pom.xml
===================================================================
--- branches/3.1.x/ui/calendar/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/calendar/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,13 +45,13 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/ui/componentControl/pom.xml
===================================================================
--- branches/3.1.x/ui/componentControl/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/componentControl/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: branches/3.1.x/ui/contextMenu/pom.xml
===================================================================
--- branches/3.1.x/ui/contextMenu/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/contextMenu/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
<name>contextMenu</name>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/core/pom.xml
===================================================================
--- branches/3.1.x/ui/core/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/core/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/dataFilterSlider/pom.xml
===================================================================
--- branches/3.1.x/ui/dataFilterSlider/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/dataFilterSlider/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -14,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/dataTable/pom.xml
===================================================================
--- branches/3.1.x/ui/dataTable/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/dataTable/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/datascroller/pom.xml
===================================================================
--- branches/3.1.x/ui/datascroller/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/datascroller/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/drag-drop/pom.xml
===================================================================
--- branches/3.1.x/ui/drag-drop/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/drag-drop/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/dropdown-menu/pom.xml
===================================================================
--- branches/3.1.x/ui/dropdown-menu/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/dropdown-menu/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/effect/pom.xml
===================================================================
--- branches/3.1.x/ui/effect/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/effect/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/gmap/pom.xml
===================================================================
--- branches/3.1.x/ui/gmap/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/gmap/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/inputnumber-slider/pom.xml
===================================================================
--- branches/3.1.x/ui/inputnumber-slider/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/inputnumber-slider/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/inputnumber-spinner/pom.xml
===================================================================
--- branches/3.1.x/ui/inputnumber-spinner/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/inputnumber-spinner/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: branches/3.1.x/ui/insert/pom.xml
===================================================================
--- branches/3.1.x/ui/insert/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/insert/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/jQuery/pom.xml
===================================================================
--- branches/3.1.x/ui/jQuery/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/jQuery/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/listShuttle/pom.xml
===================================================================
--- branches/3.1.x/ui/listShuttle/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/listShuttle/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: branches/3.1.x/ui/menu-components/pom.xml
===================================================================
--- branches/3.1.x/ui/menu-components/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/menu-components/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/message/pom.xml
===================================================================
--- branches/3.1.x/ui/message/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/message/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Message</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/modal-panel/pom.xml
===================================================================
--- branches/3.1.x/ui/modal-panel/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/modal-panel/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/orderingList/pom.xml
===================================================================
--- branches/3.1.x/ui/orderingList/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/orderingList/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/paint2D/pom.xml
===================================================================
--- branches/3.1.x/ui/paint2D/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/paint2D/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/panel/pom.xml
===================================================================
--- branches/3.1.x/ui/panel/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/panel/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/panelbar/pom.xml
===================================================================
--- branches/3.1.x/ui/panelbar/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/panelbar/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/panelmenu/pom.xml
===================================================================
--- branches/3.1.x/ui/panelmenu/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/panelmenu/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/pom.xml
===================================================================
--- branches/3.1.x/ui/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -134,12 +134,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: branches/3.1.x/ui/scrollableDataTable/pom.xml
===================================================================
--- branches/3.1.x/ui/scrollableDataTable/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/scrollableDataTable/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>scrollableDataTable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<name>Scrollable Data Table</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -71,12 +71,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/ui/separator/pom.xml
===================================================================
--- branches/3.1.x/ui/separator/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/separator/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: branches/3.1.x/ui/simpleTogglePanel/pom.xml
===================================================================
--- branches/3.1.x/ui/simpleTogglePanel/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/simpleTogglePanel/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/spacer/pom.xml
===================================================================
--- branches/3.1.x/ui/spacer/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/spacer/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/suggestionbox/pom.xml
===================================================================
--- branches/3.1.x/ui/suggestionbox/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/suggestionbox/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/tabPanel/pom.xml
===================================================================
--- branches/3.1.x/ui/tabPanel/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/tabPanel/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/togglePanel/pom.xml
===================================================================
--- branches/3.1.x/ui/togglePanel/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/togglePanel/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/toolBar/pom.xml
===================================================================
--- branches/3.1.x/ui/toolBar/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/toolBar/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/tooltip/pom.xml
===================================================================
--- branches/3.1.x/ui/tooltip/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/tooltip/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/tree/pom.xml
===================================================================
--- branches/3.1.x/ui/tree/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/tree/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/treeModel/pom.xml
===================================================================
--- branches/3.1.x/ui/treeModel/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/treeModel/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/virtualEarth/pom.xml
===================================================================
--- branches/3.1.x/ui/virtualEarth/pom.xml 2008-01-29 23:17:17 UTC (rev 5725)
+++ branches/3.1.x/ui/virtualEarth/pom.xml 2008-01-29 23:18:01 UTC (rev 5726)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.4.GA</version>
+ <version>3.1.5-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
16 years, 11 months