Set Spring Geode Samples parent Maven POM to Spring Boot 3.0.0-SNAPSHOT.

This commit is contained in:
John Blum
2022-04-06 14:27:21 -07:00
parent 74938f4ec2
commit ff726c000e

View File

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