diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-07 18:22:28 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 13:24:56 -0400 |
commit | 2901cd97235c50b03bed3c997246b950d0f68bf8 (patch) | |
tree | 6ee039090b0ef16eac387d035872ae55092016a2 /northbound/artifacts/pom.xml | |
parent | 8a1e6dfddf777e5ce84a2112f4a0f1f42246f293 (diff) |
Synching artifacts and features-all poms
Issue-ID: CCSDK-3368
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I0876bdc0c5ee704f6194691341df313248bdcf0a
Diffstat (limited to 'northbound/artifacts/pom.xml')
-rwxr-xr-x | northbound/artifacts/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/northbound/artifacts/pom.xml b/northbound/artifacts/pom.xml index e2b229e12..1d06144e0 100755 --- a/northbound/artifacts/pom.xml +++ b/northbound/artifacts/pom.xml @@ -28,21 +28,21 @@ <artifactId>ccsdk-asdcApi</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-dataChange</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-lcm</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> |