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:
John Blum
2022-09-20 17:09:39 -07:00
parent b07e0e7b6c
commit 61366e8a3b
3 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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" />