Ready for 2.0.4

This commit is contained in:
dsyer
2009-10-18 17:25:14 +00:00
parent 5694bf1b73
commit 32c96b5ac1
5 changed files with 26 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
version=2.0.3
version=2.0.4
integration.repo.dir=${basedir}/../integration-repo
ivy.cache.dir=${basedir}/../ivy-cache
# For when releasing
#release.type=release
#build.stamp=RELEASE
release.type=release
build.stamp=RELEASE
# For when releasing milestones
#release.type=milestone

View File

@@ -353,10 +353,10 @@
<distributionManagement>
<site>
<id>static.springframework.org</id>
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/trunk</url>
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/2.0.x</url>
</site>
<repository>
<id>spring-milestone</id>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>s3://maven.springframework.org/release</url>
</repository>

View File

@@ -511,10 +511,6 @@
</dependencies>
</dependencyManagement>
<distributionManagement>
<site>
<id>static.springframework.org</id>
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/trunk</url>
</site>
<repository>
<id>spring-release</id>
<name>Spring Release Repository</name>
@@ -526,16 +522,6 @@
<url>s3://maven.springframework.org/snapshot</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>objectstyle</id>
<name>ObjectStyle.org Repository</name>
<url>http://objectstyle.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>com.springsource.repository.bundles.milestone</id>

View File

@@ -0,0 +1,19 @@
Spring Batch 2.1.0.M1 Release Notes
* Bug
* {{{http://jira.springframework.org/browse/BATCH-1392}[BATCH-1392]}} - Throttle limit is not parsed in ChunkElementParser
* {{{http://jira.springframework.org/browse/BATCH-1397}[BATCH-1397]}} - Late binding only happens once per ApplicationContext if expression is in substring
* {{{http://jira.springframework.org/browse/BATCH-1401}[BATCH-1401]}} - All inserts of JobId should be of Types.BIGINT
* {{{http://jira.springframework.org/browse/BATCH-1408}[BATCH-1408]}} - SimpleJobLauncher package wrong in user guide
* {{{http://jira.springframework.org/browse/BATCH-1410}[BATCH-1410]}} - Isolation Level in the example in user guide is not supported
* {{{http://jira.springframework.org/browse/BATCH-1417}[BATCH-1417]}} - Error in FlatFileItemReader when RecordSeparatorPolicy.preProcess readLine returns null
* {{{http://jira.springframework.org/browse/BATCH-1420}[BATCH-1420]}} - Late Binding only happens first time when using inner bean definition with collection property
* {{{http://jira.springframework.org/browse/BATCH-1423}[BATCH-1423]}} - Upon job restart, step with FlatFileItemReader doesn't honor skippable-exception-classes

View File

@@ -15,6 +15,8 @@
* {{{2.0-highlights.html}Highlights of changes between 1.x and 2.0}}
* {{{2.0.3-2.0.4.html}2.0.3.RELEASE to 2.0.4.RELEASE}}
* {{{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}}