Set Spring Geode Samples (parent) Maven POM to Spring Boot version 2.5.0-SNAPSHOT.

This commit is contained in:
John Blum
2021-03-22 22:11:02 -07:00
parent 60d8c70733
commit 34f199a360

View File

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