From 289e2920ae8a4dd321b54355f7a0b75efcd45930 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 5 May 2020 11:13:47 -0400 Subject: 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 --- sdnr/wt/odlux/core/features/pom.xml | 2 +- sdnr/wt/odlux/core/installer/pom.xml | 2 +- sdnr/wt/odlux/core/model/pom.xml | 2 +- sdnr/wt/odlux/core/pom.xml | 2 +- sdnr/wt/odlux/core/provider/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sdnr/wt/odlux/core') diff --git a/sdnr/wt/odlux/core/features/pom.xml b/sdnr/wt/odlux/core/features/pom.xml index 5cddf6b7e..04c9465ce 100644 --- a/sdnr/wt/odlux/core/features/pom.xml +++ b/sdnr/wt/odlux/core/features/pom.xml @@ -35,7 +35,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-feature - 0.7.3-SNAPSHOT + 0.7.4-SNAPSHOT feature ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/core/installer/pom.xml b/sdnr/wt/odlux/core/installer/pom.xml index 5624f970c..1b3ca749c 100755 --- a/sdnr/wt/odlux/core/installer/pom.xml +++ b/sdnr/wt/odlux/core/installer/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-installer - 0.7.3-SNAPSHOT + 0.7.4-SNAPSHOT pom ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/core/model/pom.xml b/sdnr/wt/odlux/core/model/pom.xml index 4244c8b0c..55450d2d9 100644 --- a/sdnr/wt/odlux/core/model/pom.xml +++ b/sdnr/wt/odlux/core/model/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-model - 0.7.3-SNAPSHOT + 0.7.4-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/core/pom.xml b/sdnr/wt/odlux/core/pom.xml index 61adb24bc..f8ca5e2c4 100644 --- a/sdnr/wt/odlux/core/pom.xml +++ b/sdnr/wt/odlux/core/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-top - 0.7.3-SNAPSHOT + 0.7.4-SNAPSHOT pom ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/core/provider/pom.xml b/sdnr/wt/odlux/core/provider/pom.xml index 27fe46c6b..8621d1927 100644 --- a/sdnr/wt/odlux/core/provider/pom.xml +++ b/sdnr/wt/odlux/core/provider/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-provider - 0.7.3-SNAPSHOT + 0.7.4-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} -- cgit 1.2.3-korg