diff --git a/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml b/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml
index 0833c2592e..2494982197 100644
--- a/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml
+++ b/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml
@@ -1131,7 +1131,7 @@ CREATE TABLE t_book_to_book_store (
From the settings defaults, as specified in
- http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd
+ http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd
@@ -1166,7 +1166,7 @@ CREATE TABLE t_book_to_book_store (
Please refer to the jOOQ runtime configuration XSD for more details:
- http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd
+ http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd
Factory subclasses
@@ -2786,7 +2786,7 @@ public void bind(BindContext context) throws DataAccessException;
There are also lots of advanced configuration parameters, which will be
treated in the manual's next section
Note, you can find the official XSD file at
- http://www.jooq.org/xsd/jooq-codegen-2.0.4.xsd
+ http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd
for a formal specification
Run jOOQ code generation
@@ -6192,7 +6192,7 @@ create.selectFrom(T_AUTHOR).fetch();
their own LOG schema instance. Then you can enhance your RenderMapping
like this (e.g. using an XML configuration file):
-
+
diff --git a/jOOQ-website/manual-pdf/jOOQ-manual.pdf b/jOOQ-website/manual-pdf/jOOQ-manual.pdf
index a5f32045a3..cf100b9611 100644
Binary files a/jOOQ-website/manual-pdf/jOOQ-manual.pdf and b/jOOQ-website/manual-pdf/jOOQ-manual.pdf differ
diff --git a/jOOQ-website/manual-single-page/index.php b/jOOQ-website/manual-single-page/index.php
index fcc4963b4e..5f1a2228e7 100644
--- a/jOOQ-website/manual-single-page/index.php
+++ b/jOOQ-website/manual-single-page/index.php
@@ -379,7 +379,7 @@ CREATE TABLE t_book_to_book_store (
From the classpath at /jooq-settings.xml
From the settings defaults, as specified in
- http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd
+ http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd
@@ -405,7 +405,7 @@ CREATE TABLE t_book_to_book_store (
Please refer to the jOOQ runtime configuration XSD for more details:
-http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd
+http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd
@@ -1750,7 +1750,7 @@ public void bind(BindContext context) throws DataAccessException;
There are also lots of advanced configuration parameters, which will be
treated in the manual's next section
Note, you can find the official XSD file at
- http://www.jooq.org/xsd/jooq-codegen-2.0.4.xsd
+ http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd
for a formal specification
Run jOOQ code generation
@@ -4612,7 +4612,7 @@ create.selectFrom(T_AUTHOR).fetch();
their own LOG schema instance. Then you can enhance your RenderMapping
like this (e.g. using an XML configuration file):
-<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd">
+<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd">
<renderMapping>
<schemata>
<schema>
diff --git a/jOOQ-website/manual/ADVANCED/SchemaMapping/index.php b/jOOQ-website/manual/ADVANCED/SchemaMapping/index.php
index e620157c6c..4cdd8ebdb4 100644
--- a/jOOQ-website/manual/ADVANCED/SchemaMapping/index.php
+++ b/jOOQ-website/manual/ADVANCED/SchemaMapping/index.php
@@ -78,7 +78,7 @@ create.selectFrom(T_AUTHOR).fetch();
their own LOG schema instance. Then you can enhance your RenderMapping
like this (e.g. using an XML configuration file):
-<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd">
+<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd">
<renderMapping>
<schemata>
<schema>
diff --git a/jOOQ-website/manual/JOOQ/Factory/index.php b/jOOQ-website/manual/JOOQ/Factory/index.php
index 330156c4da..5f69c6e4ce 100644
--- a/jOOQ-website/manual/JOOQ/Factory/index.php
+++ b/jOOQ-website/manual/JOOQ/Factory/index.php
@@ -81,7 +81,7 @@ function printContent() {
From the classpath at /jooq-settings.xml
From the settings defaults, as specified in
- http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd
+ http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd
@@ -107,7 +107,7 @@ function printContent() {
Please refer to the jOOQ runtime configuration XSD for more details:
-http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd
+http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd
diff --git a/jOOQ-website/manual/META/Configuration/index.php b/jOOQ-website/manual/META/Configuration/index.php
index 8ef4bf7b6c..260155dd77 100644
--- a/jOOQ-website/manual/META/Configuration/index.php
+++ b/jOOQ-website/manual/META/Configuration/index.php
@@ -149,7 +149,7 @@ function printContent() {
There are also lots of advanced configuration parameters, which will be
treated in the manual's next section
Note, you can find the official XSD file at
- http://www.jooq.org/xsd/jooq-codegen-2.0.4.xsd
+ http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd
for a formal specification
Run jOOQ code generation
diff --git a/jOOQ-website/src/main/resources/manual.xml b/jOOQ-website/src/main/resources/manual.xml
index 8a12eddd50..eb480809dd 100644
--- a/jOOQ-website/src/main/resources/manual.xml
+++ b/jOOQ-website/src/main/resources/manual.xml
@@ -191,7 +191,7 @@ CREATE TABLE t_book_to_book_store (
From a location specified by a JVM parameter: -Dorg.jooq.settings
From the classpath at /jooq-settings.xml
From the settings defaults, as specified in
- http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd
+ http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd
@@ -207,7 +207,7 @@ CREATE TABLE t_book_to_book_store (
Please refer to the jOOQ runtime configuration XSD for more details:
- http://www.jooq.org/xsd/jooq-runtime-2.0.5.xsd
+ http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd
Factory subclasses
@@ -1528,7 +1528,7 @@ public void bind(BindContext context) throws DataAccessException;
There are also lots of advanced configuration parameters, which will be
treated in the
Note, you can find the official XSD file at
- http://www.jooq.org/xsd/jooq-codegen-2.0.4.xsd
+ http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd
for a formal specification
Run jOOQ code generation
@@ -4364,7 +4364,7 @@ create.selectFrom(T_AUTHOR).fetch();
their own LOG schema instance. Then you can enhance your RenderMapping
like this (e.g. using an XML configuration file):
-
+