diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-22 16:44:11 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-22 16:46:16 +0200 |
commit | b147563525e9b0b059acb94cb39c6cf0f439bdb8 (patch) | |
tree | c9c33deec7f95516f801a399e17375c792cf4340 /examples | |
parent | da1410d3c8ae760ccc66c724c76d5013df7f96af (diff) | |
download | app.sh-java-b147563525e9b0b059acb94cb39c6cf0f439bdb8.tar.gz app.sh-java-b147563525e9b0b059acb94cb39c6cf0f439bdb8.tar.bz2 app.sh-java-b147563525e9b0b059acb94cb39c6cf0f439bdb8.tar.xz app.sh-java-b147563525e9b0b059acb94cb39c6cf0f439bdb8.zip |
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> |