Update version literals prior to release 2.2.7

This commit is contained in:
Michael Minella
2014-05-22 10:44:43 -05:00
parent 3a624870e0
commit 63a591d022
5 changed files with 24 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
</description>
<properties>
<spring.framework.version>3.2.9.RELEASE</spring.framework.version>
<spring.batch.version>2.2.7.BUILD-SNAPSHOT</spring.batch.version>
<spring.batch.version>2.2.7.RELEASE</spring.batch.version>
<dependency.locations.enabled>false</dependency.locations.enabled>
<junit.version>4.10</junit.version>
<compiler.target.version>1.6</compiler.target.version>

View File

@@ -7,7 +7,7 @@
Spring Batch Downloads
The current GA release is <<2.2.6.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.7.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.6.RELEASE</version>
<version>2.2.7.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.6.RELEASE</version>
<version>2.2.7.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.6.RELEASE</version>
<version>2.2.7.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.6.RELEASE</version>
<version>2.2.7.RELEASE</version>
</dependency>
+---------------

View File

@@ -0,0 +1,15 @@
Spring Batch 2.2.7 Release Notes
* Bug
* {{{http://jira.springsource.org/browse/BATCH-2206}[BATCH-2206]}} - MongoItemReader needs property to set collection
* {{{http://jira.springsource.org/browse/BATCH-2208}[BATCH-2208]}} - ExecutionContext entries should not necessarily be Serializable
* {{{http://jira.springsource.org/browse/BATCH-2214}[BATCH-2214]}} - Allow compilation w/ JDK 8 on 2.2
* {{{http://jira.springsource.org/browse/BATCH-2235}[BATCH-2235]}} - ExitStatus.EXECUTING.isRunning() does not return true
* Improvement
* {{{http://jira.springsource.org/browse/BATCH-2238}[BATCH-2238]}} - Allow multiple configs (xmls, java-files, packages) to be loaded

View File

@@ -13,6 +13,8 @@
Links:
* {{{./2.2.6-2.2.7.html}2.2.6-2.2.7}}
* {{{./2.2.5-2.2.6.html}2.2.5-2.2.6}}
* {{{./2.2.4-2.2.5.html}2.2.4-2.2.5}}

View File

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