summaryrefslogtreecommitdiffstats
path: root/hosted-api
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2019-04-29 16:51:17 +0200
committerJon Marius Venstad <venstad@gmail.com>2019-04-29 16:51:17 +0200
commit8cc49e031e1c97e9401d3f280fc89c8cd3d669f4 (patch)
tree70f1a1caa6dd884b7775a86bd750ee5b265f02ac /hosted-api
parent7ca4117a29d9ef4e870d7f97da2d17b198fbc31a (diff)
Fix parent of new module
Diffstat (limited to 'hosted-api')
-rw-r--r--hosted-api/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosted-api/pom.xml b/hosted-api/pom.xml
index 597cd57f8dd..39b0ef06f93 100644
--- a/hosted-api/pom.xml
+++ b/hosted-api/pom.xml
@@ -5,9 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>vespa</artifactId>
+ <artifactId>parent</artifactId>
<groupId>com.yahoo.vespa</groupId>
<version>7-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>hosted-api</artifactId>
<description>Miscellaneous for tenant client -- hosted Vespa controller communication</description>
@@ -33,4 +34,5 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>
+