Release cli 5.0.2
authorjenkins-releng <jenkins-releng@onap.org>
Tue, 10 Mar 2020 17:20:12 +0000 (17:20 +0000)
committerjenkins-releng <jenkins-releng@onap.org>
Tue, 10 Mar 2020 17:20:12 +0000 (17:20 +0000)
79 files changed:
deployment/docker/pom.xml
deployment/pom.xml
deployment/zip/pom.xml
framework/pom.xml
grpc/grpc-client/pom.xml
grpc/grpc-server/pom.xml
grpc/grpc-stub/pom.xml
grpc/pom.xml
main/pom.xml
pom.xml
products/onap-amsterdam/auth/pom.xml
products/onap-amsterdam/catalog/pom.xml
products/onap-amsterdam/features/aai/pom.xml
products/onap-amsterdam/features/msb/pom.xml
products/onap-amsterdam/features/pom.xml
products/onap-amsterdam/features/sdc/pom.xml
products/onap-amsterdam/features/so/pom.xml
products/onap-amsterdam/pom.xml
products/onap-beijing/auth/pom.xml
products/onap-beijing/catalog/pom.xml
products/onap-beijing/features/aai/pom.xml
products/onap-beijing/features/appc/pom.xml
products/onap-beijing/features/msb/pom.xml
products/onap-beijing/features/policy/pom.xml
products/onap-beijing/features/pom.xml
products/onap-beijing/features/sdc/pom.xml
products/onap-beijing/features/so/pom.xml
products/onap-beijing/pom.xml
products/onap-casablanca/auth/pom.xml
products/onap-casablanca/catalog/pom.xml
products/onap-casablanca/features/aai/pom.xml
products/onap-casablanca/features/msb/pom.xml
products/onap-casablanca/features/pom.xml
products/onap-casablanca/features/sdc/pom.xml
products/onap-casablanca/features/vnfsdk/pom.xml
products/onap-casablanca/pom.xml
products/onap-dublin/auth/pom.xml
products/onap-dublin/catalog/pom.xml
products/onap-dublin/features/aai/pom.xml
products/onap-dublin/features/integration/pom.xml
products/onap-dublin/features/msb/pom.xml
products/onap-dublin/features/multicloud/pom.xml
products/onap-dublin/features/policy/pom.xml
products/onap-dublin/features/pom.xml
products/onap-dublin/features/sdc/pom.xml
products/onap-dublin/features/sdnc/pom.xml
products/onap-dublin/features/so/pom.xml
products/onap-dublin/features/vfc/pom.xml
products/onap-dublin/features/vnfsdk/pom.xml
products/onap-dublin/pom.xml
products/onap-elalto/auth/pom.xml
products/onap-elalto/catalog/pom.xml
products/onap-elalto/features/aai/pom.xml
products/onap-elalto/features/msb/pom.xml
products/onap-elalto/features/multicloud/pom.xml
products/onap-elalto/features/policy/pom.xml
products/onap-elalto/features/pom.xml
products/onap-elalto/features/sdc/pom.xml
products/onap-elalto/features/sdnc/pom.xml
products/onap-elalto/features/so/pom.xml
products/onap-elalto/features/vfc/pom.xml
products/onap-elalto/features/vnfsdk/pom.xml
products/onap-elalto/pom.xml
products/openecomp/auth/pom.xml
products/openecomp/catalog/pom.xml
products/openecomp/features/aai/pom.xml
products/openecomp/features/pom.xml
products/openecomp/features/sdc/pom.xml
products/openecomp/pom.xml
products/pom.xml
products/sample/pom.xml
profiles/command/pom.xml
profiles/http/pom.xml
profiles/pom.xml
profiles/snmp/pom.xml
validate/pom.xml
validate/sample-mock-generator/pom.xml
validate/sample-yaml-generator/pom.xml
validate/validation/pom.xml

index 7a6183c..6edb8d3 100644 (file)
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-docker</artifactId>
     <name>cli/deployment/docker</name>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
     <packaging>pom</packaging>
 
   <properties>
index 813df80..9c92c3b 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-deployment</artifactId>
index 3da29fc..c2bfe9b 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-zip</artifactId>
index 7c509d4..3ee0002 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-framework</artifactId>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.onap.cli</groupId>
             <artifactId>oclip-grpc-client</artifactId>
-            <version>5.0.2-SNAPSHOT</version>
+            <version>5.0.2</version>
         </dependency>
         <dependency>
             <groupId>org.yaml</groupId>
index 461a040..2e42c1c 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
   </parent>
   <artifactId>oclip-grpc-client</artifactId>
   <name>oclip/grpc/client</name>
index e63f1bd..980cfd9 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
   </parent>
   <artifactId>oclip-grpc-server</artifactId>
   <name>oclip/grpc/server</name>
@@ -42,7 +42,7 @@
       <dependency>
           <groupId>org.onap.cli</groupId>
           <artifactId>cli-main</artifactId>
-          <version>5.0.2-SNAPSHOT</version>
+          <version>5.0.2</version>
       </dependency>
   </dependencies>
    <build>
index 11d0b12..6d34889 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
   </parent>
   <artifactId>oclip-grpc-stub</artifactId>
   <name>oclip/grpc/stub</name>
index 6ad4a47..6b4f4bc 100644 (file)
@@ -18,9 +18,9 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
-  <version>5.0.2-SNAPSHOT</version>
+  <version>5.0.2</version>
   <artifactId>oclip-grpc</artifactId>
   <packaging>pom</packaging>
   <name>oclip/grpc</name>
index 7d09f9a..14c845f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-main</artifactId>
diff --git a/pom.xml b/pom.xml
index b043573..28b9d19 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.cli</groupId>
     <artifactId>cli</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
 
     <packaging>pom</packaging>
     <name>cli</name>
index 5426c0e..abe052e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-auth</artifactId>
index 407c6b9..9ae0996 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-catalog</artifactId>
index 1eda46b..fc2e661 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-aai</artifactId>
index 2cc4fa1..2872fd4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-msb</artifactId>
index a08af93..1c6ae70 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features</artifactId>
index f975c49..21b79ae 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-sdc</artifactId>
index edde80b..602487f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-so</artifactId>
index 7b239fc..b9524e5 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam</artifactId>
index c836d38..546b41f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-auth</artifactId>
index 0c44d43..b65036e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-catalog</artifactId>
index 86f36fa..49f75c2 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-aai</artifactId>
index 766cf2d..0877ff4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-appc</artifactId>
index 76c74ec..d50efff 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-msb</artifactId>
index 468248f..3600d85 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-policy</artifactId>
index 9c8724a..a6c2ba9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features</artifactId>
index 0ea09ae..50d2a11 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-sdc</artifactId>
index e51d7c0..188d470 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-so</artifactId>
index 0d5abb1..6b7dcec 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing</artifactId>
index 7e8e3b1..c970bc4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-auth</artifactId>
index 1099b13..68ec0e8 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-catalog</artifactId>
index 286bd0c..6490e91 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-aai</artifactId>
index 016c896..cd4e7c3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-msb</artifactId>
index 7755fe0..2346250 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features</artifactId>
index df4ce2e..9f65bbf 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-sdc</artifactId>
index 7af8737..b0cf00b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-vnfsdk</artifactId>
index 426d836..3ada169 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca</artifactId>
index ccc8356..4861f36 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-auth</artifactId>
index 66ec33b..b5e1f35 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-catalog</artifactId>
index 600e170..55b37b6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-aai</artifactId>
index bdb89d6..fcdbd9e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-integration</artifactId>
index 0629208..d26c405 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-msb</artifactId>
index 422b3bc..6c4e2e3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-multicloud</artifactId>
index a98eb2c..6114d7d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-policy</artifactId>
index 7d5ae9c..17bff67 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features</artifactId>
index fad675c..75387eb 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdc</artifactId>
index 0d46d2e..6e9a8e5 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdnc</artifactId>
index c1f6a8a..55b5718 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-so</artifactId>
index 63e28d9..0a63040 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vfc</artifactId>
index 65bdf03..4d153df 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vnfsdk</artifactId>
index f9b05dc..7d62244 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin</artifactId>
index e829d80..e1605bb 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-auth</artifactId>
index fe9fbc7..7b88441 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-catalog</artifactId>
index 34a8a44..cd0540e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-aai</artifactId>
index d5c0fae..d5792cd 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-msb</artifactId>
index 438b86a..88f6eef 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-multicloud</artifactId>
index 56b0d50..3534e70 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-policy</artifactId>
index 1691b38..490793e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features</artifactId>
index 9702c3b..b7d6ebf 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-sdc</artifactId>
index ce2d0d5..a60b8b3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-sdnc</artifactId>
index 80911e7..220a4e7 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-so</artifactId>
index 88f6aac..7e54bb4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-vfc</artifactId>
index d347630..fe3aa2e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-vnfsdk</artifactId>
index fae7193..9fb229c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto</artifactId>
index ee611c6..d33970d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-openecomp-auth</artifactId>
index cac9426..3680ff9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-openecomp-catalog</artifactId>
index a0862a9..1e44c56 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features-aai</artifactId>
index b75a360..0b4e16b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features</artifactId>
index c5fc7e0..dfac19a 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp-features</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features-sdc</artifactId>
index 9eac849..8787465 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-openecomp</artifactId>
index c324054..2d45dae 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products</artifactId>
index 29e3806..1a2849d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-products-sample</artifactId>
index c2d7495..6fe6038 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
   </parent>
 
   <artifactId>cli-profiles-command</artifactId>
index 3410b63..9eac39a 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
   </parent>
 
   <artifactId>cli-profiles-http</artifactId>
index dfebc61..e98b912 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-profiles</artifactId>
index fa10881..0f8b7c0 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
   </parent>
 
   <artifactId>cli-profiles-snmp</artifactId>
index f7f790d..6bfe8c0 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-validate</artifactId>
index 025f6bd..d35abfc 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-sample-mock-generator</artifactId>
index a36a1a4..6e0ee72 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-sample-yaml-generator</artifactId>
index e934878..6ff5c55 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
     </parent>
 
     <artifactId>cli-validation</artifactId>