Create SDG XML XSDs for 2.8.
This includes spring-geode-2.8.xsd and spring-data-geode-2.8.xsd. Resolves #623.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
http\://www.springframework.org/schema/geode/spring-geode-3.0.xsd=org/springframework/data/gemfire/config/spring-geode-3.0.xsd
|
||||
http\://www.springframework.org/schema/geode/spring-geode.xsd=org/springframework/data/gemfire/config/spring-geode-3.0.xsd
|
||||
http\://www.springframework.org/schema/data/geode/spring-data-geode-3.0.xsd=org/springframework/data/gemfire/config/spring-data-geode-3.0.xsd
|
||||
http\://www.springframework.org/schema/data/geode/spring-data-geode.xsd=org/springframework/data/gemfire/config/spring-data-geode-3.0.xsd
|
||||
https\://www.springframework.org/schema/geode/spring-geode-3.0.xsd=org/springframework/data/gemfire/config/spring-geode-3.0.xsd
|
||||
https\://www.springframework.org/schema/geode/spring-geode.xsd=org/springframework/data/gemfire/config/spring-geode-3.0.xsd
|
||||
https\://www.springframework.org/schema/data/geode/spring-data-geode-3.0.xsd=org/springframework/data/gemfire/config/spring-data-geode-3.0.xsd
|
||||
https\://www.springframework.org/schema/data/geode/spring-data-geode.xsd=org/springframework/data/gemfire/config/spring-data-geode-3.0.xsd
|
||||
http\://www.springframework.org/schema/geode/spring-geode-2.8.xsd=org/springframework/data/gemfire/config/spring-geode-2.8.xsd
|
||||
http\://www.springframework.org/schema/geode/spring-geode.xsd=org/springframework/data/gemfire/config/spring-geode-2.8.xsd
|
||||
http\://www.springframework.org/schema/data/geode/spring-data-geode-2.8.xsd=org/springframework/data/gemfire/config/spring-data-geode-2.8.xsd
|
||||
http\://www.springframework.org/schema/data/geode/spring-data-geode.xsd=org/springframework/data/gemfire/config/spring-data-geode-2.8.xsd
|
||||
https\://www.springframework.org/schema/geode/spring-geode-2.8.xsd=org/springframework/data/gemfire/config/spring-geode-2.8.xsd
|
||||
https\://www.springframework.org/schema/geode/spring-geode.xsd=org/springframework/data/gemfire/config/spring-geode-2.8.xsd
|
||||
https\://www.springframework.org/schema/data/geode/spring-data-geode-2.8.xsd=org/springframework/data/gemfire/config/spring-data-geode-2.8.xsd
|
||||
https\://www.springframework.org/schema/data/geode/spring-data-geode.xsd=org/springframework/data/gemfire/config/spring-data-geode-2.8.xsd
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
targetNamespace="http://www.springframework.org/schema/data/geode"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="3.0">
|
||||
version="2.8">
|
||||
|
||||
<xsd:import namespace="http://www.springframework.org/schema/context"
|
||||
schemaLocation="https://www.springframework.org/schema/context/spring-context.xsd" />
|
||||
Reference in New Issue
Block a user