Updates samples to version to 2.7.0-SNAPSHOT

Updates boot to 2.6.0-M3
This commit is contained in:
spencergibb
2021-10-01 15:09:34 -04:00
parent cbe6373db8
commit 26bff79430
10 changed files with 20 additions and 20 deletions

View File

@@ -6,13 +6,13 @@
<artifactId>partitioned-batch-job</artifactId>
<packaging>jar</packaging>
<name>Partitioned Batch Job</name>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<description>Sample of using the DeployerPartitionHandler</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.0-M1</version>
<version>2.6.0-M3</version>
<relativePath />
</parent>