From e90a8c4410c898a43deef18a63385720d7af9e06 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 22 May 2014 16:47:46 -0400 Subject: [PATCH] Fix schema version --- booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml b/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml index b5581ad..7ccd7de 100644 --- a/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml +++ b/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml @@ -4,7 +4,7 @@ xmlns:faces="http://www.springframework.org/schema/faces" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/faces http://www.springframework.org/schema/faces/spring-faces-2.4.xsd"> + http://www.springframework.org/schema/faces http://www.springframework.org/schema/faces/spring-faces-2.2.xsd">