diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-15 09:46:03 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-15 09:46:03 -0400 |
commit | 514aff35f5c8727ee0c0b75b2299e8e7d27b4102 (patch) | |
tree | 1f1bb92f3d71a41875b7c13eaf99cd3e742ec85d /dataChange/installer | |
parent | bfaacc8a077daa48fb85e66a80e8f2904fce59a0 (diff) |
Refactor dataChange
Update dataChange to replace references to openECOMP with references to ONAP
Change-Id: I2d495dbc13e6dd38e0c975070969b07e796eb82f
Issue-ID: CCSDK-25
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dataChange/installer')
-rwxr-xr-x | dataChange/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dataChange/installer/pom.xml b/dataChange/installer/pom.xml index 414719e1..63fda23a 100755 --- a/dataChange/installer/pom.xml +++ b/dataChange/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> |