aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-25 12:04:26 -0400
committerDan Timoney <dtimoney@att.com>2017-10-25 12:04:26 -0400
commit26f3062b282aff2f33d5c364a9e3e343c569ca0a (patch)
treef562e05ce3385d4f9f766a759bf13c5890e1b5dd
parent93a12ba2afdb13b202d461501f2605d52d80e4e6 (diff)
Fix parent tag in utils/provider
utils/provider parent should be utils, not ccsdk-sli-core. This was breaking release build. Change-Id: I3910189f9a989f93a0a8af4cb5a8512f0e9aca7a Issue-ID: CCSDK-80 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--utils/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml
index 790f1010..7cfc6646 100644
--- a/utils/provider/pom.xml
+++ b/utils/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.ccsdk.sli.core</groupId>
- <artifactId>ccsdk-sli-core</artifactId>
+ <artifactId>utils</artifactId>
<version>0.1.2-SNAPSHOT</version>
</parent>