[richfaces-svn-commits] JBoss Rich Faces SVN: r11934 - in trunk: extensions/gwt and 12 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 19 14:56:06 EST 2008


Author: nbelaevski
Date: 2008-12-19 14:56:06 -0500 (Fri, 19 Dec 2008)
New Revision: 11934

Modified:
   trunk/cdk/generator/pom.xml
   trunk/extensions/gwt/pom.xml
   trunk/framework/jsf-test/pom.xml
   trunk/framework/pom.xml
   trunk/framework/test/pom.xml
   trunk/samples/pom.xml
   trunk/samples/richfaces-demo/pom.xml
   trunk/samples/richfaces-ear-demo/webapp/pom.xml
   trunk/samples/seamEAR/wars/seamWebapp/pom.xml
   trunk/sandbox/samples/rex-demo/pom.xml
   trunk/test-applications/ajaxTest/pom.xml
   trunk/test-applications/seamApp/web/pom.xml
   trunk/test-applications/seleniumTest/pom.xml
   trunk/ui/pom.xml
Log:
JSF RI version updated to 1.2_11

Modified: trunk/cdk/generator/pom.xml
===================================================================
--- trunk/cdk/generator/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/cdk/generator/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -52,7 +52,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet.jsp</groupId>

Modified: trunk/extensions/gwt/pom.xml
===================================================================
--- trunk/extensions/gwt/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/extensions/gwt/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -120,12 +120,12 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 		</dependency>
 		
 		<dependency>

Modified: trunk/framework/jsf-test/pom.xml
===================================================================
--- trunk/framework/jsf-test/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/framework/jsf-test/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -25,7 +25,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
@@ -91,7 +91,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/framework/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -99,7 +99,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: trunk/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/framework/test/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 		</dependency>
 		<dependency>
 			<groupId>net.sourceforge.htmlunit</groupId>

Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/samples/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -183,12 +183,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_10</version>
+					<version>1.2_11</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_10</version>
+					<version>1.2_11</version>
 					<scope>runtime</scope>
 				</dependency>
 			</dependencies>
@@ -238,12 +238,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_10</version>
+					<version>1.2_11</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_10</version>
+					<version>1.2_11</version>
 					<scope>runtime</scope>
 				</dependency>
 			</dependencies>
@@ -283,12 +283,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_10</version>
+					<version>1.2_11</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_10</version>
+					<version>1.2_11</version>
 					<scope>runtime</scope>
 				</dependency>
 				<dependency>
@@ -337,13 +337,13 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_10</version>
+					<version>1.2_11</version>
 					<scope>provided</scope>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_10</version>
+					<version>1.2_11</version>
 					<scope>provided</scope>
 				</dependency>
 			</dependencies>

Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/samples/richfaces-demo/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -184,12 +184,12 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
-          <version>1.2_10</version>
+          <version>1.2_11</version>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
-          <version>1.2_10</version>
+          <version>1.2_11</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>
@@ -280,12 +280,12 @@
     <!-- dependency>
       <groupId>javax.faces</groupId>
       <artifactId>jsf-api</artifactId>
-      <version>1.2_10</version>
+      <version>1.2_11</version>
     </dependency>
     <dependency>
       <groupId>javax.faces</groupId>
       <artifactId>jsf-impl</artifactId>
-      <version>1.2_10</version>
+      <version>1.2_11</version>
       <scope>runtime</scope>
     </dependency -->
   </dependencies>

Modified: trunk/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/webapp/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/samples/richfaces-ear-demo/webapp/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -93,13 +93,13 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>

Modified: trunk/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- trunk/samples/seamEAR/wars/seamWebapp/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/samples/seamEAR/wars/seamWebapp/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -55,13 +55,13 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: trunk/sandbox/samples/rex-demo/pom.xml
===================================================================
--- trunk/sandbox/samples/rex-demo/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/sandbox/samples/rex-demo/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -163,12 +163,12 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
-          <version>1.2_10</version>
+          <version>1.2_11</version>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
-          <version>1.2_10</version>
+          <version>1.2_11</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>

Modified: trunk/test-applications/ajaxTest/pom.xml
===================================================================
--- trunk/test-applications/ajaxTest/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/test-applications/ajaxTest/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -94,12 +94,12 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: trunk/test-applications/seamApp/web/pom.xml
===================================================================
--- trunk/test-applications/seamApp/web/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/test-applications/seamApp/web/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -16,13 +16,13 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/test-applications/seleniumTest/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -222,7 +222,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 		</dependency>
 		<dependency>
 			<groupId>org.hibernate</groupId>

Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml	2008-12-19 19:53:01 UTC (rev 11933)
+++ trunk/ui/pom.xml	2008-12-19 19:56:06 UTC (rev 11934)
@@ -183,7 +183,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_10</version>
+			<version>1.2_11</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>




More information about the richfaces-svn-commits mailing list