From 80e5ac7ca136445e5fbd08f6e09efc0d277944a9 Mon Sep 17 00:00:00 2001
From: Alexander Diewald <diewald@fortiss.org>
Date: Thu, 28 Feb 2019 10:48:56 +0100
Subject: [PATCH] Add missing groupId of parent

Issue-Ref: 3620
Signed-off-by: Alexander Diewald <diewald@fortiss.org>
---
 org.fortiss.af3.phoenix.product/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org.fortiss.af3.phoenix.product/pom.xml b/org.fortiss.af3.phoenix.product/pom.xml
index 6d1dab6..fc0f7da 100644
--- a/org.fortiss.af3.phoenix.product/pom.xml
+++ b/org.fortiss.af3.phoenix.product/pom.xml
@@ -8,6 +8,7 @@
   <packaging>eclipse-repository</packaging>
 
   <parent>
+    <groupId>org.fortiss.af3</groupId>
     <artifactId>org.fortiss.af3.root</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
-- 
GitLab