Upgrades Getting Started Sample Maven POM to Spring Boot 2.4.0-M4.

This commit is contained in:
John Blum
2020-10-21 13:11:09 -07:00
parent 1e145975a8
commit 67f3fcb9c6

View File

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