[richfaces-svn-commits] JBoss Rich Faces SVN: r5727 - in branches/3.1.x: extensions/gwt and 47 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 29 18:22:33 EST 2008


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>




More information about the richfaces-svn-commits mailing list