diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt index 0120efbda..c539c94fe 100644 --- a/src/site/apt/getting-started.apt +++ b/src/site/apt/getting-started.apt @@ -85,6 +85,6 @@ $ mvn test * Migrating to 2.2.x - As part of the update to support non-identifying job parameters ({{{https://jira.springsource.org/browse/BATCH-1412}BATCH-1412}}), the database schema for the job repository was updated. To migrate your existing job repository to the new one, you'll need to execute the appropriate migration script for your platform. This script will create the new BATCH_JOB_EXECUTION table and migrate the parameters from the old table to the new table. The script can be found in the <<>> package. + As part of the update to support non-identifying job parameters ({{{https://jira.springsource.org/browse/BATCH-1412}BATCH-1412}}), the database schema for the job repository was updated. To migrate your existing job repository to the new one, you'll need to execute the appropriate migration script for your platform. This script will create the new BATCH_JOB_EXECUTION_PARAMS table and migrate the parameters from the old table to the new table. The script can be found in the <<>> package. diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt index 04bd86601..80a0fe678 100644 --- a/src/site/apt/migration/index.apt +++ b/src/site/apt/migration/index.apt @@ -13,6 +13,8 @@ Links: + * {{{./2.2.0.M1-2.2.0.RC1.html}2.2.0.M1-2.2.0.RC1}} + * {{{./2.1.9-2.2.0.M1.html}2.1.9-2.2.0.M1}} * {{{./2.1.8-2.1.9.html}2.1.8 to 2.1.9}} diff --git a/src/site/docbook/reference/index.xml b/src/site/docbook/reference/index.xml index e3d27ac87..b2354c3b2 100644 --- a/src/site/docbook/reference/index.xml +++ b/src/site/docbook/reference/index.xml @@ -5,7 +5,7 @@ Spring Batch - Reference Documentation - Spring Batch 2.2.0.M1 + Spring Batch 2.2.0.RC1 diff --git a/src/site/docbook/reference/schema-appendix.xml b/src/site/docbook/reference/schema-appendix.xml index 36354f5e7..91fcbc755 100644 --- a/src/site/docbook/reference/schema-appendix.xml +++ b/src/site/docbook/reference/schema-appendix.xml @@ -28,7 +28,7 @@ + scale="100" />