Update referenced jooq-codegen-3.5.0.xsd version

This commit is contained in:
Lukas Eder 2014-07-28 10:33:58 +02:00
parent acdb108b83
commit 8a7aa8e254

View File

@ -76,12 +76,12 @@ public final class Constants {
/**
* The current jooq-runtime XML namespace
*/
public static final String NS_RUNTIME = "http://www.jooq.org/xsd" + XSD_RUNTIME;
public static final String NS_RUNTIME = "http://www.jooq.org/xsd/" + XSD_RUNTIME;
/**
* The current jooq-codegen XSD file name.
*/
public static final String XSD_CODEGEN = "jooq-codegen-3.4.0.xsd";
public static final String XSD_CODEGEN = "jooq-codegen-3.5.0.xsd";
/**
* The current jooq-codegen XML namespace.