Upgrade Spring Geode Samples parent Maven POM to Spring Boot 2.7.0-M1.

This commit is contained in:
John Blum
2022-01-21 11:46:42 -08:00
parent b4fd8cce89
commit c5b457af2e

View File

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