diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-18 13:42:02 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-18 13:51:59 -0700 |
commit | 3c3e80c786c42381e75a5e72254729a92ab7722c (patch) | |
tree | b1b301404d5210e687861c31b030be0012796e61 /sql-resource | |
parent | 6e4e672bcd7e170bd92ea7dac9cb928c0aa2425c (diff) |
Clean final ecomp references from sli-adaptors
Issue-Id: CCSDK-19
Change-Id: I40c0287ebdaeb93fc17370a8692fbac5edf32d08
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'sql-resource')
-rwxr-xr-x | sql-resource/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-resource/pom.xml b/sql-resource/pom.xml index ffec0c427..a84e7e4ee 100755 --- a/sql-resource/pom.xml +++ b/sql-resource/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.adaptors</groupId> - <artifactId>sdnc-adaptors</artifactId> + <artifactId>ccsdk-adaptors</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> |