From c8682fd88a76699171491a0dc1122cd1b93f1fde Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 5 May 2020 15:39:47 -0400 Subject: Roll to next Frankfurt snapshot Roll to next Frankfurt snapshot release version Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney Change-Id: Ie5cefd6b4ecd0b8c82d9d95873870f9b59059b57 --- sdnr/wt/odlux/apps/apiDemo/pom.xml | 4 ++-- sdnr/wt/odlux/apps/app-feature/pom.xml | 4 ++-- sdnr/wt/odlux/apps/app-installer/pom.xml | 4 ++-- sdnr/wt/odlux/apps/configurationApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/connectApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/demoApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/eventLogApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/faultApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/helpApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/inventoryApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/maintenanceApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/mediatorApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/minimumApp/pom.xml | 4 ++-- sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml | 4 ++-- sdnr/wt/odlux/core/features/pom.xml | 4 ++-- sdnr/wt/odlux/core/installer/pom.xml | 4 ++-- sdnr/wt/odlux/core/model/pom.xml | 4 ++-- sdnr/wt/odlux/core/pom.xml | 4 ++-- sdnr/wt/odlux/core/provider/pom.xml | 4 ++-- sdnr/wt/odlux/framework/pom.xml | 4 ++-- sdnr/wt/odlux/pom.xml | 4 ++-- 21 files changed, 42 insertions(+), 42 deletions(-) (limited to 'sdnr/wt/odlux') diff --git a/sdnr/wt/odlux/apps/apiDemo/pom.xml b/sdnr/wt/odlux/apps/apiDemo/pom.xml index 8abe54311..4135dd032 100644 --- a/sdnr/wt/odlux/apps/apiDemo/pom.xml +++ b/sdnr/wt/odlux/apps/apiDemo/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-apiDemo - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/app-feature/pom.xml b/sdnr/wt/odlux/apps/app-feature/pom.xml index 32f3fe879..8f74d705b 100644 --- a/sdnr/wt/odlux/apps/app-feature/pom.xml +++ b/sdnr/wt/odlux/apps/app-feature/pom.xml @@ -29,13 +29,13 @@ org.onap.ccsdk.parent single-feature-parent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-apps-feature - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT feature ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/app-installer/pom.xml b/sdnr/wt/odlux/apps/app-installer/pom.xml index 6084da2cd..a9d05bdc5 100755 --- a/sdnr/wt/odlux/apps/app-installer/pom.xml +++ b/sdnr/wt/odlux/apps/app-installer/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-apps-installer - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/configurationApp/pom.xml b/sdnr/wt/odlux/apps/configurationApp/pom.xml index 29ff589e0..a31bba724 100644 --- a/sdnr/wt/odlux/apps/configurationApp/pom.xml +++ b/sdnr/wt/odlux/apps/configurationApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-configurationApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/connectApp/pom.xml b/sdnr/wt/odlux/apps/connectApp/pom.xml index d1e1fb31f..421c69891 100644 --- a/sdnr/wt/odlux/apps/connectApp/pom.xml +++ b/sdnr/wt/odlux/apps/connectApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-connectApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/demoApp/pom.xml b/sdnr/wt/odlux/apps/demoApp/pom.xml index d29047d15..19c3585d9 100644 --- a/sdnr/wt/odlux/apps/demoApp/pom.xml +++ b/sdnr/wt/odlux/apps/demoApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-demoApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/eventLogApp/pom.xml b/sdnr/wt/odlux/apps/eventLogApp/pom.xml index 6110bdda4..17d1470ca 100644 --- a/sdnr/wt/odlux/apps/eventLogApp/pom.xml +++ b/sdnr/wt/odlux/apps/eventLogApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-eventLogApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/faultApp/pom.xml b/sdnr/wt/odlux/apps/faultApp/pom.xml index 9b12f3974..9e25feff5 100644 --- a/sdnr/wt/odlux/apps/faultApp/pom.xml +++ b/sdnr/wt/odlux/apps/faultApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-faultApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/helpApp/pom.xml b/sdnr/wt/odlux/apps/helpApp/pom.xml index c52dcc0b5..3c52673f3 100644 --- a/sdnr/wt/odlux/apps/helpApp/pom.xml +++ b/sdnr/wt/odlux/apps/helpApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-helpApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/inventoryApp/pom.xml b/sdnr/wt/odlux/apps/inventoryApp/pom.xml index 8de31cb96..b734ed443 100644 --- a/sdnr/wt/odlux/apps/inventoryApp/pom.xml +++ b/sdnr/wt/odlux/apps/inventoryApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-inventoryApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml index 0d702de0a..496b9a5b0 100644 --- a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml +++ b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-maintenanceApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/mediatorApp/pom.xml b/sdnr/wt/odlux/apps/mediatorApp/pom.xml index eb1e3a76c..72ba4c198 100644 --- a/sdnr/wt/odlux/apps/mediatorApp/pom.xml +++ b/sdnr/wt/odlux/apps/mediatorApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-mediatorApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/minimumApp/pom.xml b/sdnr/wt/odlux/apps/minimumApp/pom.xml index 3dfd5a34b..8cd2a6fe9 100644 --- a/sdnr/wt/odlux/apps/minimumApp/pom.xml +++ b/sdnr/wt/odlux/apps/minimumApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-minimumApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml b/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml index ddb16ad90..cd0dfd92d 100644 --- a/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml +++ b/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-performanceHistoryApp - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/core/features/pom.xml b/sdnr/wt/odlux/core/features/pom.xml index 04c9465ce..f7a78a66d 100644 --- a/sdnr/wt/odlux/core/features/pom.xml +++ b/sdnr/wt/odlux/core/features/pom.xml @@ -29,13 +29,13 @@ org.onap.ccsdk.parent single-feature-parent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-feature - 0.7.4-SNAPSHOT + 0.7.5-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 1b3ca749c..4bd139469 100755 --- a/sdnr/wt/odlux/core/installer/pom.xml +++ b/sdnr/wt/odlux/core/installer/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-installer - 0.7.4-SNAPSHOT + 0.7.5-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 55450d2d9..a638d2a7f 100644 --- a/sdnr/wt/odlux/core/model/pom.xml +++ b/sdnr/wt/odlux/core/model/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent binding-parent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-model - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/core/pom.xml b/sdnr/wt/odlux/core/pom.xml index f8ca5e2c4..0c19a9d23 100644 --- a/sdnr/wt/odlux/core/pom.xml +++ b/sdnr/wt/odlux/core/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-top - 0.7.4-SNAPSHOT + 0.7.5-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 8621d1927..b7fc4eb78 100644 --- a/sdnr/wt/odlux/core/provider/pom.xml +++ b/sdnr/wt/odlux/core/provider/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent binding-parent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-provider - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT bundle ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml index b796a9908..644fbf7b0 100644 --- a/sdnr/wt/odlux/framework/pom.xml +++ b/sdnr/wt/odlux/framework/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-framework - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT jar ccsdk-features :: ${project.artifactId} diff --git a/sdnr/wt/odlux/pom.xml b/sdnr/wt/odlux/pom.xml index b3e90a568..db5c9acd3 100644 --- a/sdnr/wt/odlux/pom.xml +++ b/sdnr/wt/odlux/pom.xml @@ -26,13 +26,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.5.4 + 1.5.5-SNAPSHOT org.onap.ccsdk.features.sdnr.wt odlux-top - 0.7.4-SNAPSHOT + 0.7.5-SNAPSHOT pom ccsdk-features :: ${project.artifactId} -- cgit 1.2.3-korg