diff --git a/pom.xml b/pom.xml index 7a15a79ce6..00df61b374 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/src/test/resources/org/springframework/data/repository/config/populators.xml b/src/test/resources/org/springframework/data/repository/config/populators.xml index 8f35d5cd62..19edc8ad56 100644 --- a/src/test/resources/org/springframework/data/repository/config/populators.xml +++ b/src/test/resources/org/springframework/data/repository/config/populators.xml @@ -2,9 +2,9 @@ + xsi:schemaLocation="http://www.springframework.org/schema/oxm https://www.springframework.org/schema/oxm/spring-oxm.xsd + http://www.springframework.org/schema/data/repository https://www.springframework.org/schema/data/repository/spring-repository.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/src/test/resources/org/springframework/data/web/config/manual.xml b/src/test/resources/org/springframework/data/web/config/manual.xml index 32b09e546e..876d52a878 100644 --- a/src/test/resources/org/springframework/data/web/config/manual.xml +++ b/src/test/resources/org/springframework/data/web/config/manual.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/src/test/resources/org/springframework/data/web/config/via-config-class.xml b/src/test/resources/org/springframework/data/web/config/via-config-class.xml index 8384e7dc4c..b05f9a02cc 100644 --- a/src/test/resources/org/springframework/data/web/config/via-config-class.xml +++ b/src/test/resources/org/springframework/data/web/config/via-config-class.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd">