update version number for 2.1.0.M4

This commit is contained in:
dsyer
2009-12-23 13:48:08 +00:00
parent e91664c050
commit a80a570cd0
6 changed files with 46 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
Spring Batch Downloads
The current GA release is <<2.1.0.M3>>, the latest snapshots are <<2.1.0.CI-SNAPSHOT>>. The version 2.0.x branch is still open for bugfixes (the last release was <<2.0.3.RELEASE>>). The version 1.1.x branch is now in maintenance (the last release was <<1.1.4.RELEASE>>).
The current GA release is <<2.1.0.M4>>, the latest snapshots are <<2.1.0.CI-SNAPSHOT>>. The version 2.0.x branch is still open for bugfixes (the last release was <<2.0.3.RELEASE>>). 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.1.0.M3</version>
<version>2.1.0.M4</version>
</dependency>
+---------------
@@ -70,7 +70,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.1.0.M3</version>
<version>2.1.0.M4</version>
</dependency>
+---------------
@@ -96,7 +96,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.1.0.M3</version>
<version>2.1.0.M4</version>
</dependency>
+---------------
@@ -120,7 +120,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.1.0.M3</version>
<version>2.1.0.M4</version>
</dependency>
+---------------

View File

@@ -1,4 +1,4 @@
Spring Batch 2.1.0.M1 Release Notes
Spring Batch 2.1.0.M2 Release Notes
Release Notes - Spring Batch - Version 2.1.0.M2

View File

@@ -1,4 +1,4 @@
Spring Batch 2.1.0.M1 Release Notes
Spring Batch 2.1.0.M3 Release Notes
Release Notes - Spring Batch - Version 2.1.0.M3

View File

@@ -0,0 +1,36 @@
Spring Batch 2.1.0.M4 Release Notes
Release Notes - Spring Batch - Version 2.1.0.M4
* Sub-task
* {{{http://jira.springsource.org/browse/BATCH-1456}[BATCH-1456]}} - Detect spring-batch-2.0.xsd and raise an exception in the namespace parsers
* {{{http://jira.springsource.org/browse/BATCH-1458}[BATCH-1458]}} - Add FlowStep: a Step implementation that executes a flow
* Bug
* {{{http://jira.springsource.org/browse/BATCH-1460}[BATCH-1460]}} - Rownum clauses are illegal in DerbyPagingQueryProvider (plus additional fix to Oracle)
* Improvement
* {{{http://jira.springsource.org/browse/BATCH-585}[BATCH-585]}} - Improve coverage of examples of listener implementations in user guide
* {{{http://jira.springsource.org/browse/BATCH-924}[BATCH-924]}} - BeanWrapperFieldSetMapper could create child objects if they are null when needed
* {{{http://jira.springsource.org/browse/BATCH-1259}[BATCH-1259]}} - Ensure that skips in the processor cause items to be reprocessed at most once.
* New Feature
* {{{http://jira.springsource.org/browse/BATCH-992}[BATCH-992]}} - Alternative fault-tolerant step implementation
* {{{http://jira.springsource.org/browse/BATCH-1372}[BATCH-1372]}} - Namespace support for partitioning
* {{{http://jira.springsource.org/browse/BATCH-1407}[BATCH-1407]}} - Integration tests for core (including multi-threaded long running tests)
* Task
* {{{http://jira.springsource.org/browse/BATCH-834}[BATCH-834]}} - Review stop signal handling at JobExecution
* {{{http://jira.springsource.org/browse/BATCH-1457}[BATCH-1457]}} - remove tiger profile from archetype's pom.xml

View File

@@ -13,6 +13,8 @@
Links:
* {{{2.1.0.M3-2.1.0.M4.html}2.1.0.M3 to 2.1.0.M4}}
* {{{2.1.0.M2-2.1.0.M3.html}2.1.0.M2 to 2.1.0.M3}}
* {{{2.1.0.M1-2.1.0.M2.html}2.1.0.M1 to 2.1.0.M2}}

View File

@@ -5,7 +5,7 @@
<bookinfo>
<title>Spring Batch - Reference Documentation</title>
<releaseinfo>Spring Batch 2.1.0.M3</releaseinfo>
<releaseinfo>Spring Batch 2.1.0.M4</releaseinfo>
<authorgroup>
<author>