diff --git a/spring-cloud-task-samples/batch-events/pom.xml b/spring-cloud-task-samples/batch-events/pom.xml
index 9027083f..a77e5ec5 100644
--- a/spring-cloud-task-samples/batch-events/pom.xml
+++ b/spring-cloud-task-samples/batch-events/pom.xml
@@ -4,7 +4,7 @@
io.spring.cloud
batch-events
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
jar
Batch Events Sample Application
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
diff --git a/spring-cloud-task-samples/batch-job/pom.xml b/spring-cloud-task-samples/batch-job/pom.xml
index 11084659..dd98bf94 100644
--- a/spring-cloud-task-samples/batch-job/pom.xml
+++ b/spring-cloud-task-samples/batch-job/pom.xml
@@ -5,7 +5,7 @@
io.spring.cloud
batch-job
jar
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
Spring Cloud Task Batch Example
Batch Job Sample Application
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
diff --git a/spring-cloud-task-samples/jpa-sample/pom.xml b/spring-cloud-task-samples/jpa-sample/pom.xml
index 33246134..5b306ab9 100644
--- a/spring-cloud-task-samples/jpa-sample/pom.xml
+++ b/spring-cloud-task-samples/jpa-sample/pom.xml
@@ -5,7 +5,7 @@
io.spring.cloud
jpa-sample
jar
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
To show users how to enable a task with a JPA application.
Spring Cloud Task JPA Sample Application
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
diff --git a/spring-cloud-task-samples/multiple-datasources/pom.xml b/spring-cloud-task-samples/multiple-datasources/pom.xml
index 2869541d..32d943fa 100644
--- a/spring-cloud-task-samples/multiple-datasources/pom.xml
+++ b/spring-cloud-task-samples/multiple-datasources/pom.xml
@@ -5,7 +5,7 @@
io.spring.cloud
multiple-datasources
jar
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
To show users how to enable a task with a multiple DataSources.
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
diff --git a/spring-cloud-task-samples/partitioned-batch-job/pom.xml b/spring-cloud-task-samples/partitioned-batch-job/pom.xml
index fea6d243..ca6247a5 100644
--- a/spring-cloud-task-samples/partitioned-batch-job/pom.xml
+++ b/spring-cloud-task-samples/partitioned-batch-job/pom.xml
@@ -6,13 +6,13 @@
partitioned-batch-job
jar
Partitioned Batch Job
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
Sample of using the DeployerPartitionHandler
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
diff --git a/spring-cloud-task-samples/single-step-batch-job/pom.xml b/spring-cloud-task-samples/single-step-batch-job/pom.xml
index b48e9f9f..d4970404 100644
--- a/spring-cloud-task-samples/single-step-batch-job/pom.xml
+++ b/spring-cloud-task-samples/single-step-batch-job/pom.xml
@@ -7,13 +7,13 @@
single-step-batch-job
jar
Single Step Batch Job Task
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
Spring Cloud Single Step Batch Job Task
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
@@ -66,7 +66,7 @@
org.springframework.cloud
spring-cloud-starter-single-step-batch-job
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
org.springframework.batch
diff --git a/spring-cloud-task-samples/task-events/pom.xml b/spring-cloud-task-samples/task-events/pom.xml
index 5033a3db..8ccd7124 100644
--- a/spring-cloud-task-samples/task-events/pom.xml
+++ b/spring-cloud-task-samples/task-events/pom.xml
@@ -4,7 +4,7 @@
io.spring.cloud
task-events
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
jar
Task Events
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
diff --git a/spring-cloud-task-samples/taskprocessor/pom.xml b/spring-cloud-task-samples/taskprocessor/pom.xml
index 7b85ee3e..c4ceca59 100644
--- a/spring-cloud-task-samples/taskprocessor/pom.xml
+++ b/spring-cloud-task-samples/taskprocessor/pom.xml
@@ -4,7 +4,7 @@
io.spring.cloud
taskprocessor
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
jar
Task Processor Sample Application
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml
index 09997419..c03fddf6 100644
--- a/spring-cloud-task-samples/tasksink/pom.xml
+++ b/spring-cloud-task-samples/tasksink/pom.xml
@@ -15,7 +15,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3
diff --git a/spring-cloud-task-samples/timestamp/pom.xml b/spring-cloud-task-samples/timestamp/pom.xml
index dc77fec3..fc3f4c6f 100644
--- a/spring-cloud-task-samples/timestamp/pom.xml
+++ b/spring-cloud-task-samples/timestamp/pom.xml
@@ -7,13 +7,13 @@
timestamp-task
jar
Timestamp Task
- 2.3.1-SNAPSHOT
+ 2.4.0-SNAPSHOT
Spring Cloud Timestamp Task
org.springframework.boot
spring-boot-starter-parent
- 2.6.0-M1
+ 2.6.0-M3