From e501b09057dbec18c4d842ec877a77abe783df58 Mon Sep 17 00:00:00 2001 From: Sebastian Laskawiec Date: Wed, 9 Mar 2016 11:06:55 +0100 Subject: [PATCH] ISPN-6342 Fix ConfigurationUnitTest --- ...nfinispan-config-8.2.xsd => infinispan-config-9.0.xsd} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename core/src/main/resources/schema/{infinispan-config-8.2.xsd => infinispan-config-9.0.xsd} (99%) diff --git a/core/src/main/resources/schema/infinispan-config-8.2.xsd b/core/src/main/resources/schema/infinispan-config-9.0.xsd similarity index 99% rename from core/src/main/resources/schema/infinispan-config-8.2.xsd rename to core/src/main/resources/schema/infinispan-config-9.0.xsd index 5f3ef80d757d..157345834592 100644 --- a/core/src/main/resources/schema/infinispan-config-8.2.xsd +++ b/core/src/main/resources/schema/infinispan-config-9.0.xsd @@ -1,7 +1,7 @@ + version="1.0" targetNamespace="urn:infinispan:config:9.0" + xmlns:tns="urn:infinispan:config:9.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> @@ -1178,7 +1178,7 @@ Must implement `org.infinispan.distribution.ch.KeyPartitioner`. A custom key partitioner can be used as an alternative to grouping, to guarantee that some keys are located in the same segment (and thus their primary owner is the same node). - Since 8.2. + Since 9.0. @@ -1258,7 +1258,7 @@ Must implement `org.infinispan.distribution.ch.KeyPartitioner`. A custom key partitioner can be used as an alternative to grouping, to guarantee that some keys are located in the same segment (and thus their primary owner is the same node). - Since 8.2. + Since 9.0.