DATAJPA-24 - Fixed versions of referenced Spring namespace XSDs.

This commit is contained in:
Oliver Gierke
2011-02-21 17:25:47 +01:00
parent 3fb929ad8c
commit 3580817b14

View File

@@ -9,9 +9,9 @@
<xsd:import namespace="http://www.springframework.org/schema/tool" />
<xsd:import namespace="http://www.springframework.org/schema/context"
schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" />
schemaLocation="http://www.springframework.org/schema/context/spring-context-3.0.xsd" />
<xsd:import namespace="http://www.springframework.org/schema/data/repository"
schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository.xsd" />
schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository-1.0.xsd" />
<xsd:complexType name="jpa-repository">