diff --git a/pom.xml b/pom.xml index b370307e6a..b2b361a33d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/src/test/resources/org/springframework/data/redis/config/namespace.xml b/src/test/resources/org/springframework/data/redis/config/namespace.xml index 916b05aa24..6620556f54 100644 --- a/src/test/resources/org/springframework/data/redis/config/namespace.xml +++ b/src/test/resources/org/springframework/data/redis/config/namespace.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:redis="http://www.springframework.org/schema/redis" xmlns:task="http://www.springframework.org/schema/task" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd - http://www.springframework.org/schema/redis http://www.springframework.org/schema/redis/spring-redis.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd + http://www.springframework.org/schema/redis https://www.springframework.org/schema/redis/spring-redis.xsd"> diff --git a/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml b/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml index c613994a1a..30ea0a7b88 100644 --- a/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml +++ b/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> + 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/redis/listener/container.xml b/src/test/resources/org/springframework/data/redis/listener/container.xml index e1c8157672..db6c56e1f3 100644 --- a/src/test/resources/org/springframework/data/redis/listener/container.xml +++ b/src/test/resources/org/springframework/data/redis/listener/container.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/src/test/resources/org/springframework/data/redis/pe.xml b/src/test/resources/org/springframework/data/redis/pe.xml index 947bfc42bd..a8be5b9612 100644 --- a/src/test/resources/org/springframework/data/redis/pe.xml +++ b/src/test/resources/org/springframework/data/redis/pe.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/src/test/resources/org/springframework/data/redis/support/collections/container.xml b/src/test/resources/org/springframework/data/redis/support/collections/container.xml index 144ac47917..d59de8bd7b 100644 --- a/src/test/resources/org/springframework/data/redis/support/collections/container.xml +++ b/src/test/resources/org/springframework/data/redis/support/collections/container.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:redis="http://www.springframework.org/schema/redis" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/redis http://www.springframework.org/schema/redis/spring-redis.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/redis https://www.springframework.org/schema/redis/spring-redis.xsd">