[#3932] jooq-runtime-3.5.0.xsd declares wrong namespace

This commit is contained in:
lukaseder 2015-01-10 13:27:23 +01:00
parent 609b27d6d1
commit 1c6bd5a2eb

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:jooq-runtime="http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd"
targetNamespace="http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd"
xmlns:jooq-runtime="http://www.jooq.org/xsd/jooq-runtime-3.5.0.xsd"
targetNamespace="http://www.jooq.org/xsd/jooq-runtime-3.5.0.xsd"
elementFormDefault="qualified">
<element name="settings" type="jooq-runtime:Settings"/>