From 3692993d67c6130838a459b7a0fc29f0d073e358 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 1 Sep 2009 06:51:57 +0000 Subject: [PATCH] BATCH-1371: add 2.1 version to spring.schemas --- spring-batch-core/src/main/resources/META-INF/spring.schemas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-batch-core/src/main/resources/META-INF/spring.schemas b/spring-batch-core/src/main/resources/META-INF/spring.schemas index 02b70deb8..a99a7f2aa 100644 --- a/spring-batch-core/src/main/resources/META-INF/spring.schemas +++ b/spring-batch-core/src/main/resources/META-INF/spring.schemas @@ -1 +1,2 @@ -http\://www.springframework.org/schema/batch/spring-batch-2.0.xsd=/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd \ No newline at end of file +http\://www.springframework.org/schema/batch/spring-batch-2.0.xsd=/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd +http\://www.springframework.org/schema/batch/spring-batch-2.1.xsd=/org/springframework/batch/core/configuration/xml/spring-batch-2.1.xsd \ No newline at end of file