Skip to content

Commit c127c98

Browse files
committed
Revert "Retained 1.25.0 config for compatibility testing"
This reverts commit fb945dc.
1 parent b0ced64 commit c127c98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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.26.0"
4-
xsi:schemaLocation="http://geowebcache.org/schema/1.26.0 http://geowebcache.org/schema/1.26.0/geowebcache.xsd">
3+
xmlns="http://geowebcache.org/schema/1.25.0"
4+
xsi:schemaLocation="http://geowebcache.org/schema/1.25.0 http://geowebcache.org/schema/1.25.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.26.0" xmlns:gwc="http://geowebcache.org/schema/1.26.0"
4-
elementFormDefault="qualified" version="1.26.0">
3+
targetNamespace="http://geowebcache.org/schema/1.25.0" xmlns:gwc="http://geowebcache.org/schema/1.25.0"
4+
elementFormDefault="qualified" version="1.25.0">
55

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

0 commit comments

Comments
 (0)