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

@@ -7,13 +7,13 @@
<artifactId>timestamp-task</artifactId>
<packaging>jar</packaging>
<name>Timestamp Task</name>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<description>Spring Cloud Timestamp Task</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>