Fixed erroneous namespace declaration

This commit is contained in:
lukaseder 2015-09-29 09:48:28 +02:00
parent c8dd018f64
commit 83d3da12eb

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd"
targetNamespace="http://www.jooq.org/xsd/jooq-codegen-3.6.0.xsd"
xmlns:tns="http://www.jooq.org/xsd/jooq-codegen-3.7.0.xsd"
targetNamespace="http://www.jooq.org/xsd/jooq-codegen-3.7.0.xsd"
elementFormDefault="qualified">
<element name="configuration">