diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-29 08:41:38 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-29 09:33:29 -0400 |
commit | c4d6e3619f2ec4d2b25f0ac6316892ae4b49006e (patch) | |
tree | 7c5268d4023e728690bd1b7ebe00aa925c85e4fd /dblib | |
parent | 1f2c69e5faab3b5007c45033df0097b3616f4d2f (diff) |
Cleanup artifactId for ccsdk/sli/core
ArtifactId for ccsdk/sli/core pom.xml should not be identical to that for
sdnc/core, otherwise import to Eclipse of both will be confusing.
Update parent tag in each module pom under ccsdk/sli/core to new
artifactId
Change-Id: Ia78a11dc4f82dfda8fd863167daa8e8f4951b6f5
Issue-ID: CCSDK-70
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dblib')
-rwxr-xr-x | dblib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dblib/pom.xml b/dblib/pom.xml index 3138f43e..4f26be3f 100755 --- a/dblib/pom.xml +++ b/dblib/pom.xml @@ -2,7 +2,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sdnc-core</artifactId> + <artifactId>ccsdk-sli-core</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> |