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.