From 2ac8b130931ea104a7b7692eaab7ef4d7e56bee8 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 31 Jan 2012 17:02:29 +0100 Subject: [PATCH] DATAJPA-160 - Removed versions from XSD schema references. The fixed versions caused issues when used with newer versions of Spring. Removing the version number will cause the one used at runtime to be pulled in. --- .../data/jpa/repository/config/spring-jpa-1.0.xsd | 5 ++--- 1 file changed, 2 insertions(+), 3 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 ede5cce4b..4b6781ac2 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,10 +9,9 @@ + schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" /> - + schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository.xsd" />