Rollback release and fix gradle POM generation

This commit rolls back the incrementing of the Spring Batch version to
4.0.1.BUILD-SNAPSHOT.

It also fixes the POM generation in spring-batch-docs to include a name
and description (previously missing and causing a release to central to
fail).
This commit is contained in:
Michael Minella
2018-03-06 11:21:03 -06:00
parent 9234d27cad
commit f204f57b58
2 changed files with 2 additions and 2 deletions

View File

@@ -382,7 +382,7 @@ project('spring-batch-infrastructure') {
}
project('spring-batch-docs') {
description = 'Spring Batch Docs'
}
project('spring-batch-core-tests') {

View File

@@ -1 +1 @@
version=4.0.2.BUILD-SNAPSHOT
version=4.0.1.BUILD-SNAPSHOT