Correct the version of parent pom in new WLP deployment test module

This commit is contained in:
Andy Wilkinson 2017-01-17 20:48:01 +00:00
parent f7f764ffe1
commit 357b9d6671
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-deployment-tests</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-deployment-test-wlp</artifactId>
<packaging>war</packaging>