diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/app-a-bundle/pom.xml | 1 | ||||
-rw-r--r-- | examples/app-a-web/pom.xml | 1 |
2 files changed, 2 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> diff --git a/examples/app-a-web/pom.xml b/examples/app-a-web/pom.xml index 4258644..2db17e2 100644 --- a/examples/app-a-web/pom.xml +++ b/examples/app-a-web/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-web</artifactId> |