From 3580817b141fa6709da902774c553efd9a0727af Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 21 Feb 2011 17:25:47 +0100 Subject: [PATCH] DATAJPA-24 - Fixed versions of referenced Spring namespace XSDs. --- .../data/jpa/repository/config/spring-jpa-1.0.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/org/springframework/data/jpa/repository/config/spring-jpa-1.0.xsd b/src/main/resources/org/springframework/data/jpa/repository/config/spring-jpa-1.0.xsd index ba0431c65..ede5cce4b 100644 --- a/src/main/resources/org/springframework/data/jpa/repository/config/spring-jpa-1.0.xsd +++ b/src/main/resources/org/springframework/data/jpa/repository/config/spring-jpa-1.0.xsd @@ -9,9 +9,9 @@ + schemaLocation="http://www.springframework.org/schema/context/spring-context-3.0.xsd" /> + schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository-1.0.xsd" />