diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-14 16:06:52 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-14 16:06:52 -0400 |
commit | bfaacc8a077daa48fb85e66a80e8f2904fce59a0 (patch) | |
tree | 21ea629f54a01537066c6e5f15b659e6182cb713 /asdcApi/installer/pom.xml | |
parent | ea5bf0a1c8a4e525d2cee03841b8e8f9b3563ed0 (diff) |
Refactor asdcApi
Refactor asdcApi to replace openecomp references with onap
Change-Id: Ic0d61ca75219a57331ba61908fba942a1c0dce7b
Issue-ID: CCSDK-25
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'asdcApi/installer/pom.xml')
-rwxr-xr-x | asdcApi/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml index 94008aaaf..b4f32934a 100755 --- a/asdcApi/installer/pom.xml +++ b/asdcApi/installer/pom.xml @@ -100,7 +100,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.openecomp.sdnc</includeGroupIds> + <includeGroupIds>org.onap.ccsdk.sli.northbound</includeGroupIds> <excludeArtifactIds>sli-common,sli-provider,dblib-provider</excludeArtifactIds> <scope>provided</scope> </configuration> |