From e9579499fa871c16ac729116714ece9b959acbcd Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 2 May 2019 11:58:53 -0400 Subject: Fix versions Fix versions in ccsdk/features repo to be consistent Change-Id: Ib72b7e3ac687f8b878ec44a5712912ff51d75bd9 Issue-ID: CCSDK-1297 Signed-off-by: Timoney, Dan (dt5972) --- sdnr/wt/apigateway/feature/pom.xml | 2 +- sdnr/wt/apigateway/installer/pom.xml | 2 +- sdnr/wt/apigateway/pom.xml | 2 +- sdnr/wt/apigateway/provider/pom.xml | 2 +- sdnr/wt/devicemanager/feature/pom.xml | 2 +- sdnr/wt/devicemanager/installer/pom.xml | 2 +- sdnr/wt/devicemanager/model/pom.xml | 2 +- sdnr/wt/devicemanager/pom.xml | 2 +- sdnr/wt/devicemanager/provider/pom.xml | 2 +- sdnr/wt/devicemodel/feature/pom.xml | 2 +- sdnr/wt/devicemodel/installer/pom.xml | 2 +- sdnr/wt/devicemodel/model/pom.xml | 2 +- sdnr/wt/devicemodel/pom.xml | 2 +- sdnr/wt/featureaggregator/feature/pom.xml | 2 +- sdnr/wt/featureaggregator/installer/pom.xml | 4 ++-- sdnr/wt/featureaggregator/pom.xml | 2 +- sdnr/wt/helpserver/feature/pom.xml | 2 +- sdnr/wt/helpserver/installer/pom.xml | 2 +- sdnr/wt/helpserver/pom.xml | 2 +- sdnr/wt/helpserver/provider/pom.xml | 2 +- sdnr/wt/odlux/apps/apiDemo/pom.xml | 2 +- sdnr/wt/odlux/apps/app-feature/pom.xml | 2 +- sdnr/wt/odlux/apps/app-installer/pom.xml | 2 +- sdnr/wt/odlux/apps/configurationApp/pom.xml | 2 +- sdnr/wt/odlux/apps/connectApp/pom.xml | 2 +- sdnr/wt/odlux/apps/demoApp/pom.xml | 2 +- sdnr/wt/odlux/apps/faultApp/pom.xml | 2 +- sdnr/wt/odlux/apps/helpApp/pom.xml | 2 +- sdnr/wt/odlux/apps/inventoryApp/pom.xml | 2 +- sdnr/wt/odlux/apps/maintenanceApp/pom.xml | 2 +- sdnr/wt/odlux/apps/mediatorApp/pom.xml | 2 +- sdnr/wt/odlux/apps/minimumApp/pom.xml | 2 +- sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml | 2 +- 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 +- sdnr/wt/odlux/framework/pom.xml | 2 +- sdnr/wt/odlux/pom.xml | 2 +- sdnr/wt/pom.xml | 2 +- sdnr/wt/websocketmanager2/feature/pom.xml | 2 +- sdnr/wt/websocketmanager2/installer/pom.xml | 2 +- sdnr/wt/websocketmanager2/model/pom.xml | 2 +- sdnr/wt/websocketmanager2/pom.xml | 2 +- sdnr/wt/websocketmanager2/provider/pom.xml | 2 +- 46 files changed, 47 insertions(+), 47 deletions(-) (limited to 'sdnr') diff --git a/sdnr/wt/apigateway/feature/pom.xml b/sdnr/wt/apigateway/feature/pom.xml index c55268aaf..f835428e6 100644 --- a/sdnr/wt/apigateway/feature/pom.xml +++ b/sdnr/wt/apigateway/feature/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-apigateway-feature - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT feature ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index ffb148c6a..652024e48 100755 --- a/sdnr/wt/apigateway/installer/pom.xml +++ b/sdnr/wt/apigateway/installer/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-apigateway-installer - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/apigateway/pom.xml b/sdnr/wt/apigateway/pom.xml index fe1205558..90bfbdad1 100755 --- a/sdnr/wt/apigateway/pom.xml +++ b/sdnr/wt/apigateway/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-apigateway-top - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml index 04f9e4353..dd4951b05 100644 --- a/sdnr/wt/apigateway/provider/pom.xml +++ b/sdnr/wt/apigateway/provider/pom.xml @@ -17,7 +17,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-apigateway-provider - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT ccsdk-features-sdnr-wt :: ${project.artifactId} bundle diff --git a/sdnr/wt/devicemanager/feature/pom.xml b/sdnr/wt/devicemanager/feature/pom.xml index ac8f8d957..7454e1797 100644 --- a/sdnr/wt/devicemanager/feature/pom.xml +++ b/sdnr/wt/devicemanager/feature/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemanager-feature - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT feature ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature diff --git a/sdnr/wt/devicemanager/installer/pom.xml b/sdnr/wt/devicemanager/installer/pom.xml index 828d3a15b..d01f92b2d 100755 --- a/sdnr/wt/devicemanager/installer/pom.xml +++ b/sdnr/wt/devicemanager/installer/pom.xml @@ -33,7 +33,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemanager-installer - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/devicemanager/model/pom.xml b/sdnr/wt/devicemanager/model/pom.xml index 14bf5c947..dfcfb4119 100644 --- a/sdnr/wt/devicemanager/model/pom.xml +++ b/sdnr/wt/devicemanager/model/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemanager-model - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT ccsdk-features-sdnr-wt :: ${project.artifactId} bundle diff --git a/sdnr/wt/devicemanager/pom.xml b/sdnr/wt/devicemanager/pom.xml index e80ad60b8..18fe23875 100755 --- a/sdnr/wt/devicemanager/pom.xml +++ b/sdnr/wt/devicemanager/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemanager-top - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/devicemanager/provider/pom.xml b/sdnr/wt/devicemanager/provider/pom.xml index cd6df8986..246fea68f 100644 --- a/sdnr/wt/devicemanager/provider/pom.xml +++ b/sdnr/wt/devicemanager/provider/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemanager-provider - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT ccsdk-features-sdnr-wt :: ${project.artifactId} bundle diff --git a/sdnr/wt/devicemodel/feature/pom.xml b/sdnr/wt/devicemodel/feature/pom.xml index 6ebbf15b1..2f05fbaca 100644 --- a/sdnr/wt/devicemodel/feature/pom.xml +++ b/sdnr/wt/devicemodel/feature/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemodel-feature - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT feature ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature diff --git a/sdnr/wt/devicemodel/installer/pom.xml b/sdnr/wt/devicemodel/installer/pom.xml index 8a2a523bf..81e3792d1 100755 --- a/sdnr/wt/devicemodel/installer/pom.xml +++ b/sdnr/wt/devicemodel/installer/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemodel-installer - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/devicemodel/model/pom.xml b/sdnr/wt/devicemodel/model/pom.xml index 8a87d3c49..baed036da 100644 --- a/sdnr/wt/devicemodel/model/pom.xml +++ b/sdnr/wt/devicemodel/model/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemodel-model - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT ccsdk-features-sdnr-wt :: ${project.artifactId} bundle diff --git a/sdnr/wt/devicemodel/pom.xml b/sdnr/wt/devicemodel/pom.xml index 2b4886555..c9754c243 100755 --- a/sdnr/wt/devicemodel/pom.xml +++ b/sdnr/wt/devicemodel/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemodel-top - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/featureaggregator/feature/pom.xml b/sdnr/wt/featureaggregator/feature/pom.xml index 32b04ad09..c54b755eb 100644 --- a/sdnr/wt/featureaggregator/feature/pom.xml +++ b/sdnr/wt/featureaggregator/feature/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-feature-aggregator - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT feature ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/featureaggregator/installer/pom.xml b/sdnr/wt/featureaggregator/installer/pom.xml index bc994af8c..2974e59ee 100755 --- a/sdnr/wt/featureaggregator/installer/pom.xml +++ b/sdnr/wt/featureaggregator/installer/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-feature-aggregator-installer - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} @@ -130,7 +130,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemanager-provider - 0.4.2-SNAPSHOT + ${project.version} jar diff --git a/sdnr/wt/featureaggregator/pom.xml b/sdnr/wt/featureaggregator/pom.xml index f906aebf7..deb3bcf91 100755 --- a/sdnr/wt/featureaggregator/pom.xml +++ b/sdnr/wt/featureaggregator/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-feature-aggregator-top - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/helpserver/feature/pom.xml b/sdnr/wt/helpserver/feature/pom.xml index 870148dff..efea52e6d 100644 --- a/sdnr/wt/helpserver/feature/pom.xml +++ b/sdnr/wt/helpserver/feature/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-helpserver-feature - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT feature ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature diff --git a/sdnr/wt/helpserver/installer/pom.xml b/sdnr/wt/helpserver/installer/pom.xml index 053bc5c46..7a636f5f2 100755 --- a/sdnr/wt/helpserver/installer/pom.xml +++ b/sdnr/wt/helpserver/installer/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-helpserver-installer - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/helpserver/pom.xml b/sdnr/wt/helpserver/pom.xml index 68b787a9f..49d751a54 100755 --- a/sdnr/wt/helpserver/pom.xml +++ b/sdnr/wt/helpserver/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-helpserver-top - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/helpserver/provider/pom.xml b/sdnr/wt/helpserver/provider/pom.xml index bdcd99335..b7e596b46 100644 --- a/sdnr/wt/helpserver/provider/pom.xml +++ b/sdnr/wt/helpserver/provider/pom.xml @@ -17,7 +17,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-helpserver-provider - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT ccsdk-features-sdnr-wt :: ${project.artifactId} bundle diff --git a/sdnr/wt/odlux/apps/apiDemo/pom.xml b/sdnr/wt/odlux/apps/apiDemo/pom.xml index 632d987df..ba60f6ec5 100644 --- a/sdnr/wt/odlux/apps/apiDemo/pom.xml +++ b/sdnr/wt/odlux/apps/apiDemo/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-apiDemo - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-apiDemo diff --git a/sdnr/wt/odlux/apps/app-feature/pom.xml b/sdnr/wt/odlux/apps/app-feature/pom.xml index 9bbfe18e8..a6c458724 100644 --- a/sdnr/wt/odlux/apps/app-feature/pom.xml +++ b/sdnr/wt/odlux/apps/app-feature/pom.xml @@ -16,7 +16,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-apps-feature - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT feature ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature diff --git a/sdnr/wt/odlux/apps/app-installer/pom.xml b/sdnr/wt/odlux/apps/app-installer/pom.xml index 18c3cc87e..f1c456fc2 100755 --- a/sdnr/wt/odlux/apps/app-installer/pom.xml +++ b/sdnr/wt/odlux/apps/app-installer/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-apps-installer - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/odlux/apps/configurationApp/pom.xml b/sdnr/wt/odlux/apps/configurationApp/pom.xml index c3ee72bb6..069da1dd1 100644 --- a/sdnr/wt/odlux/apps/configurationApp/pom.xml +++ b/sdnr/wt/odlux/apps/configurationApp/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-configurationApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-configurationApp diff --git a/sdnr/wt/odlux/apps/connectApp/pom.xml b/sdnr/wt/odlux/apps/connectApp/pom.xml index ef2972a2f..60b11c8dd 100644 --- a/sdnr/wt/odlux/apps/connectApp/pom.xml +++ b/sdnr/wt/odlux/apps/connectApp/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-connectApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-connectApp diff --git a/sdnr/wt/odlux/apps/demoApp/pom.xml b/sdnr/wt/odlux/apps/demoApp/pom.xml index 931293a73..2260b1c4a 100644 --- a/sdnr/wt/odlux/apps/demoApp/pom.xml +++ b/sdnr/wt/odlux/apps/demoApp/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-demoApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-demoApp diff --git a/sdnr/wt/odlux/apps/faultApp/pom.xml b/sdnr/wt/odlux/apps/faultApp/pom.xml index 9c39092bd..5acf09da5 100644 --- a/sdnr/wt/odlux/apps/faultApp/pom.xml +++ b/sdnr/wt/odlux/apps/faultApp/pom.xml @@ -11,7 +11,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-faultApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-faultApp diff --git a/sdnr/wt/odlux/apps/helpApp/pom.xml b/sdnr/wt/odlux/apps/helpApp/pom.xml index a9325c16f..7d4e4ab0c 100644 --- a/sdnr/wt/odlux/apps/helpApp/pom.xml +++ b/sdnr/wt/odlux/apps/helpApp/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-helpApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-helpApp diff --git a/sdnr/wt/odlux/apps/inventoryApp/pom.xml b/sdnr/wt/odlux/apps/inventoryApp/pom.xml index 2db9c5570..1828eaea1 100644 --- a/sdnr/wt/odlux/apps/inventoryApp/pom.xml +++ b/sdnr/wt/odlux/apps/inventoryApp/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-inventoryApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-inventoryApp diff --git a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml index 7c7b72849..e7ba7491b 100644 --- a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml +++ b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-maintenanceApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-maintenanceApp diff --git a/sdnr/wt/odlux/apps/mediatorApp/pom.xml b/sdnr/wt/odlux/apps/mediatorApp/pom.xml index 04379cfcf..344a98c1f 100644 --- a/sdnr/wt/odlux/apps/mediatorApp/pom.xml +++ b/sdnr/wt/odlux/apps/mediatorApp/pom.xml @@ -11,7 +11,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-mediatorApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-mediatorApp diff --git a/sdnr/wt/odlux/apps/minimumApp/pom.xml b/sdnr/wt/odlux/apps/minimumApp/pom.xml index 192ce4b21..dcee1b464 100644 --- a/sdnr/wt/odlux/apps/minimumApp/pom.xml +++ b/sdnr/wt/odlux/apps/minimumApp/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-minimumApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-minimumApp diff --git a/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml b/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml index 1806ccdfc..c3d884bf3 100644 --- a/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml +++ b/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-app-performanceHistoryApp - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle sdnr-wt-odlux-app-performanceHistoryApp diff --git a/sdnr/wt/odlux/core/features/pom.xml b/sdnr/wt/odlux/core/features/pom.xml index a5dfd4a09..976e7c511 100644 --- a/sdnr/wt/odlux/core/features/pom.xml +++ b/sdnr/wt/odlux/core/features/pom.xml @@ -16,7 +16,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-feature - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT feature ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature diff --git a/sdnr/wt/odlux/core/installer/pom.xml b/sdnr/wt/odlux/core/installer/pom.xml index 747c0c738..20d380ea0 100755 --- a/sdnr/wt/odlux/core/installer/pom.xml +++ b/sdnr/wt/odlux/core/installer/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-installer - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/odlux/core/model/pom.xml b/sdnr/wt/odlux/core/model/pom.xml index 1ef895657..97acd2432 100644 --- a/sdnr/wt/odlux/core/model/pom.xml +++ b/sdnr/wt/odlux/core/model/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-model - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT ccsdk-features-sdnr-wt :: ${project.artifactId} bundle diff --git a/sdnr/wt/odlux/core/pom.xml b/sdnr/wt/odlux/core/pom.xml index dff07dee5..5d2f54831 100644 --- a/sdnr/wt/odlux/core/pom.xml +++ b/sdnr/wt/odlux/core/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-top - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom odlux-core diff --git a/sdnr/wt/odlux/core/provider/pom.xml b/sdnr/wt/odlux/core/provider/pom.xml index 12d9880f1..9c8bdf398 100644 --- a/sdnr/wt/odlux/core/provider/pom.xml +++ b/sdnr/wt/odlux/core/provider/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-core-provider - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT ccsdk-features-sdnr-wt :: ${project.artifactId} bundle diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml index d55005bd7..f3df96633 100644 --- a/sdnr/wt/odlux/framework/pom.xml +++ b/sdnr/wt/odlux/framework/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-odlux-framework - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT jar sdnr-wt-odlux-framework diff --git a/sdnr/wt/odlux/pom.xml b/sdnr/wt/odlux/pom.xml index 111524f60..07cd20cdd 100644 --- a/sdnr/wt/odlux/pom.xml +++ b/sdnr/wt/odlux/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt odlux-top - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom odlux diff --git a/sdnr/wt/pom.xml b/sdnr/wt/pom.xml index edce843b9..63ffa0c85 100644 --- a/sdnr/wt/pom.xml +++ b/sdnr/wt/pom.xml @@ -30,7 +30,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-sdnr-wireless transport :: micro-services SDN-R wireless transport micro-services diff --git a/sdnr/wt/websocketmanager2/feature/pom.xml b/sdnr/wt/websocketmanager2/feature/pom.xml index ff3b8b7fb..97fd4d3c1 100644 --- a/sdnr/wt/websocketmanager2/feature/pom.xml +++ b/sdnr/wt/websocketmanager2/feature/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-websocketmanager2-feature - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT feature ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature diff --git a/sdnr/wt/websocketmanager2/installer/pom.xml b/sdnr/wt/websocketmanager2/installer/pom.xml index f4b0abe54..13458fc9b 100755 --- a/sdnr/wt/websocketmanager2/installer/pom.xml +++ b/sdnr/wt/websocketmanager2/installer/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-websocketmanager2-installer - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/websocketmanager2/model/pom.xml b/sdnr/wt/websocketmanager2/model/pom.xml index 92b707f65..9bf37303e 100644 --- a/sdnr/wt/websocketmanager2/model/pom.xml +++ b/sdnr/wt/websocketmanager2/model/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-websocketmanager2-model - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT bundle ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/websocketmanager2/pom.xml b/sdnr/wt/websocketmanager2/pom.xml index 1e678ca3e..472330495 100755 --- a/sdnr/wt/websocketmanager2/pom.xml +++ b/sdnr/wt/websocketmanager2/pom.xml @@ -26,7 +26,7 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-websocketmanager2-top - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT pom ccsdk-features-sdnr-wt :: ${project.artifactId} diff --git a/sdnr/wt/websocketmanager2/provider/pom.xml b/sdnr/wt/websocketmanager2/provider/pom.xml index d2d61df9c..5c289ca1d 100644 --- a/sdnr/wt/websocketmanager2/provider/pom.xml +++ b/sdnr/wt/websocketmanager2/provider/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-websocketmanager2-provider - 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT ccsdk-features-sdnr-wt :: ${project.artifactId} bundle -- cgit 1.2.3-korg