diff --git a/docs/pom.xml b/docs/pom.xml index 2eaf21fc..318c6128 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -17,6 +17,7 @@ 1.5.0-alpha.16 + 1.0.0-M6 ${maven.multiModuleProjectDirectory}/spring-cloud-task-core/ .* ${maven.multiModuleProjectDirectory}/target/ @@ -94,12 +95,16 @@ micrometer-docs-generator-spans jar + ${micrometer-docs-generator.version} + io.micrometer micrometer-docs-generator-metrics jar + ${micrometer-docs-generator.version} + diff --git a/pom.xml b/pom.xml index 23347243..63d38159 100755 --- a/pom.xml +++ b/pom.xml @@ -102,8 +102,8 @@ 4.0.0-SNAPSHOT - 2.8.0-M1 - 2.8.0-M1 + 2.8.0-SNAPSHOT + 2.8.0-SNAPSHOT ${spring-cloud-stream.version} diff --git a/spring-cloud-starter-single-step-batch-job/src/test/java/org/springframework/cloud/task/batch/autoconfigure/flatfile/FlatFileItemReaderAutoConfigurationTests.java b/spring-cloud-starter-single-step-batch-job/src/test/java/org/springframework/cloud/task/batch/autoconfigure/flatfile/FlatFileItemReaderAutoConfigurationTests.java index d05e2208..c276e2ac 100644 --- a/spring-cloud-starter-single-step-batch-job/src/test/java/org/springframework/cloud/task/batch/autoconfigure/flatfile/FlatFileItemReaderAutoConfigurationTests.java +++ b/spring-cloud-starter-single-step-batch-job/src/test/java/org/springframework/cloud/task/batch/autoconfigure/flatfile/FlatFileItemReaderAutoConfigurationTests.java @@ -55,7 +55,7 @@ import static org.assertj.core.api.Assertions.assertThat; public class FlatFileItemReaderAutoConfigurationTests { /** - * Contents of the file to be read (included here because it's UTF-16): + * Contents of the file to be read (included here because it's UTF-16). * *
 	 * 1@2@3@4@5@six
@@ -219,7 +219,7 @@ public class FlatFileItemReaderAutoConfigurationTests {
 	}
 
 	/**
-	 * This test requires an input file with an even number of records
+	 * This test requires an input file with an even number of records.
 	 */
 	@Test
 	public void testCustomRecordSeparatorAndSkippedLines() {
diff --git a/spring-cloud-task-samples/partitioned-batch-job/pom.xml b/spring-cloud-task-samples/partitioned-batch-job/pom.xml
index eedd1388..49e20bf1 100644
--- a/spring-cloud-task-samples/partitioned-batch-job/pom.xml
+++ b/spring-cloud-task-samples/partitioned-batch-job/pom.xml
@@ -20,7 +20,7 @@
 		4.0.0-SNAPSHOT
 		UTF-8
 		17
-		2.8.0-M1
+		2.8.0-SNAPSHOT
 	
 
 	
diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml
index a81ada26..bd161ee9 100644
--- a/spring-cloud-task-samples/tasksink/pom.xml
+++ b/spring-cloud-task-samples/tasksink/pom.xml
@@ -24,7 +24,7 @@
 		true
 		4.0.0-SNAPSHOT
 		3.0.0-SNAPSHOT
-		2.8.0-M1
+		2.8.0-SNAPSHOT