aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-29 08:52:32 -0400
committerDan Timoney <dtimoney@att.com>2017-08-29 10:26:39 -0400
commit64c695ee5c8e2c6c004656fe161f161e4bc28728 (patch)
tree61f3b147fff16f649d7bb627613b73a52a6dafdf /pom.xml
parentce4a541b00557f52860f16643aff0593178a2a91 (diff)
Cleanup artifactId for ccsdk/sli/northbound
ArtifactId for ccsdk/sli/northbound pom.xml should not be identical to that for sdnc/northbound, otherwise import to Eclipse of both will be confusing. Updated parent artifactId in module pom.xmls under ccsdk/sli/northbound Change-Id: Ie1e1b7a1cd6bb7442a27ca083f37539cbc0497fb Issue-ID: CCSDK-70 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c0f7ac61..94756709 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
- <artifactId>sdnc-northbound</artifactId>
+ <artifactId>ccsdk-sli-northbound</artifactId>
<name>SDN-C Northbound APIs</name>
<url>https://wiki.openecomp.org</url>