Upgrade Spring Geode Samples parent Maven POM to Spring Boot 2.6.0-M2 and SBDG 1.6.0-SNAPSHOT.

This commit is contained in:
John Blum
2021-08-19 16:49:48 -07:00
parent f4ce56c2fe
commit 17ab5e15ee

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.0-M1</version>
<version>2.6.0-M2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>