Skip to content

Commit

Permalink
ISPN-6342 Fix ConfigurationUnitTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Laskawiec committed Mar 9, 2016
1 parent 52f1ad0 commit e501b09
Showing 1 changed file with 4 additions and 4 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
version="1.0" targetNamespace="urn:infinispan:config:8.2"
xmlns:tns="urn:infinispan:config:8.2" xmlns:xs="http://www.w3.org/2001/XMLSchema">
version="1.0" targetNamespace="urn:infinispan:config:9.0"
xmlns:tns="urn:infinispan:config:9.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">

<xs:element name="infinispan" type="tns:infinispan">
<xs:annotation>
Expand Down Expand Up @@ -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.
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down Expand Up @@ -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.
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down

0 comments on commit e501b09

Please sign in to comment.