Browse Source

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

pull/7440/head
Andy Wilkinson 9 years ago
parent
commit
34f73eb4e0
  1. 2
      spring-boot-junit-runners/pom.xml

2
spring-boot-junit-runners/pom.xml

@ -5,7 +5,7 @@ @@ -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>

Loading…
Cancel
Save