Set Spring Geode Samples parent Maven POM Spring Boot version to 2.7.0-SNAPSHOT.

This commit is contained in:
John Blum
2022-03-31 12:29:05 -07:00
parent aab51320c2
commit e57d611f73

View File

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