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

This commit is contained in:
John Blum
2021-02-22 21:08:48 -08:00
parent 5b283c03f2
commit ebb5d60ce9

View File

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