diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt
index 4af93ec57..c7e585de4 100644
--- a/src/site/apt/downloads.apt
+++ b/src/site/apt/downloads.apt
@@ -7,7 +7,7 @@
Spring Batch Downloads
- The current GA release is <<2.1.2.RELEASE>>, the latest snapshots are <<2.1.3.CI-SNAPSHOT>>. The version 2.0.x and 1.x branches are now in maintenance (the last release was <<2.0.4.RELEASE>>).
+ The current GA release is <<2.1.4.RELEASE>>, the latest snapshots are <<2.1.5.CI-SNAPSHOT>>. The version 2.0.x and 1.x branches are now in maintenance (the last release was <<2.0.4.RELEASE>>).
* Zip Downloads
@@ -37,7 +37,7 @@ Spring Batch Downloads
org.springframework.batch
spring-batch-core
- 2.1.2.RELEASE
+ 2.1.4.RELEASE
+---------------
@@ -70,7 +70,7 @@ Spring Batch Downloads
org.springframework.batch
org.springframework.batch.core
- 2.1.2.RELEASE
+ 2.1.4.RELEASE
+---------------
@@ -96,7 +96,7 @@ Spring Batch Downloads
org.springframework.batch
spring-batch-core
- 2.1.2.RELEASE
+ 2.1.4.RELEASE
+---------------
@@ -120,7 +120,7 @@ Spring Batch Downloads
org.springframework.batch
org.springframework.batch.core
- 2.1.2.RELEASE
+ 2.1.4.RELEASE
+---------------
diff --git a/src/site/apt/migration/2.1.3-2.1.4.apt b/src/site/apt/migration/2.1.3-2.1.4.apt
new file mode 100644
index 000000000..504be9791
--- /dev/null
+++ b/src/site/apt/migration/2.1.3-2.1.4.apt
@@ -0,0 +1,55 @@
+Spring Batch 2.1.4 Release Notes
+
+* Bug
+
+ * {{{http://jira.springsource.org/browse/BATCH-1572}[BATCH-1572]}} - Step not failing on org.springframework.transaction.UnexpectedRollbackException
+
+ * {{{http://jira.springsource.org/browse/BATCH-1632}[BATCH-1632]}} - DefaultFieldSet#readBigDecimal(String, BigDecimal) and NumberFormatException
+
+ * {{{http://jira.springsource.org/browse/BATCH-1633}[BATCH-1633]}} - Dependency injection problem with step scoped anonymous inner bean
+
+ * {{{http://jira.springsource.org/browse/BATCH-1637}[BATCH-1637]}} - OraclePagingQueryProvider adds an extra column to the jump to page query
+
+ * {{{http://jira.springsource.org/browse/BATCH-1638}[BATCH-1638]}} - Possible NullPointerException when using no-rollback
+
+ * {{{http://jira.springsource.org/browse/BATCH-1639}[BATCH-1639]}} - Oracle jumpToItemQuery needs a tweak (again)
+
+ * {{{http://jira.springsource.org/browse/BATCH-1640}[BATCH-1640]}} - File writers do not behave correctly on rollback
+
+ * {{{http://jira.springsource.org/browse/BATCH-1643}[BATCH-1643]}} - Unpredictable binding in BeanWrapperFieldSetMapper because of "fuzzy" property matching
+
+ * {{{http://jira.springsource.org/browse/BATCH-1647}[BATCH-1647]}} - Inner bean with a late binding parameter in the constructor does not work
+
+ * {{{http://jira.springsource.org/browse/BATCH-1648}[BATCH-1648]}} - Paging query for IbatisPagingItemReader in reference documentation is incorrect
+
+
+
+* Defect
+
+
+ * {{{http://jira.springsource.org/browse/BATCH-1629}[BATCH-1629]}} - FaultTolerantChunkProcessor contains dangerous log statements
+
+ * {{{http://jira.springsource.org/browse/BATCH-1631}[BATCH-1631]}} - Typos on Spring Batch home page
+
+
+
+* Improvement
+
+
+ * {{{http://jira.springsource.org/browse/BATCH-1627}[BATCH-1627]}} - SpringValidator - include Binding Results with the thrown ValidationException
+
+ * {{{http://jira.springsource.org/browse/BATCH-1630}[BATCH-1630]}} - Add defensive logging conditionals in performance critical areas of the code base.
+
+ * {{{http://jira.springsource.org/browse/BATCH-1634}[BATCH-1634]}} - Documentation: custom tableprefix for JobExplorer
+
+ * {{{http://jira.springsource.org/browse/BATCH-1636}[BATCH-1636]}} - AutomaticJobRegistar should implement the Ordered interface
+
+ * {{{http://jira.springsource.org/browse/BATCH-1650}[BATCH-1650]}} - Override GroupAwareJob#toString method
+
+
+
+* New Feature
+
+
+ * {{{http://jira.springsource.org/browse/BATCH-1628}[BATCH-1628]}} - Add job parameters via properties file in CommandLineJobRunner
+
diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt
index 366255d16..87362457c 100644
--- a/src/site/apt/migration/index.apt
+++ b/src/site/apt/migration/index.apt
@@ -13,6 +13,8 @@
Links:
+ * {{{2.1.3-2.1.4.html}2.1.3 to 2.1.4}}
+
* {{{2.1.2-2.1.3.html}2.1.2 to 2.1.3}}
* {{{2.1.1-2.1.2.html}2.1.1 to 2.1.2}}
diff --git a/src/site/apt/snapshots.apt b/src/site/apt/snapshots.apt
index 33311cbc5..b5c037db3 100644
--- a/src/site/apt/snapshots.apt
+++ b/src/site/apt/snapshots.apt
@@ -27,7 +27,7 @@ Snapshot Builds
org.springframework.batch
spring-batch-core
- 2.1.2.CI-SNAPSHOT
+ 2.1.5.CI-SNAPSHOT
+---------------
diff --git a/src/site/docbook/reference/index.xml b/src/site/docbook/reference/index.xml
index 6cb3464ae..3be00d165 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.1.2
+ Spring Batch 2.1.4