Set Spring Boot version to 2.4.0-SNAPSHOT in Samples Maven POM.

This commit is contained in:
John Blum
2020-11-17 21:28:28 -08:00
parent dc8be004e3
commit e7b1501e78

View File

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