[richfaces-svn-commits] JBoss Rich Faces SVN: r4909 - in trunk: extensions/portletbridge and 7 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 18 20:55:25 EST 2007


Author: alexsmirnov
Date: 2007-12-18 20:55:25 -0500 (Tue, 18 Dec 2007)
New Revision: 4909

Modified:
   trunk/docs/userguide/pom.xml
   trunk/extensions/portletbridge/pom.xml
   trunk/framework/pom.xml
   trunk/framework/test/pom.xml
   trunk/samples/ajaxPortlet/pom.xml
   trunk/samples/pom.xml
   trunk/samples/seamPortletEar/seamBooking/pom.xml
   trunk/samples/seamPortletEar/seamBookingPortlet/pom.xml
   trunk/ui/pom.xml
Log:
Change JSF version dependencies to Jsf RI 1.2_07

Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/docs/userguide/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -552,6 +552,11 @@
 							<version>${project.version}</version>
 							<type>jar</type>
 						</dependency>
+        <dependency>
+            <groupId>org.apache.xmlgraphics</groupId>
+            <artifactId>fop</artifactId>
+            <version>0.94</version>
+        </dependency>
 					</dependencies>
 					<configuration>
 						<sourceDirectory>

Modified: trunk/extensions/portletbridge/pom.xml
===================================================================
--- trunk/extensions/portletbridge/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/extensions/portletbridge/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -38,13 +38,13 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/framework/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -102,7 +102,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>

Modified: trunk/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/framework/test/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -49,7 +49,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 		</dependency>
 		<dependency>
 			<groupId>htmlunit</groupId>

Modified: trunk/samples/ajaxPortlet/pom.xml
===================================================================
--- trunk/samples/ajaxPortlet/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/samples/ajaxPortlet/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -63,13 +63,13 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 			<scope>provided</scope>
 			</dependency>
 			<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 			<scope>provided</scope>
 			</dependency>
 		-->

Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/samples/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -192,12 +192,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_05</version>
+					<version>1.2_07</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_05</version>
+					<version>1.2_07</version>
 					<scope>runtime</scope>
 				</dependency>
 			</dependencies>
@@ -247,12 +247,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_05</version>
+					<version>1.2_07</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_05</version>
+					<version>1.2_07</version>
 					<scope>runtime</scope>
 				</dependency>
 			</dependencies>
@@ -292,12 +292,12 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_05</version>
+					<version>1.2_07</version>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_05</version>
+					<version>1.2_07</version>
 					<scope>runtime</scope>
 				</dependency>
 				<dependency>
@@ -346,13 +346,13 @@
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-impl</artifactId>
-					<version>1.2_05</version>
+					<version>1.2_07</version>
 					<scope>provided</scope>
 				</dependency>
 				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
-					<version>1.2_05</version>
+					<version>1.2_07</version>
 					<scope>provided</scope>
 				</dependency>
 			</dependencies>

Modified: trunk/samples/seamPortletEar/seamBooking/pom.xml
===================================================================
--- trunk/samples/seamPortletEar/seamBooking/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/samples/seamPortletEar/seamBooking/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -25,7 +25,7 @@
 		<dependency>
 		    <groupId>javax.faces</groupId>
 		    <artifactId>jsf-api</artifactId>
-	            <version>1.2_05</version>
+	            <version>1.2_07</version>
 	            <scope>provided</scope>
 	</dependency>
                 <dependency>

Modified: trunk/samples/seamPortletEar/seamBookingPortlet/pom.xml
===================================================================
--- trunk/samples/seamPortletEar/seamBookingPortlet/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/samples/seamPortletEar/seamBookingPortlet/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -149,13 +149,13 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-impl</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>

Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml	2007-12-19 00:43:18 UTC (rev 4908)
+++ trunk/ui/pom.xml	2007-12-19 01:55:25 UTC (rev 4909)
@@ -155,7 +155,7 @@
 		<dependency>
 			<groupId>javax.faces</groupId>
 			<artifactId>jsf-api</artifactId>
-			<version>1.2_05</version>
+			<version>1.2_07</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>




More information about the richfaces-svn-commits mailing list