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

This commit is contained in:
John Blum
2021-10-21 22:01:27 -07:00
parent 290806702c
commit bb2bac21f9

View File

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