[jOOQ/jOOQ#18032] Correctly reference the XSD file

This commit is contained in:
Lukas Eder 2025-02-20 15:59:33 +01:00
parent 29c0a0e949
commit 9988b38c37
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.