diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-29 08:57:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-29 10:28:48 -0400 |
commit | e1f7195bdbfc8146823cc29e7b6eb8e40e9a31c0 (patch) | |
tree | 2fc897edc2ba1d2e9fd86fdc73ccc93a009cc485 /restapi-call-node/pom.xml | |
parent | ae4ae2ec2b88107db964b0470dbd118ebf686cb5 (diff) |
Cleanup artifactId for ccsdk/sli/plugins
ArtifactId for ccsdk/sli/plugins pom.xml should not be identical to that for
sdnc/plugins, otherwise import to Eclipse of both will be confusing
Updated parent artifactId in each module pom.xml under ccsdk/sli/plugins
Change-Id: I13d0d09c9c6f125011942bfe700f6a2b3d1c271b
Issue-ID: CCSDK-70
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'restapi-call-node/pom.xml')
-rwxr-xr-x | restapi-call-node/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restapi-call-node/pom.xml b/restapi-call-node/pom.xml index 7e1886f43..b819e47e9 100755 --- a/restapi-call-node/pom.xml +++ b/restapi-call-node/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.plugins</groupId> - <artifactId>sdnc-plugins</artifactId> + <artifactId>ccsdk-sli-plugins</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> |