Update version literals prior to release 2.2.2

This commit is contained in:
Michael Minella
2013-09-08 13:20:02 -05:00
parent 6377ff66a5
commit 072b5f33f6

View File

@@ -7,7 +7,7 @@
Spring Batch Downloads
The current GA release is <<2.2.1.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.3.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
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.2.3.RELEASE</version>
</dependency>
+---------------
@@ -74,7 +74,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.2.3.RELEASE</version>
</dependency>
+---------------
@@ -100,7 +100,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.2.3.RELEASE</version>
</dependency>
+---------------
@@ -124,7 +124,7 @@ Source code can also be browsed and downloaded at {{{http://github.com/SpringSou
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.2.1.RELEASE</version>
<version>2.2.3.RELEASE</version>
</dependency>
+---------------