diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-05 11:13:47 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-05 11:14:32 -0400 |
commit | 289e2920ae8a4dd321b54355f7a0b75efcd45930 (patch) | |
tree | 057465a3ba89ee630b2076d901d8a8716ee84f5d /sdnr/northbound/a1Adapter/installer | |
parent | 3e2de60bc8b64e9ed6ae626180b0bc2dd0fa5070 (diff) |
Remove override of sli core version
Remove override of sli core version and use version specified
in parent pom.
Change-Id: I3275fc035b2e6c478411e189c703dd0a0d4bf9e1
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr/northbound/a1Adapter/installer')
-rw-r--r-- | sdnr/northbound/a1Adapter/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/a1Adapter/installer/pom.xml b/sdnr/northbound/a1Adapter/installer/pom.xml index 3984b1da4..02ad10b49 100644 --- a/sdnr/northbound/a1Adapter/installer/pom.xml +++ b/sdnr/northbound/a1Adapter/installer/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>a1Adapter-installer</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |