Upgrade Spring Geode Samples parent Maven POM to Spring Boot 2.7.1 and SBDG 1.7.1-SNAPSHOT.

This commit is contained in:
John Blum
2022-06-24 17:27:58 -07:00
parent 0d9c1bbf73
commit d9268b2bb0
2 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-samples-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>