From f204f57b58f9d97984064fcdba2c83755c00c85a Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Tue, 6 Mar 2018 11:21:03 -0600 Subject: [PATCH] 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). --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2efa81e4c..b0e139713 100644 --- a/build.gradle +++ b/build.gradle @@ -382,7 +382,7 @@ project('spring-batch-infrastructure') { } project('spring-batch-docs') { - + description = 'Spring Batch Docs' } project('spring-batch-core-tests') { diff --git a/gradle.properties b/gradle.properties index 63af70b21..6112c6ba1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.0.2.BUILD-SNAPSHOT \ No newline at end of file +version=4.0.1.BUILD-SNAPSHOT \ No newline at end of file