From 5ab59541cb956663cb197ffa04fb0ae2dc8c26a1 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 31 Jul 2012 08:39:29 +0200 Subject: [PATCH] DATAGRAPH-266 - Fixed reference to repositories namespace in XSD. Have to fix the reference to the repositories XSD in older (2.0) namespace XSDs to avoid validation errors. --- .../org/springframework/data/neo4j/config/spring-neo4j-2.0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-neo4j/src/main/resources/org/springframework/data/neo4j/config/spring-neo4j-2.0.xsd b/spring-data-neo4j/src/main/resources/org/springframework/data/neo4j/config/spring-neo4j-2.0.xsd index b1fa810bd..325926e2b 100644 --- a/spring-data-neo4j/src/main/resources/org/springframework/data/neo4j/config/spring-neo4j-2.0.xsd +++ b/spring-data-neo4j/src/main/resources/org/springframework/data/neo4j/config/spring-neo4j-2.0.xsd @@ -12,7 +12,7 @@ + schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository-1.0.xsd"/>