Fix the versioning issue 04/103404/1
authorKanagaraj Manickam <mkr1481@gmail.com>
Tue, 10 Mar 2020 05:47:55 +0000 (11:17 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 10 Mar 2020 05:47:55 +0000 (11:17 +0530)
Issue-ID: CLI-257

Change-Id: I194d8389f0d4fef116b9a87d484ad8b78ad401a5
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
84 files changed:
deployment/docker/pom.xml
deployment/pom.xml
deployment/zip/pom.xml
deployment/zip/src/main/release/conf/log4j2.properties
framework/pom.xml
framework/src/main/resources/log4j2.properties
grpc/grpc-client/pom.xml
grpc/grpc-client/src/main/resources/log4j2.properties
grpc/grpc-server/pom.xml
grpc/grpc-server/src/main/resources/log4j2.properties
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
version.properties

index c572675..7a6183c 100644 (file)
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-docker</artifactId>
     <name>cli/deployment/docker</name>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
   <properties>
index e31d7fb..813df80 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-deployment</artifactId>
index b1ec9fc..3da29fc 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-zip</artifactId>
index b8ae760..5c21086 100644 (file)
@@ -22,7 +22,7 @@ rootLogger.appenderRef.file.ref=RollingFile
 loggers=cli,grpc
 
 logger.cli.name = org.onap.cli
-logger.cli.level=ERROR
+logger.cli.level=INFO
 logger.cli.additivity=false
 logger.cli.appenderRef.file.ref=RollingFile
 
@@ -44,8 +44,8 @@ appender.stdout.layout.pattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
 # Redirect log messages to a log file, support file rolling.
 appender.file.type = RollingFile
 appender.file.name = RollingFile
-appender.file.fileName=${env:OPEN_CLI_HOME}/logs/open-cli.log
-appender.file.filePattern=${env:OPEN_CLI_HOME}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
+appender.file.fileName=${env:OPEN_CLI_HOME:-.}/logs/open-cli.log
+appender.file.filePattern=${env:OPEN_CLI_HOME:-.}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
 appender.file.append=true
 appender.file.policies.type=Policies
 appender.file.policies.size.type=SizeBasedTriggeringPolicy
index 6d0fe39..7c509d4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-framework</artifactId>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.onap.cli</groupId>
             <artifactId>oclip-grpc-client</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.yaml</groupId>
index 2c3eccc..e62106d 100644 (file)
@@ -44,8 +44,8 @@ appender.stdout.layout.pattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
 # Redirect log messages to a log file, support file rolling.
 appender.file.type = RollingFile
 appender.file.name = RollingFile
-appender.file.fileName=${env:OPEN_CLI_HOME}/logs/open-cli.log
-appender.file.filePattern=${env:OPEN_CLI_HOME}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
+appender.file.fileName=${env:OPEN_CLI_HOME:-.}/logs/open-cli.log
+appender.file.filePattern=${env:OPEN_CLI_HOME:-.}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
 appender.file.append=true
 appender.file.policies.type=Policies
 appender.file.policies.size.type=SizeBasedTriggeringPolicy
index 0b4adfe..461a040 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>oclip-grpc-client</artifactId>
   <name>oclip/grpc/client</name>
index 9ccd226..6b6838c 100644 (file)
@@ -43,8 +43,8 @@ appender.stdout.layout.pattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
 # Redirect log messages to a log file, support file rolling.
 appender.file.type = RollingFile
 appender.file.name = RollingFile
-appender.file.fileName=${env:OPEN_CLI_HOME}/logs/open-cli.log
-appender.file.filePattern=${env:OPEN_CLI_HOME}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
+appender.file.fileName=${env:OPEN_CLI_HOME:-.}/logs/open-cli.log
+appender.file.filePattern=${env:OPEN_CLI_HOME:-.}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
 appender.file.append=true
 appender.file.policies.type=Policies
 appender.file.policies.size.type=SizeBasedTriggeringPolicy
index 7196d5b..e63f1bd 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</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.1</version>
+          <version>5.0.2-SNAPSHOT</version>
       </dependency>
   </dependencies>
    <build>
index a766d6f..b3c38cc 100644 (file)
@@ -45,8 +45,8 @@ appender.stdout.layout.pattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
 # Redirect log messages to a log file, support file rolling.
 appender.file.type = RollingFile
 appender.file.name = RollingFile
-appender.file.fileName=${env:OPEN_CLI_HOME}/logs/open-cli.log
-appender.file.filePattern=${env:OPEN_CLI_HOME}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
+appender.file.fileName=${env:OPEN_CLI_HOME:-.}/logs/open-cli.log
+appender.file.filePattern=${env:OPEN_CLI_HOME:-.}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
 appender.file.append=true
 appender.file.policies.type=Policies
 appender.file.policies.size.type=SizeBasedTriggeringPolicy
index 2ee9563..11d0b12 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>oclip-grpc-stub</artifactId>
   <name>oclip/grpc/stub</name>
index 1161dbb..6ad4a47 100644 (file)
@@ -18,9 +18,9 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
-  <version>5.0.1</version>
+  <version>5.0.2-SNAPSHOT</version>
   <artifactId>oclip-grpc</artifactId>
   <packaging>pom</packaging>
   <name>oclip/grpc</name>
index 3ef01f7..7d09f9a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-main</artifactId>
diff --git a/pom.xml b/pom.xml
index 99b7c77..b043573 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.cli</groupId>
     <artifactId>cli</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>cli</name>
index 98ed99f..5426c0e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-auth</artifactId>
index abf4221..407c6b9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-catalog</artifactId>
index 1552628..1eda46b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-aai</artifactId>
index c01e797..2cc4fa1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-msb</artifactId>
index 57d8199..a08af93 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features</artifactId>
index c76ac25..f975c49 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-sdc</artifactId>
index 365e791..edde80b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-so</artifactId>
index b484ea9..7b239fc 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam</artifactId>
index 5bd0124..c836d38 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-auth</artifactId>
index 9b6011e..0c44d43 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-catalog</artifactId>
index ed48307..86f36fa 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-aai</artifactId>
index 65e6c1f..766cf2d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-appc</artifactId>
index 5e3272a..76c74ec 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-msb</artifactId>
index 0bda3a8..468248f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-policy</artifactId>
index 74537ba..9c8724a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features</artifactId>
index 6d403ac..0ea09ae 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-sdc</artifactId>
index c8943b6..e51d7c0 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-so</artifactId>
index 2dd7ec2..0d5abb1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing</artifactId>
index fe0089c..7e8e3b1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-auth</artifactId>
index 14ba72a..1099b13 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-catalog</artifactId>
index 4b37a24..286bd0c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-aai</artifactId>
index 40e005f..016c896 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-msb</artifactId>
index 5d9ee91..7755fe0 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features</artifactId>
index 4d82443..df4ce2e 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-sdc</artifactId>
index ecfbe3f..7af8737 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-vnfsdk</artifactId>
index abd594b..426d836 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca</artifactId>
index 1b2eea1..ccc8356 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-auth</artifactId>
index 0d5fe48..66ec33b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-catalog</artifactId>
index 85042d2..600e170 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-aai</artifactId>
index 142c2a4..bdb89d6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-integration</artifactId>
index 4d38db8..0629208 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-msb</artifactId>
index 1a51c59..422b3bc 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-multicloud</artifactId>
index d20e97f..a98eb2c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-policy</artifactId>
index 7b85454..7d5ae9c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features</artifactId>
index 3f1578d..fad675c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdc</artifactId>
index 2ec5029..0d46d2e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdnc</artifactId>
index fb0fbde..c1f6a8a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-so</artifactId>
index 659767f..63e28d9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vfc</artifactId>
index 86147bf..65bdf03 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vnfsdk</artifactId>
index 7250884..f9b05dc 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin</artifactId>
index 1dee193..e829d80 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-auth</artifactId>
index 5870f08..fe9fbc7 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-catalog</artifactId>
index 946be46..34a8a44 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-aai</artifactId>
index 14d5cfc..d5c0fae 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-msb</artifactId>
index 9413164..438b86a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-multicloud</artifactId>
index 28a8e22..56b0d50 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-policy</artifactId>
index af64df9..1691b38 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features</artifactId>
index 4d4e793..9702c3b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-sdc</artifactId>
index bb21005..ce2d0d5 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-sdnc</artifactId>
index 9d2d289..80911e7 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-so</artifactId>
index 87aa062..88f6aac 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-vfc</artifactId>
index 7a97740..d347630 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-elalto-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto-features-vnfsdk</artifactId>
index 3261fdd..fae7193 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-elalto</artifactId>
index 85254c5..ee611c6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-auth</artifactId>
index 7d1b7a3..cac9426 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-catalog</artifactId>
index 5ba5ee7..a0862a9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features-aai</artifactId>
index 638fe59..b75a360 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features</artifactId>
index 9244f41..c5fc7e0 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp-features</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features-sdc</artifactId>
index f8dbaa3..9eac849 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp</artifactId>
index 00a7fc5..c324054 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products</artifactId>
index b67409c..29e3806 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-sample</artifactId>
index 96452bf..c2d7495 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>cli-profiles-command</artifactId>
index e429484..3410b63 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>cli-profiles-http</artifactId>
index ef41731..dfebc61 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-profiles</artifactId>
index cd1972f..fa10881 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>cli-profiles-snmp</artifactId>
index a8164fd..f7f790d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-validate</artifactId>
index db96456..025f6bd 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-sample-mock-generator</artifactId>
index ad4ee4e..a36a1a4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-sample-yaml-generator</artifactId>
index fde2f5e..e934878 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-validation</artifactId>
index 9f18031..d9f1b3d 100644 (file)
@@ -16,7 +16,7 @@
 
 major=5
 minor=0
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}