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

View File

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