diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-01 14:56:46 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-01 14:57:08 -0700 |
commit | 18ba1ed88d0d88a8d72c47702e00477eabb94a4b (patch) | |
tree | ae3992b117d807e9edfab03a8e9c530bd4ac5e61 | |
parent | 9972ac595d679375014ad2ae31cd08618ac37e50 (diff) |
Update mvn name in POM to CCSDK
Issue-Id: CCSDK-67
Change-Id: Ie0413cd3099cdebac81b0586789354a1c98d0a31
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli-core</artifactId> - <name>SDN-C Core Components</name> + <name>CCSDK Core Components</name> <url>https://wiki.onap.org</url> - <description>The SDN-C core components contains the SLI, dblib and root pom</description> + <description>CCSDK core components contains the SLI, dblib</description> <parent> <groupId>org.onap.ccsdk.parent</groupId> |