Skip to content

Commit

Permalink
Rollback release and fix gradle POM generation
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
mminella committed Mar 6, 2018
1 parent 9234d27 commit f204f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ project('spring-batch-infrastructure') {
}

project('spring-batch-docs') {

description = 'Spring Batch Docs'
}

project('spring-batch-core-tests') {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=4.0.2.BUILD-SNAPSHOT
version=4.0.1.BUILD-SNAPSHOT

0 comments on commit f204f57

Please sign in to comment.