From 00aac6326d6cf2b971faeb3fcf1b4b78229fa498 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 11 Oct 2018 18:16:42 +0530 Subject: CLI version update Issue-ID: CLI-122 Change-Id: I2a0351668813d441d17eeee99dda9d3f928c3dcd Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/docker/pom.xml | 2 +- deployment/pom.xml | 2 +- deployment/zip/pom.xml | 2 +- framework/pom.xml | 2 +- grpc/grpc-server/pom.xml | 2 +- grpc/pom.xml | 2 +- main/pom.xml | 2 +- pom.xml | 2 +- products/onap-casablanca/auth/pom.xml | 2 +- products/onap-casablanca/catalog/pom.xml | 2 +- products/onap-casablanca/features/aai/pom.xml | 2 +- products/onap-casablanca/features/msb/pom.xml | 2 +- products/onap-casablanca/features/pom.xml | 2 +- products/onap-casablanca/features/vnfsdk/pom.xml | 2 +- products/onap-casablanca/pom.xml | 2 +- products/openecomp/auth/pom.xml | 2 +- products/openecomp/catalog/pom.xml | 2 +- products/openecomp/features/aai/pom.xml | 2 +- products/openecomp/features/pom.xml | 2 +- products/openecomp/features/sdc/pom.xml | 2 +- products/openecomp/pom.xml | 2 +- products/pom.xml | 2 +- products/sample/pom.xml | 2 +- profiles/command/pom.xml | 2 +- profiles/http/pom.xml | 2 +- profiles/pom.xml | 2 +- profiles/snmp/pom.xml | 2 +- validate/pom.xml | 2 +- validate/sample-mock-generator/pom.xml | 2 +- validate/sample-yaml-generator/pom.xml | 2 +- validate/validation/pom.xml | 4 ++-- version.properties | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) diff --git a/deployment/docker/pom.xml b/deployment/docker/pom.xml index 3b0d4512..7937add8 100644 --- a/deployment/docker/pom.xml +++ b/deployment/docker/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli-deployment - 2.0.3 + 2.0.4 cli-docker diff --git a/deployment/pom.xml b/deployment/pom.xml index 27a4d1d0..fe52bfa2 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli - 2.0.3 + 2.0.4 cli-deployment diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml index e3036abe..b319dc2a 100644 --- a/deployment/zip/pom.xml +++ b/deployment/zip/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli-deployment - 2.0.3 + 2.0.4 cli-zip diff --git a/framework/pom.xml b/framework/pom.xml index 1b7614e8..b5c8e565 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.3 + 2.0.4 cli-framework diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml index 21856479..277509bf 100644 --- a/grpc/grpc-server/pom.xml +++ b/grpc/grpc-server/pom.xml @@ -32,7 +32,7 @@ org.onap.cli cli-main - 2.0.3 + 2.0.4 diff --git a/grpc/pom.xml b/grpc/pom.xml index 7bc3d77d..f3a85d5b 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -18,7 +18,7 @@ org.onap.cli cli - 2.0.3 + 2.0.4 1.0.0 oclip-grpc diff --git a/main/pom.xml b/main/pom.xml index 31200fe0..345c36b6 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.3 + 2.0.4 cli-main diff --git a/pom.xml b/pom.xml index de2b5f9e..a63ebc10 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.cli cli - 2.0.3 + 2.0.4 pom cli diff --git a/products/onap-casablanca/auth/pom.xml b/products/onap-casablanca/auth/pom.xml index 0c97638b..e06a8ca2 100644 --- a/products/onap-casablanca/auth/pom.xml +++ b/products/onap-casablanca/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca - 2.0.3 + 2.0.4 cli-products-onap-casablanca-auth diff --git a/products/onap-casablanca/catalog/pom.xml b/products/onap-casablanca/catalog/pom.xml index 0a4e806c..68b1d1e1 100644 --- a/products/onap-casablanca/catalog/pom.xml +++ b/products/onap-casablanca/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca - 2.0.3 + 2.0.4 cli-products-onap-casablanca-catalog diff --git a/products/onap-casablanca/features/aai/pom.xml b/products/onap-casablanca/features/aai/pom.xml index fb5e0cbc..04446c11 100644 --- a/products/onap-casablanca/features/aai/pom.xml +++ b/products/onap-casablanca/features/aai/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca-features - 2.0.3 + 2.0.4 cli-products-onap-casablanca-features-aai diff --git a/products/onap-casablanca/features/msb/pom.xml b/products/onap-casablanca/features/msb/pom.xml index 85aac554..fe740439 100644 --- a/products/onap-casablanca/features/msb/pom.xml +++ b/products/onap-casablanca/features/msb/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca-features - 2.0.3 + 2.0.4 cli-products-onap-casablanca-features-msb diff --git a/products/onap-casablanca/features/pom.xml b/products/onap-casablanca/features/pom.xml index a7b78a90..3b95b3fb 100644 --- a/products/onap-casablanca/features/pom.xml +++ b/products/onap-casablanca/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca - 2.0.3 + 2.0.4 cli-products-onap-casablanca-features diff --git a/products/onap-casablanca/features/vnfsdk/pom.xml b/products/onap-casablanca/features/vnfsdk/pom.xml index 6c3ca724..b8ce00b1 100644 --- a/products/onap-casablanca/features/vnfsdk/pom.xml +++ b/products/onap-casablanca/features/vnfsdk/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca-features - 2.0.3 + 2.0.4 cli-products-onap-casablanca-features-vnfsdk diff --git a/products/onap-casablanca/pom.xml b/products/onap-casablanca/pom.xml index d08c4c7e..1e6a4df2 100644 --- a/products/onap-casablanca/pom.xml +++ b/products/onap-casablanca/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.3 + 2.0.4 cli-products-onap-casablanca diff --git a/products/openecomp/auth/pom.xml b/products/openecomp/auth/pom.xml index f204c836..ae4564a1 100644 --- a/products/openecomp/auth/pom.xml +++ b/products/openecomp/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 2.0.3 + 2.0.4 cli-products-openecomp-auth diff --git a/products/openecomp/catalog/pom.xml b/products/openecomp/catalog/pom.xml index 088ef895..0c55a8c5 100644 --- a/products/openecomp/catalog/pom.xml +++ b/products/openecomp/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 2.0.3 + 2.0.4 cli-products-openecomp-catalog diff --git a/products/openecomp/features/aai/pom.xml b/products/openecomp/features/aai/pom.xml index 91ee4606..5f86fcb2 100644 --- a/products/openecomp/features/aai/pom.xml +++ b/products/openecomp/features/aai/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp-features - 2.0.3 + 2.0.4 cli-products-openecomp-features-aai diff --git a/products/openecomp/features/pom.xml b/products/openecomp/features/pom.xml index 4746d4b2..9a175543 100644 --- a/products/openecomp/features/pom.xml +++ b/products/openecomp/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 2.0.3 + 2.0.4 cli-products-openecomp-features diff --git a/products/openecomp/features/sdc/pom.xml b/products/openecomp/features/sdc/pom.xml index aa8f3065..86c0b92b 100644 --- a/products/openecomp/features/sdc/pom.xml +++ b/products/openecomp/features/sdc/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-products-openecomp-features - 2.0.3 + 2.0.4 cli-products-openecomp-features-sdc diff --git a/products/openecomp/pom.xml b/products/openecomp/pom.xml index 83d34324..98b725a9 100644 --- a/products/openecomp/pom.xml +++ b/products/openecomp/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.3 + 2.0.4 cli-products-openecomp diff --git a/products/pom.xml b/products/pom.xml index 7f795f40..3e0d7892 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -19,7 +19,7 @@ org.onap.cli cli - 2.0.3 + 2.0.4 cli-products diff --git a/products/sample/pom.xml b/products/sample/pom.xml index 27431098..d339e439 100644 --- a/products/sample/pom.xml +++ b/products/sample/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.3 + 2.0.4 cli-products-sample diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index 959cfe3e..c4faa90f 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.3 + 2.0.4 cli-profiles-command diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 321970af..d8ea2b49 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.3 + 2.0.4 cli-profiles-http diff --git a/profiles/pom.xml b/profiles/pom.xml index 2601c023..2ddee696 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.3 + 2.0.4 cli-profiles diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 14ab773c..15b52992 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.3 + 2.0.4 cli-profiles-snmp diff --git a/validate/pom.xml b/validate/pom.xml index 9285426e..56370fee 100644 --- a/validate/pom.xml +++ b/validate/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.3 + 2.0.4 cli-validate diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml index 43fad2a7..bf88f98c 100644 --- a/validate/sample-mock-generator/pom.xml +++ b/validate/sample-mock-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 2.0.3 + 2.0.4 cli-sample-mock-generator diff --git a/validate/sample-yaml-generator/pom.xml b/validate/sample-yaml-generator/pom.xml index 427e2020..a2baa08f 100644 --- a/validate/sample-yaml-generator/pom.xml +++ b/validate/sample-yaml-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 2.0.3 + 2.0.4 cli-sample-yaml-generator diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 3b493295..00bf9817 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 2.0.3 + 2.0.4 cli-validation @@ -45,7 +45,7 @@ org.onap.cli - cli-products-onap-beijing-catalog + cli-products-onap-casablanca-catalog ${project.version} diff --git a/version.properties b/version.properties index f4e7474a..5b26e150 100644 --- a/version.properties +++ b/version.properties @@ -16,7 +16,7 @@ major=2 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg