Correct the version of spring-boot-junit-runners' parent

This commit is contained in:
Andy Wilkinson 2016-11-21 10:51:57 +00:00
parent 37bdaf9ccf
commit 34f73eb4e0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-junit-runners</artifactId>