Browse Source

Fixup parent POM version

pull/3480/head
Phillip Webb 9 years ago
parent
commit
d0d01b92b9
  1. 2
      spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml

2
spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml

@ -6,7 +6,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version> <version>2.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-test-nomockito</artifactId> <artifactId>spring-boot-sample-test-nomockito</artifactId>
<name>Spring Boot Test Sample No Mockito</name> <name>Spring Boot Test Sample No Mockito</name>

Loading…
Cancel
Save