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

This commit is contained in:
John Blum
2021-11-19 11:22:06 -08:00
parent 0f6608d7d1
commit 6f570939b0

View File

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