SDNR Fix odlux unstable build problem 54/91254/3 dublin
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Fri, 7 Jun 2019 08:36:11 +0000 (10:36 +0200)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 11 Jul 2019 15:13:52 +0000 (11:13 -0400)
Remove node_modules with symlinks

Issue-ID: SDNC-792
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Change-Id: Iebf0b9b8be3bf60eb493e04fa7135ed166013259
(cherry picked from commit 1445dabe9bc28629077033e2f189ad05dc61b884)

78 files changed:
aafshiro/features/ccsdk-aafshiro/pom.xml
aafshiro/features/features-aafshiro/pom.xml
aafshiro/features/pom.xml
aafshiro/installer/pom.xml
aafshiro/pom.xml
blueprints-processor/adaptors/data-adaptor-provider/pom.xml
blueprints-processor/adaptors/pom.xml
blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
blueprints-processor/features/ccsdk-blueprints-processor/pom.xml
blueprints-processor/features/features-blueprints-processor/pom.xml
blueprints-processor/features/pom.xml
blueprints-processor/installer/pom.xml
blueprints-processor/plugin/assignment-provider/pom.xml
blueprints-processor/plugin/generator-provider/pom.xml
blueprints-processor/plugin/model-provider/pom.xml
blueprints-processor/plugin/pom.xml
blueprints-processor/pom.xml
features/ccsdk-features-all/pom.xml
features/features-features/pom.xml
features/installer/pom.xml
features/pom.xml
pom.xml
sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml
sdnr/northbound/features/installer/pom.xml
sdnr/northbound/features/pom.xml
sdnr/northbound/oofpcipoc/feature/pom.xml
sdnr/northbound/oofpcipoc/installer/pom.xml
sdnr/northbound/oofpcipoc/model/pom.xml
sdnr/northbound/oofpcipoc/pom.xml
sdnr/northbound/oofpcipoc/provider/pom.xml
sdnr/northbound/pom.xml
sdnr/wt/apigateway/feature/pom.xml
sdnr/wt/apigateway/installer/pom.xml
sdnr/wt/apigateway/pom.xml
sdnr/wt/apigateway/provider/pom.xml
sdnr/wt/devicemanager/feature/pom.xml
sdnr/wt/devicemanager/installer/pom.xml
sdnr/wt/devicemanager/model/pom.xml
sdnr/wt/devicemanager/pom.xml
sdnr/wt/devicemanager/provider/pom.xml
sdnr/wt/devicemodel/feature/pom.xml
sdnr/wt/devicemodel/installer/pom.xml
sdnr/wt/devicemodel/model/pom.xml
sdnr/wt/devicemodel/pom.xml
sdnr/wt/featureaggregator/feature/pom.xml
sdnr/wt/featureaggregator/installer/pom.xml
sdnr/wt/featureaggregator/pom.xml
sdnr/wt/helpserver/feature/pom.xml
sdnr/wt/helpserver/installer/pom.xml
sdnr/wt/helpserver/pom.xml
sdnr/wt/helpserver/provider/pom.xml
sdnr/wt/odlux/apps/apiDemo/pom.xml
sdnr/wt/odlux/apps/app-feature/pom.xml
sdnr/wt/odlux/apps/app-installer/pom.xml
sdnr/wt/odlux/apps/configurationApp/pom.xml
sdnr/wt/odlux/apps/connectApp/pom.xml
sdnr/wt/odlux/apps/demoApp/pom.xml
sdnr/wt/odlux/apps/faultApp/pom.xml
sdnr/wt/odlux/apps/helpApp/pom.xml
sdnr/wt/odlux/apps/inventoryApp/pom.xml
sdnr/wt/odlux/apps/maintenanceApp/pom.xml
sdnr/wt/odlux/apps/mediatorApp/pom.xml
sdnr/wt/odlux/apps/minimumApp/pom.xml
sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml
sdnr/wt/odlux/core/features/pom.xml
sdnr/wt/odlux/core/installer/pom.xml
sdnr/wt/odlux/core/model/pom.xml
sdnr/wt/odlux/core/pom.xml
sdnr/wt/odlux/core/provider/pom.xml
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/pom.xml
sdnr/wt/pom.xml
sdnr/wt/websocketmanager2/feature/pom.xml
sdnr/wt/websocketmanager2/installer/pom.xml
sdnr/wt/websocketmanager2/model/pom.xml
sdnr/wt/websocketmanager2/pom.xml
sdnr/wt/websocketmanager2/provider/pom.xml
version.properties

index 025ca12..180c778 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>ccsdk-aafshiro</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>feature</packaging>
 
        <name>ccsdk-features :: aafshiro :: ${project.artifactId}</name>
index 8b6a6f0..ccf1854 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>features-aafshiro</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>feature</packaging>
 
        <name>ccsdk-features :: aafshiro :: ${project.artifactId}</name>
index b82096d..322c496 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>aafshiro-features</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-features :: aafshiro :: ${project.artifactId}</name>
index c044761..15a2455 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>aafshiro-installer</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-features :: aafshiro :: ${project.artifactId}</name>
index deb8018..54fbd15 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>aafshiro</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-features :: aafshiro</name>
index c27dc88..413b1e1 100644 (file)
@@ -18,7 +18,7 @@
        </parent>
 
        <groupId>org.onap.ccsdk.features</groupId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <artifactId>blueprints-data-adaptor-provider</artifactId>
        <packaging>bundle</packaging>
        <name>Blueprints Data Adaptor - Provider</name>
index a23fb1d..fd4f876 100644 (file)
@@ -25,7 +25,7 @@
        </parent>
 
        <groupId>org.onap.ccsdk.features</groupId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <artifactId>blueprints-processor-adaptors</artifactId>
index 410982e..e7985b7 100644 (file)
@@ -26,7 +26,7 @@
        </parent>
 
        <groupId>org.onap.ccsdk.features</groupId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <artifactId>blueprints-rest-adaptor-provider</artifactId>
        <packaging>bundle</packaging>
        <name>Blueprints Rest Adaptor - Provider</name>
index aab5591..44c593e 100644 (file)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>ccsdk-blueprints-processor</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>feature</packaging>
 
        <name>Blueprints Processor :: Features :: ${project.artifactId}</name>
index f0e8c93..ec040b3 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>features-blueprints-processor</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>feature</packaging>
 
        <name>Blueprints Processor :: CCSDK Features :: ${project.artifactId}</name>
index 8bdf40d..621dc18 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>blueprints-processor-features</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Blueprints Processor :: Features aggregator :: ${project.artifactId}</name>
index db6cfcb..22d67c9 100644 (file)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>blueprints-processor-installer</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Blueprints Processor :: ${project.artifactId}</name>
 
index a2337b2..a99e7f6 100644 (file)
@@ -26,7 +26,7 @@
        </parent>
 
        <groupId>org.onap.ccsdk.features</groupId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <artifactId>blueprints-assignment-provider</artifactId>
        <packaging>bundle</packaging>
        <name>Blueprints Assignment - Provider</name>
index 7238021..44e54d7 100644 (file)
@@ -26,7 +26,7 @@
        </parent>
 
        <groupId>org.onap.ccsdk.features</groupId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <artifactId>blueprints-generator-provider</artifactId>
        <packaging>bundle</packaging>
        <name>Blueprints Generator - Provider</name>
index b4f86e0..86250d2 100644 (file)
@@ -26,7 +26,7 @@
     </parent>
 
     <groupId>org.onap.ccsdk.features</groupId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <artifactId>blueprints-model-provider</artifactId>
     <packaging>bundle</packaging>
     <name>Blueprints Model - Provider</name>
index 4906ae2..53e22c7 100644 (file)
@@ -25,7 +25,7 @@
                <relativePath/>
        </parent>
 
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <artifactId>blueprints-processor-plugin</artifactId>
        <groupId>org.onap.ccsdk.features</groupId>
        <packaging>pom</packaging>
index 91892ab..46b5223 100644 (file)
@@ -27,7 +27,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>blueprints-processor</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Blueprints Processor Module</name>
index 7ed7fda..67938ec 100644 (file)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>ccsdk-features-all</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>feature</packaging>
 
        <name>ccsdk-features :: features :: ${project.artifactId}</name>
index fc7035b..2531f60 100644 (file)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>features-features</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>feature</packaging>
 
        <name>Blueprints Processor :: features :: ${project.artifactId}</name>
index 7e623f9..0549fb1 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>features-installer</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Blueprints Processor :: features :: ${project.artifactId}</name>
index e6c2125..64b37e2 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>ccsdk-feature-aggregator</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Blueprints Processor :: features</name>
diff --git a/pom.xml b/pom.xml
index e635585..4d9fa8f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
        <groupId>org.onap.ccsdk.features</groupId>
        <artifactId>ccsdk-features</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-features</name>
index 3a91541..62ae6dc 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
   <artifactId>sdnr-northbound-all</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ccsdk-features-sdnr-northbound :: features :: ${project.artifactId}</name>
index 30ed1f4..aa04aa7 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
   <artifactId>sdnr-northbound-features-installer</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>ccsdk-features-sdnr-northbound :: features :: ${project.artifactId}</name>
index 1c2f31b..a6d1ff4 100644 (file)
@@ -11,7 +11,7 @@
 
        <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
        <artifactId>sdnr-northbound-feature-aggregator</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-features-sdnr-northbound :: features</name>
index 6d64008..4760ab3 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
   <artifactId>sdnr-oofpcipoc</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ccsdk-features-sdnr-northbound :: oofpcipoc :: ${project.artifactId}</name>
index c5356e5..afef525 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
   <artifactId>oofpcipoc-installer</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>ccsdk-features-sdnr-northbound :: oofpcipoc :: ${project.artifactId}</name>
index cadec83..10bec6e 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
   <artifactId>oofpcipoc-model</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 9490699..f7b13a0 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
        <artifactId>oofpcipoc</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-features-sdnr-northbound :: oofpcipoc</name>
index 2041947..05bb5e2 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
   <artifactId>oofpcipoc-provider</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index c9d552c..142dcfc 100644 (file)
@@ -30,7 +30,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
     <artifactId>sdnr-northbound</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ccsdk-sdnr-northbound :: features</name>
     <description>SDN-R RAN and OOF PCI ANR POC </description>
index 34598b6..2f89022 100644 (file)
@@ -26,7 +26,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-apigateway-feature</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
 
index 273203d..66c3fa2 100755 (executable)
@@ -4,7 +4,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-apigateway-installer</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index b33a9b6..4500a5e 100755 (executable)
@@ -26,7 +26,7 @@
 
         <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-apigateway-top</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 91946eb..7bb1b4a 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-apigateway-provider</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
     <properties>
index 1667703..539eaa2 100644 (file)
@@ -26,7 +26,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-devicemanager-feature</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
 
index bcf6b20..b5d5f55 100755 (executable)
@@ -33,7 +33,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-devicemanager-installer</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index bf97ab2..8e572dd 100644 (file)
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-devicemanager-model</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index a2fa621..f918efc 100755 (executable)
@@ -26,7 +26,7 @@
 
       <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-devicemanager-top</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index a082627..20fcf1d 100644 (file)
@@ -20,7 +20,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-devicemanager-provider</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index b4f8555..19a466e 100644 (file)
@@ -24,7 +24,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-devicemodel-feature</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
 
index 15b11e6..6ae5af4 100755 (executable)
@@ -26,7 +26,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-devicemodel-installer</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index b456ed8..dd9ec61 100644 (file)
@@ -26,7 +26,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-devicemodel-model</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index bf02536..9884daf 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
        <artifactId>sdnr-wt-devicemodel-top</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 8cd163e..2054156 100644 (file)
@@ -24,7 +24,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-feature-aggregator</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 1539cfc..1d0b218 100755 (executable)
@@ -24,7 +24,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-feature-aggregator-installer</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 6681a91..1b7b8a8 100755 (executable)
@@ -24,7 +24,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-feature-aggregator-top</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index d50fc6d..f51c0b7 100644 (file)
@@ -26,7 +26,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-helpserver-feature</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
 
index 3453b28..fad92e3 100755 (executable)
@@ -4,7 +4,7 @@
 
        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
        <artifactId>sdnr-wt-helpserver-installer</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 1f3f66e..4068584 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
        <artifactId>sdnr-wt-helpserver-top</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 227dffd..31dc553 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-helpserver-provider</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
     <properties>
index 8747054..079f6b1 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-apiDemo</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-apiDemo</name>
     <licenses>
index 51486af..f4df0d5 100644 (file)
@@ -16,7 +16,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-apps-feature</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
 
index 234d2f1..92de0ea 100755 (executable)
@@ -4,7 +4,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-apps-installer</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 63ed650..ccb93be 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-configurationApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-configurationApp</name>
     <licenses>
index 739edd7..b223547 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-connectApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-connectApp</name>
     <licenses>
index 7a45357..2654fba 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-demoApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-demoApp</name>
     <licenses>
index 1329d53..f7b76ac 100644 (file)
@@ -11,7 +11,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-faultApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-faultApp</name>
     <licenses>
index 3f2735f..8b95602 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-helpApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-helpApp</name>
     <licenses>
index 668da7b..170e5b0 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-inventoryApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-inventoryApp</name>
     <licenses>
index dfe90c2..2bba8da 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-maintenanceApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-maintenanceApp</name>
     <licenses>
index 30ea961..00f8c71 100644 (file)
@@ -11,7 +11,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-mediatorApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-mediatorApp</name>
     <licenses>
index 0fc8f90..1108460 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-minimumApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-minimumApp</name>
     <licenses>
index f5eb5d2..f67ca2a 100644 (file)
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-app-performanceHistoryApp</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>sdnr-wt-odlux-app-performanceHistoryApp</name>
     <licenses>
index 1ddc524..cd6b3b9 100644 (file)
@@ -16,7 +16,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-core-feature</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
 
index 2c503a4..a4b3ad4 100755 (executable)
@@ -4,7 +4,7 @@
 
        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
        <artifactId>sdnr-wt-odlux-core-installer</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 6a43765..8301ed1 100644 (file)
@@ -4,7 +4,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-odlux-core-model</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 3f8b9c8..14cc0d8 100644 (file)
@@ -12,7 +12,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
        <artifactId>sdnr-wt-odlux-core-top</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>odlux-core</name>
 
index 0b56819..9177846 100644 (file)
@@ -4,7 +4,7 @@
 
        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
        <artifactId>sdnr-wt-odlux-core-provider</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
        <packaging>bundle</packaging>
 
index 6cbf58c..e815860 100644 (file)
@@ -10,7 +10,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
        <artifactId>sdnr-wt-odlux-framework</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>jar</packaging>
        <name>sdnr-wt-odlux-framework</name>
        <properties>
index 2f81fa7..1a9e6ed 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>odlux-top</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>odlux</name>
 
         <module>apps/app-installer</module>
     </modules>
 
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>exec-maven-plugin</artifactId>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <executions>
+                                       <execution><!-- Run our version calculation script -->
+                                               <id>Clean node and node_modules</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>exec</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <executable>rm</executable>
+                                                        <arguments>
+                                                               <argument>-r</argument>
+                                                               <argument>node_modules</argument>
+                                                       </arguments>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+
 </project>
index ff335eb..a1c01b2 100644 (file)
@@ -30,7 +30,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt</artifactId>
-    <version>0.4.4-SNAPSHOT</version>
+    <version>0.4.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ccsdk-sdnr-wireless transport :: micro-services</name>
     <description>SDN-R wireless transport micro-services</description>
index 7ca2c15..73f5fb8 100644 (file)
@@ -26,7 +26,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-websocketmanager2-feature</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
 
index cd8d8b3..baf4a33 100755 (executable)
@@ -26,7 +26,7 @@
 
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-websocketmanager2-installer</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 6e98573..ce7743b 100644 (file)
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-websocketmanager2-model</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
   <parent>
index a9c4ec1..f03715d 100755 (executable)
@@ -26,7 +26,7 @@
 
        <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
        <artifactId>sdnr-wt-websocketmanager2-top</artifactId>
-       <version>0.4.4-SNAPSHOT</version>
+       <version>0.4.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
 
index 17a8fa5..0663a31 100644 (file)
@@ -14,7 +14,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
   <artifactId>sdnr-wt-websocketmanager2-provider</artifactId>
-  <version>0.4.4-SNAPSHOT</version>
+  <version>0.4.5-SNAPSHOT</version>
   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
   <parent>
index ec907de..4ef40c9 100644 (file)
@@ -6,7 +6,7 @@
 
 release_name=0
 sprint_number=4
-feature_revision=4
+feature_revision=5
 
 base_version=${release_name}.${sprint_number}.${feature_revision}