diff options
Diffstat (limited to 'examples/app-a-bundle')
-rw-r--r-- | examples/app-a-bundle/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/app-a-bundle/pom.xml b/examples/app-a-bundle/pom.xml index 63b4c5a..04d5e43 100644 --- a/examples/app-a-bundle/pom.xml +++ b/examples/app-a-bundle/pom.xml @@ -4,6 +4,7 @@ <groupId>io.trygvis.appsh</groupId> <artifactId>appsh-parent</artifactId> <version>1.0-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <groupId>io.trygvis.appsh.examples</groupId> <artifactId>app-a-bundle</artifactId> |