Set Spring Geode Samples Maven POM Spring Boot version to 2.3.5.RELEASE.

This commit is contained in:
John Blum
2020-11-10 10:48:08 -08:00
parent 6cde223a06
commit 009ee9645b

View File

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