diff options
author | Dan Timoney <dtimoney@att.com> | 2017-07-21 10:45:06 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-07-21 10:45:06 -0400 |
commit | c95543bf425024f5bd4a127422251b72e408ce2b (patch) | |
tree | 4ee4b72c1e83849da48310bb680c893ad7a57d71 /sliapi/pom.xml | |
parent | e72db85fc2c97226a1aace287651cc8238c4e3eb (diff) |
Update groupId to org.onap.ccsdk.sli
Update groupIds from org.openecomp.sdnc.core to org.onap.ccsdk.sli.core
Issue: CCSDK-11
Change-Id: I0646adab34a88244ab10dc0d2775643ce2bb974d
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/pom.xml')
-rwxr-xr-x | sliapi/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sliapi/pom.xml b/sliapi/pom.xml index 06ee5e0ed..1ca872e1f 100755 --- a/sliapi/pom.xml +++ b/sliapi/pom.xml @@ -4,13 +4,13 @@ <parent> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sdnc-core</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> <packaging>pom</packaging> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi</artifactId> <version>0.0.1-SNAPSHOT</version> @@ -23,7 +23,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-features</artifactId> <classifier>features</classifier> <type>xml</type> @@ -31,19 +31,19 @@ </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-model</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-provider</artifactId> <version>${project.version}</version> <classifier>config</classifier> <type>xml</type> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-provider</artifactId> <version>${project.version}</version> </dependency> |