summaryrefslogtreecommitdiffstats
path: root/common/minimal-assembly-descriptor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/minimal-assembly-descriptor/pom.xml')
-rw-r--r--common/minimal-assembly-descriptor/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml
index 166464391..bd9f34193 100644
--- a/common/minimal-assembly-descriptor/pom.xml
+++ b/common/minimal-assembly-descriptor/pom.xml
@@ -15,7 +15,13 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <groupId>io.fd.honeycomb.common</groupId>
+ <parent>
+ <groupId>io.fd.honeycomb.common</groupId>
+ <artifactId>honeycomb-parent</artifactId>
+ <version>1.16.12-SNAPSHOT</version>
+ <relativePath>../honeycomb-parent</relativePath>
+ </parent>
+
<artifactId>minimal-assembly-descriptor</artifactId>
<version>1.16.12-SNAPSHOT</version>
<name>${project.artifactId}</name>