diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt
index b87c130bb..5743d74d2 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.2.4.RELEASE>>, the latest snapshots are <<3.0.0.BUILD-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.2.5.RELEASE>>, the latest snapshots are <<3.0.0.BUILD-SNAPSHOT>>. The version 2.0.x and 1.x branches are now in maintenance (the last release was <<2.0.4.RELEASE>>).
For runtime concerns and a container for running a Job as a service see the {{{http://static.springframework.org/spring-batch-admin}Spring Batch Admin}} project and the {{{http://static.springframework.org/spring-batch-admin/getting-started.html}getting started}} link there.
@@ -41,7 +41,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou
org.springframework.batch
spring-batch-core
- 2.2.4.RELEASE
+ 2.2.5.RELEASE
+---------------
@@ -74,7 +74,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou
org.springframework.batch
org.springframework.batch.core
- 2.2.4.RELEASE
+ 2.2.5.RELEASE
+---------------
@@ -100,7 +100,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou
org.springframework.batch
spring-batch-core
- 2.2.4.RELEASE
+ 2.2.5.RELEASE
+---------------
@@ -124,7 +124,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou
org.springframework.batch
org.springframework.batch.core
- 2.2.4.RELEASE
+ 2.2.5.RELEASE
+---------------
diff --git a/src/site/apt/migration/2.2.4-2.2.5.apt b/src/site/apt/migration/2.2.4-2.2.5.apt
new file mode 100755
index 000000000..4813c0d8e
--- /dev/null
+++ b/src/site/apt/migration/2.2.4-2.2.5.apt
@@ -0,0 +1,19 @@
+Spring Batch 2.2.5 Release Notes
+
+* Improvement
+
+ * {{{http://jira.springsource.org/browse/BATCH-1980}[BATCH-1980]}} - Transaction timeout results in step execution status UNKNOWN
+
+* Bug
+
+ * {{{http://jira.springsource.org/browse/BATCH-2153}[BATCH-2153]}} - StepSynchronizationManager uses static HashMap - NullPointerException with multiple Threads
+
+ * {{{http://jira.springsource.org/browse/BATCH-2169}[BATCH-2169]}} - @BeforeStep doesn't work when using @StepScope
+
+* Task
+
+ * {{{http://jira.springsource.org/browse/BATCH-2173}[BATCH-2173]}} - Update POM files to reference new repository URLs
+
+ * {{{http://jira.springsource.org/browse/BATCH-2180}[BATCH-2180]}} - Clarify: CompositeItemWriter and the need to register streams
+
+ * {{{http://jira.springsource.org/browse/BATCH-2181}[BATCH-2181]}} - Backport BATCH-2175 to the 2.2.x branch
diff --git a/src/site/apt/migration/index.apt b/src/site/apt/migration/index.apt
index f6a613aac..66db363e8 100644
--- a/src/site/apt/migration/index.apt
+++ b/src/site/apt/migration/index.apt
@@ -17,6 +17,8 @@
* {{{./2.2.1-3.0.0.M1.html}2.2.1-3.0.0.M1}}
+ * {{{./2.2.4-2.2.5.html}2.2.4-2.2.5}}
+
* {{{./2.2.3-2.2.4.html}2.2.3-2.2.4}}
* {{{./2.2.2-2.2.3.html}2.2.2-2.2.3}}