[richfaces-svn-commits] JBoss Rich Faces SVN: r9140 - in trunk: framework and 8 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 20 09:49:58 EDT 2008


Author: abelevich
Date: 2008-06-20 09:49:57 -0400 (Fri, 20 Jun 2008)
New Revision: 9140

Modified:
   trunk/extensions/gwt/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/seleniumTest/pom.xml
   trunk/ui/pom.xml
Log:
add jsf 1.2_09 BETA1 dependency

Modified: trunk/extensions/gwt/pom.xml
===================================================================
--- trunk/extensions/gwt/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/extensions/gwt/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -120,12 +120,12 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_03</version>
+			<version>1.2_09-BETA1</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_03</version>
+			<version>1.2_09-BETA1</version>
 		</dependency>
 		
 		<dependency>

Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/framework/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -99,7 +99,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_07</version>
+			<version>1.2_09-BETA1</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: trunk/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/framework/test/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_07</version>
+			<version>1.2_09-BETA1</version>
 		</dependency>
 		<dependency>
 			<groupId>net.sourceforge.htmlunit</groupId>

Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/samples/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -182,12 +182,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_07</version>
+					<version>1.2_09-BETA1</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_07</version>
+					<version>1.2_09-BETA1</version>
 					<scope>runtime</scope>
 				</dependency>
 			</dependencies>
@@ -237,12 +237,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_07</version>
+					<version>1.2_09-BETA1</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_07</version>
+					<version>1.2_09-BETA1</version>
 					<scope>runtime</scope>
 				</dependency>
 			</dependencies>
@@ -282,12 +282,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_07</version>
+					<version>1.2_09-BETA1</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_07</version>
+					<version>1.2_09-BETA1</version>
 					<scope>runtime</scope>
 				</dependency>
 				<dependency>
@@ -336,13 +336,13 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_07</version>
+					<version>1.2_09-BETA1</version>
 					<scope>provided</scope>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_07</version>
+					<version>1.2_09-BETA1</version>
 					<scope>provided</scope>
 				</dependency>
 			</dependencies>

Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/samples/richfaces-demo/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -182,12 +182,12 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
-          <version>1.2_07</version>
+          <version>1.2_09-BETA1</version>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
-          <version>1.2_07</version>
+          <version>1.2_09-BETA1</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>
@@ -258,12 +258,12 @@
     <dependency>
       <groupId>javax.faces</groupId>
       <artifactId>jsf-api</artifactId>
-      <version>1.2_07</version>
+      <version>1.2_09-BETA1</version>
     </dependency>
     <dependency>
       <groupId>javax.faces</groupId>
       <artifactId>jsf-impl</artifactId>
-      <version>1.2_07</version>
+      <version>1.2_09-BETA1</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>

Modified: trunk/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/webapp/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/samples/richfaces-ear-demo/webapp/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -93,13 +93,13 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_04</version>
+			<version>1.2_09-BETA1</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_04</version>
+			<version>1.2_09-BETA1</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>

Modified: trunk/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- trunk/samples/seamEAR/wars/seamWebapp/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/samples/seamEAR/wars/seamWebapp/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -55,13 +55,13 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_07</version>
+			<version>1.2_09-BETA1</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_07</version>
+			<version>1.2_09-BETA1</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: trunk/sandbox/samples/rex-demo/pom.xml
===================================================================
--- trunk/sandbox/samples/rex-demo/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/sandbox/samples/rex-demo/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -163,7 +163,7 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
-          <version>1.2_04-p02</version>
+          <version>1.2_09-BETA1</version>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>

Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/test-applications/seleniumTest/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -63,7 +63,7 @@
 							<dependency>
 								<groupId>el-impl</groupId>
 								<artifactId>el-impl</artifactId>
-							</dependency>
+							</dependency>
 						</dependencies>
 						<type>embedded</type>
 					</container>
@@ -74,8 +74,8 @@
 							</cargo.servlet.port>
 						</properties>
 					</configuration>
-				</configuration>
-				<executions>
+				</configuration>
+				<executions>
 					<execution>
 						<id>start-container</id>
 						<phase>pre-integration-test</phase>
@@ -89,7 +89,7 @@
 						<goals>
 							<goal>stop</goal>
 						</goals>
-					</execution>
+					</execution>
 				</executions>
 			</plugin>
 			<plugin>
@@ -172,7 +172,7 @@
 								<goals>
 									<goal>xvfb</goal>
 								</goals>
-							</execution>
+							</execution>
 							
 							<execution>
 								<phase>pre-integration-test</phase>
@@ -209,8 +209,8 @@
 						<groupId>org.codehaus.mojo</groupId>
 						<artifactId>selenium-maven-plugin</artifactId>
 						<version>1.0-beta-2</version>
-						<executions>
-						<!-- 
+						<executions>
+						<!-- 
 							<execution>
 								<phase>pre-integration-test</phase>
 								<goals>
@@ -220,8 +220,8 @@
 									<background>true</background>
 									<debug>false</debug>
 								</configuration>
-							</execution>
-							 -->
+							</execution>
+							 -->
 						</executions>
 					</plugin>
 				</plugins>
@@ -272,11 +272,11 @@
 			<groupId>org.richfaces.ui</groupId>
 			<artifactId>richfaces-ui</artifactId>
 			<version>3.2.2-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-impl</artifactId>
-			<version>1.2_07</version>
-		</dependency>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-impl</artifactId>
+			<version>1.2_09-BETA1</version>
+		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml	2008-06-20 13:39:50 UTC (rev 9139)
+++ trunk/ui/pom.xml	2008-06-20 13:49:57 UTC (rev 9140)
@@ -178,7 +178,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_07</version>
+			<version>1.2_09-BETA1</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>




More information about the richfaces-svn-commits mailing list