Temporarily setting spring boot parent to 2.1.0.M3

This commit is contained in:
Soby Chacko
2018-09-19 09:52:23 -04:00
parent c8ccdfc9f6
commit ab59cb73c6
+1 -1
View File
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.M3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>