Release cli 5.0.3
authorjenkins-releng <jenkins-releng@onap.org>
Sat, 21 Mar 2020 03:31:26 +0000 (03:31 +0000)
committerjenkins-releng <jenkins-releng@onap.org>
Sat, 21 Mar 2020 03:31:26 +0000 (03:31 +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 a8bd04e..dacf665 100644 (file)
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-docker</artifactId>
     <name>cli/deployment/docker</name>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
     <packaging>pom</packaging>
 
   <properties>
index 665bc5b..8ceb438 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-deployment</artifactId>
index 3bc720c..ca8c208 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-zip</artifactId>
index 6d60d8b..1c6be1a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-framework</artifactId>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.onap.cli</groupId>
             <artifactId>oclip-grpc-client</artifactId>
-            <version>5.0.3-SNAPSHOT</version>
+            <version>5.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.yaml</groupId>
index 302d77d..e229f44 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
   </parent>
   <artifactId>oclip-grpc-client</artifactId>
   <name>oclip/grpc/client</name>
index 07b4f44..73968df 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</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.3-SNAPSHOT</version>
+          <version>5.0.3</version>
       </dependency>
   </dependencies>
    <build>
index 2d8c875..bd41baf 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
   </parent>
   <artifactId>oclip-grpc-stub</artifactId>
   <name>oclip/grpc/stub</name>
index 0055d2b..d655a39 100644 (file)
@@ -18,9 +18,9 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
-  <version>5.0.3-SNAPSHOT</version>
+  <version>5.0.3</version>
   <artifactId>oclip-grpc</artifactId>
   <packaging>pom</packaging>
   <name>oclip/grpc</name>
index 9641f94..96e5445 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-main</artifactId>
diff --git a/pom.xml b/pom.xml
index 0ac3d4e..d5700b4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.cli</groupId>
     <artifactId>cli</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
 
     <packaging>pom</packaging>
     <name>cli</name>
index 08a974f..c48b224 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-auth</artifactId>
index 1c865ae..0413ab0 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-catalog</artifactId>
index d15dd57..c0e1f8b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-aai</artifactId>
index 16a5195..f76a8a1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-msb</artifactId>
index cdc3863..3b9d870 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features</artifactId>
index 7e5618c..31327d6 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-sdc</artifactId>
index d2297d0..2ddb716 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-so</artifactId>
index 2e42e91..46ad178 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam</artifactId>
index 2b07383..1ad96b1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-auth</artifactId>
index 2e22cff..8f4d048 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-catalog</artifactId>
index ae61ee6..6fdcbb4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-aai</artifactId>
index 5c5f44c..5d88f55 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-appc</artifactId>
index 1949820..f516370 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-msb</artifactId>
index e03ce24..867d223 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-policy</artifactId>
index 48fcd83..825caaa 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features</artifactId>
index 1d14c6f..a4536b6 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-sdc</artifactId>
index cc34072..b0ae02b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-so</artifactId>
index cc391e0..8722916 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing</artifactId>
index 8038dee..373bc4b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-auth</artifactId>
index 74dbd75..16fc6e8 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-catalog</artifactId>
index 1ea6e01..caaa099 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-aai</artifactId>
index 94e7ddd..1155cdc 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-msb</artifactId>
index 2b93a97..f51e234 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features</artifactId>
index 3f2e5a5..be8f036 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-sdc</artifactId>
index f45b188..2980344 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-vnfsdk</artifactId>
index 95e1ec9..810e6f6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca</artifactId>
index 375adf8..d8e3d2a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-auth</artifactId>
index 108e7d2..7e0b0c3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-catalog</artifactId>
index d991d2b..cd22738 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-aai</artifactId>
index b0f2518..9c55aab 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-integration</artifactId>
index 623b06c..7ad4bd6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-msb</artifactId>
index cbd319b..069e989 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-multicloud</artifactId>
index cb7e25e..37f4780 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-policy</artifactId>
index 4d89050..0b51996 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features</artifactId>
index 5f499bf..d9e9184 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdc</artifactId>
index 6c1ac97..86b4ca8 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdnc</artifactId>
index d155748..25b0217 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-so</artifactId>
index 219da6e..0298fb2 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vfc</artifactId>
index 4b99def..e8f08a9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vnfsdk</artifactId>
index 9730c59..b6a85ea 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin</artifactId>
index b3e9c92..265985a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-auth</artifactId>
index b187c6b..2008fd4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-catalog</artifactId>
index a942486..17cf2a2 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-aai</artifactId>
index 625c002..fdc28fe 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-msb</artifactId>
index 1af4d2d..eba6787 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-multicloud</artifactId>
index b672a43..cb87640 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-policy</artifactId>
index 4d8c92f..eafd099 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features</artifactId>
index 3f75c44..b38e92f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-sdc</artifactId>
index 8c4ae82..643b508 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-sdnc</artifactId>
index b656968..83a484d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-so</artifactId>
index cbe8367..17febc8 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-vfc</artifactId>
index 583d0c6..493036a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-vnfsdk</artifactId>
index 100afbc..acfb771 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto</artifactId>
index 4c917ea..0b50ee3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-openecomp-auth</artifactId>
index 9d2bed7..786ae7b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-openecomp-catalog</artifactId>
index 2050a59..677d37a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features-aai</artifactId>
index 0c1222f..4607cbf 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features</artifactId>
index e2f5e43..b833bac 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp-features</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features-sdc</artifactId>
index cde0d6e..76a02eb 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-openecomp</artifactId>
index 3082d7e..2e1d04f 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products</artifactId>
index f7956d7..699c61c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-products-sample</artifactId>
index ddd3279..9e0094f 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
   </parent>
 
   <artifactId>cli-profiles-command</artifactId>
index 4a8f2ce..26c032a 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
   </parent>
 
   <artifactId>cli-profiles-http</artifactId>
index 39176e2..8f0e3c1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-profiles</artifactId>
index 43e5ff5..7dc81f0 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
   </parent>
 
   <artifactId>cli-profiles-snmp</artifactId>
index 81bae2b..1d8e6d2 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-validate</artifactId>
index 404ddef..447fdc1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-sample-mock-generator</artifactId>
index 89ef1b4..d1f221c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-sample-yaml-generator</artifactId>
index c2701d6..b6b6ac9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
     </parent>
 
     <artifactId>cli-validation</artifactId>