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

This commit is contained in:
John Blum
2022-05-19 13:19:44 -07:00
parent 7d6ab25e43
commit 8c95d2a5d5

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