summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/activity-spec/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/services/activity-spec/pom.xml b/services/activity-spec/pom.xml
index bb0ccb7e5c..2b574000cd 100644
--- a/services/activity-spec/pom.xml
+++ b/services/activity-spec/pom.xml
@@ -6,9 +6,15 @@
<groupId>org.onap.sdc.activityspec</groupId>
<artifactId>activity-spec</artifactId>
- <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <parent>
+ <groupId>org.openecomp.sdc</groupId>
+ <artifactId>sdc-main</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath>../..</relativePath>
+ </parent>
+
<properties>
<maven.compiler.source>1.8</maven.compiler.source>