Upgrade Spring Geode Samples parent Maven POM to Spring Boot 2.5.0-M3.

This commit is contained in:
John Blum
2021-04-09 15:36:06 -07:00
parent 8be725f875
commit bb228afec8

View File

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