From 6718556200b498925df005cdb263ca2173dfdd6a Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 19 Jan 2012 13:29:49 -0500 Subject: [PATCH] INT-2402 Fix Versioned Schema Example https://jira.springsource.org/browse/INT-2402 Revert example showing how to use versioned schema to actually use a versioned schema. --- src/reference/docbook/whats-new.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/whats-new.xml b/src/reference/docbook/whats-new.xml index 2b8ae4e176..b84844315c 100644 --- a/src/reference/docbook/whats-new.xml +++ b/src/reference/docbook/whats-new.xml @@ -276,7 +276,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:int="http://www.springframework.org/schema/integration" xsi:schemaLocation="http://www.springframework.org/schema/integration - http://www.springframework.org/schema/integration/spring-integration.xsd + http://www.springframework.org/schema/integration/spring-integration-2.1.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> ...