Upgrade Samples Parent Maven POM to Spring Boot 2.3.0.M4.

This commit is contained in:
John Blum
2020-04-09 15:29:00 -07:00
parent 35c731c66c
commit af8e7f757c

View File

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