[jOOQ/jOOQ#10762] Wrong XSD schema in org.jooq.Constants#XSD_CODEGEN in version 3.14.0

This commit is contained in:
Lukas Eder 2020-10-20 16:39:37 +02:00
parent 6c035a0528
commit 06ef066fd7

View File

@ -114,7 +114,7 @@ public final class Constants {
/**
* The current jooq-codegen XSD file name.
*/
public static final String XSD_CODEGEN = "jooq-codegen-3.13.0.xsd";
public static final String XSD_CODEGEN = "jooq-codegen-3.14.0.xsd";
/**
* The current jooq-codegen XML namespace.