Skip to content

Commit 44aa683

Browse files
committed
Align geowebcache.xml schema namespace to 2.0.0
1 parent 5ef63b4 commit 44aa683

3 files changed

Lines changed: 2565 additions & 2 deletions

File tree

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.28.0"
4-
xsi:schemaLocation="http://geowebcache.org/schema/1.28.0 http://geowebcache.org/schema/1.28.0/geowebcache.xsd">
3+
xmlns="http://geowebcache.org/schema/2.0.0"
4+
xsi:schemaLocation="http://geowebcache.org/schema/2.0.0 http://geowebcache.org/schema/2.0.0/geowebcache.xsd">
55
<version>1.8.0</version>
66
<backendTimeout>120</backendTimeout>
77
<!-- Seeder thread pool configuration (optional, can be overridden by

0 commit comments

Comments
 (0)