Set Spring Geode Samples parent Maven POM to Spring Boot 2.6.8.

This commit is contained in:
John Blum
2022-05-19 12:12:05 -07:00
parent 4ffacee3c7
commit a8600493ed

View File

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