Upgrade the Spring Geode Sample parent Maven POM to Spring Boot 2.7.0-M3.

This commit is contained in:
John Blum
2022-03-24 20:38:29 -07:00
parent f47bb082f3
commit 310cab4936

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-M3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>