diff options
author | 2017-07-21 10:45:06 -0400 | |
---|---|---|
committer | 2017-07-21 10:45:06 -0400 | |
commit | c95543bf425024f5bd4a127422251b72e408ce2b (patch) | |
tree | 4ee4b72c1e83849da48310bb680c893ad7a57d71 /filters/provider | |
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 'filters/provider')
-rwxr-xr-x | filters/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml index a7b6daec1..83982c7d2 100755 --- a/filters/provider/pom.xml +++ b/filters/provider/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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>filters</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> @@ -50,7 +50,7 @@ <version>${commons.codec.version}</version> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> <version>${project.version}</version> </dependency> |