From 05ef023752abdb4f1e072332496dc7c6eaff8965 Mon Sep 17 00:00:00 2001 From: herbert Date: Sat, 1 Feb 2020 16:00:00 +0100 Subject: SDN-R add updated odlux Updates all odlux framework and app components. Issue-ID: SDNC-1032 Signed-off-by: herbert Change-Id: I13c520489fd40d05b7fd5215f5941af6238e9cae --- sdnr/wt/odlux/pom.xml | 52 +++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'sdnr/wt/odlux/pom.xml') diff --git a/sdnr/wt/odlux/pom.xml b/sdnr/wt/odlux/pom.xml index cac9817aa..df71097ce 100644 --- a/sdnr/wt/odlux/pom.xml +++ b/sdnr/wt/odlux/pom.xml @@ -10,11 +10,11 @@ org.onap.ccsdk.features.sdnr.wt - sdnr-wt-odlux-top + odlux-top 0.7.1-SNAPSHOT pom - ccsdk-features :: ${project.artifactId} + odlux framework @@ -29,34 +29,34 @@ apps/maintenanceApp apps/minimumApp apps/performanceHistoryApp - apps/eventLogApp + apps/eventLogApp apps/configurationApp apps/app-feature apps/app-installer - - - org.codehaus.mojo - exec-maven-plugin - - - Clean node and node_modules - package - - exec - - - rm - - -r - node_modules - - - - - - - + + + org.codehaus.mojo + exec-maven-plugin + + + Clean node and node_modules + package + + exec + + + rm + + -r + node_modules + + + + + + + -- cgit 1.2.3-korg