diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-04-22 20:02:08 +0300 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2018-04-25 06:25:46 +0000 |
commit | c3c481660d3494fccfafcd3bacd3f5b8cd3ecd8e (patch) | |
tree | 09288c9caa957ade61b5af3744e6a9463c0cfbe0 /services/activity-spec | |
parent | 86e7cf20a8ff82ec06b918daeb16f18f83c60ded (diff) |
Activity spec pom inherits main sdc
Made activity spec inherit the main SDC pom to fix releas build errors.
Moved the building of activity spec right after onboarding as they are related.
Change-Id: I737db4b90c713cb74299307a0e415041693b22e6
Issue-ID: SDC-1245
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'services/activity-spec')
-rw-r--r-- | services/activity-spec/pom.xml | 8 |
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> |