Add parent relativePath

Update sample applications to correctly refer to parent relativePath.
This commit is contained in:
Phillip Webb
2013-08-05 23:22:37 -07:00
parent 4e11ae1671
commit d86bf66645
14 changed files with 14 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
<relativePath>../../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-sample-batch</artifactId>
<packaging>jar</packaging>