Update for 2.0.3 release

This commit is contained in:
dsyer
2009-08-20 14:02:11 +00:00
parent f0a958e0be
commit a5603cbb04
5 changed files with 12 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
Spring Batch Downloads
The current GA release is <<2.0.2.RELEASE>>, the latest snapshots are <<2.0.3.CI-SNAPSHOT>>. The version 1.1.x branch is now in maintenance (the last release was <<1.1.4.RELEASE>>).
The current GA release is <<2.0.3.RELEASE>>, the latest snapshots are <<2.1.0.CI-SNAPSHOT>>. The version 1.1.x branch is now in maintenance (the last release was <<1.1.4.RELEASE>>).
* Zip Downloads
@@ -37,7 +37,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
+---------------
@@ -70,7 +70,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
+---------------
@@ -96,7 +96,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
+---------------
@@ -120,7 +120,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
+---------------

View File

@@ -0,0 +1,3 @@
Spring Batch 2.0.2.RELEASE Release Notes
* TBD

View File

@@ -15,6 +15,8 @@
* {{{2.0-highlights.html}Highlights of changes between 1.x and 2.0}}
* {{{2.0.2-2.0.3.html}2.0.2.RELEASE to 2.0.3.RELEASE}}
* {{{2.0.1-2.0.2.html}2.0.1.RELEASE to 2.0.2.RELEASE}}
* {{{2.0.0-2.0.1.html}2.0.0.RELEASE to 2.0.1.RELEASE}}

View File

@@ -27,7 +27,7 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.0.2.CI-SNAPSHOT</version>
<version>2.1.0.CI-SNAPSHOT</version>
</dependency>
+---------------

View File

@@ -5,7 +5,7 @@
<bookinfo>
<title>Spring Batch - Reference Documentation</title>
<releaseinfo>Spring Batch 2.0.2.RELEASE</releaseinfo>
<releaseinfo>Spring Batch 2.0.3.RELEASE</releaseinfo>
<authorgroup>
<author>