Skip to content

Commit 74e4d8e

Browse files
committed
Retained 1.27.0 config for compatibility testing
1 parent a77b866 commit 74e4d8e

File tree

4 files changed

+2528
-4
lines changed

4 files changed

+2528
-4
lines changed

geowebcache/core/src/main/resources/geowebcache.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://geowebcache.org/schema/1.27.0"
4-
xsi:schemaLocation="http://geowebcache.org/schema/1.27.0 http://geowebcache.org/schema/1.27.0/geowebcache.xsd">
3+
xmlns="http://geowebcache.org/schema/1.28.0"
4+
xsi:schemaLocation="http://geowebcache.org/schema/1.28.0 http://geowebcache.org/schema/1.28.0/geowebcache.xsd">
55
<version>1.8.0</version>
66
<backendTimeout>120</backendTimeout>
77
<serviceInformation>

geowebcache/core/src/main/resources/org/geowebcache/config/geowebcache.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xml="http://www.w3.org/XML/1998/namespace"
3-
targetNamespace="http://geowebcache.org/schema/1.27.0" xmlns:gwc="http://geowebcache.org/schema/1.27.0"
4-
elementFormDefault="qualified" version="1.27.0">
3+
targetNamespace="http://geowebcache.org/schema/1.28.0" xmlns:gwc="http://geowebcache.org/schema/1.28.0"
4+
elementFormDefault="qualified" version="1.28.0">
55

66
<xs:element name="gwcConfiguration">
77
<xs:annotation>

0 commit comments

Comments
 (0)