Update for 2.0.3 release
This commit is contained in:
@@ -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>
|
||||
+---------------
|
||||
|
||||
|
||||
3
src/site/apt/migration/2.0.2-2.0.3.apt
Normal file
3
src/site/apt/migration/2.0.2-2.0.3.apt
Normal file
@@ -0,0 +1,3 @@
|
||||
Spring Batch 2.0.2.RELEASE Release Notes
|
||||
|
||||
* TBD
|
||||
@@ -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}}
|
||||
|
||||
@@ -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>
|
||||
+---------------
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user