[jOOQ/jOOQ#18032] Correctly reference the XSD file
This commit is contained in:
parent
29c0a0e949
commit
9988b38c37
@ -139,7 +139,7 @@ public final class Constants {
|
||||
/**
|
||||
* The current jooq-codegen XSD file name.
|
||||
*/
|
||||
public static final String XSD_CODEGEN = "jooq-codegen-3.20.0.xsd";
|
||||
public static final String XSD_CODEGEN = "jooq-codegen-3.20.1.xsd";
|
||||
|
||||
/**
|
||||
* The current jooq-codegen XML namespace.
|
||||
|
||||
@ -139,7 +139,7 @@ public final class Constants {
|
||||
/**
|
||||
* The current jooq-codegen XSD file name.
|
||||
*/
|
||||
public static final String XSD_CODEGEN = "jooq-codegen-3.20.0.xsd";
|
||||
public static final String XSD_CODEGEN = "jooq-codegen-3.20.1.xsd";
|
||||
|
||||
/**
|
||||
* The current jooq-codegen XML namespace.
|
||||
|
||||
@ -139,7 +139,7 @@ public final class Constants {
|
||||
/**
|
||||
* The current jooq-codegen XSD file name.
|
||||
*/
|
||||
public static final String XSD_CODEGEN = "jooq-codegen-3.20.0.xsd";
|
||||
public static final String XSD_CODEGEN = "jooq-codegen-3.20.1.xsd";
|
||||
|
||||
/**
|
||||
* The current jooq-codegen XML namespace.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user