From 61366e8a3b0b580f5d0f7ea0dd5555d29839d863 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 20 Sep 2022 17:09:39 -0700 Subject: [PATCH] Create SDG XML XSDs for 2.8. This includes spring-geode-2.8.xsd and spring-data-geode-2.8.xsd. Resolves #623. --- .../src/main/resources/META-INF/spring.schemas | 16 ++++++++-------- ...a-geode-3.0.xsd => spring-data-geode-2.8.xsd} | 2 +- ...spring-geode-3.0.xsd => spring-geode-2.8.xsd} | 0 3 files changed, 9 insertions(+), 9 deletions(-) rename spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/{spring-data-geode-3.0.xsd => spring-data-geode-2.8.xsd} (99%) rename spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/{spring-geode-3.0.xsd => spring-geode-2.8.xsd} (100%) diff --git a/spring-data-geode/src/main/resources/META-INF/spring.schemas b/spring-data-geode/src/main/resources/META-INF/spring.schemas index 779f8d0f..22c5fdc3 100644 --- a/spring-data-geode/src/main/resources/META-INF/spring.schemas +++ b/spring-data-geode/src/main/resources/META-INF/spring.schemas @@ -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 diff --git a/spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-data-geode-3.0.xsd b/spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-data-geode-2.8.xsd similarity index 99% rename from spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-data-geode-3.0.xsd rename to spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-data-geode-2.8.xsd index fcffc5b1..76f8626b 100644 --- a/spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-data-geode-3.0.xsd +++ b/spring-data-geode/src/main/resources/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"> diff --git a/spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-geode-3.0.xsd b/spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-geode-2.8.xsd similarity index 100% rename from spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-geode-3.0.xsd rename to spring-data-geode/src/main/resources/org/springframework/data/gemfire/config/spring-geode-2.8.xsd