Fix pom relative path for spring-jpa

This commit is contained in:
Chris Franklin 2018-02-12 15:16:59 -05:00
parent d0ff2aa57d
commit 42ffe6cb7c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
<relativePath>../../</relativePath>
</parent>
<dependencies>