From b1fa69f83a75f1372bac906a9e4c3a53bf092f56 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 6 Sep 2018 10:08:29 +0530 Subject: [PATCH] OCLIP: Bump version for release Issue-ID: CLI-122 Change-Id: I87f707bbb19a8fdd2717fc941aad23eaca7d5824 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 | 3 +-- main/pom.xml | 2 +- pom.xml | 2 +- products/onap-amsterdam/auth/pom.xml | 2 +- products/onap-amsterdam/catalog/pom.xml | 2 +- products/onap-amsterdam/features/aai/pom.xml | 2 +- products/onap-amsterdam/features/msb/pom.xml | 2 +- products/onap-amsterdam/features/pom.xml | 2 +- products/onap-amsterdam/features/sdc/pom.xml | 2 +- products/onap-amsterdam/features/so/pom.xml | 2 +- products/onap-amsterdam/pom.xml | 2 +- products/onap-beijing/auth/pom.xml | 2 +- products/onap-beijing/catalog/pom.xml | 2 +- products/onap-beijing/features/aai/pom.xml | 2 +- products/onap-beijing/features/appc/pom.xml | 2 +- products/onap-beijing/features/msb/pom.xml | 2 +- products/onap-beijing/features/policy/pom.xml | 2 +- products/onap-beijing/features/pom.xml | 2 +- products/onap-beijing/features/sdc/pom.xml | 2 +- products/onap-beijing/features/so/pom.xml | 2 +- products/onap-beijing/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 | 37 +-------------------------- 43 files changed, 43 insertions(+), 79 deletions(-) diff --git a/deployment/docker/pom.xml b/deployment/docker/pom.xml index 75fb3059..3b0d4512 100644 --- a/deployment/docker/pom.xml +++ b/deployment/docker/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli-deployment - 2.0.2 + 2.0.3 cli-docker diff --git a/deployment/pom.xml b/deployment/pom.xml index 2810b7a5..27a4d1d0 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli - 2.0.2 + 2.0.3 cli-deployment diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml index fa370ebb..e3036abe 100644 --- a/deployment/zip/pom.xml +++ b/deployment/zip/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli-deployment - 2.0.2 + 2.0.3 cli-zip diff --git a/framework/pom.xml b/framework/pom.xml index ce290246..1b7614e8 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.2 + 2.0.3 cli-framework diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml index 412c5c90..21856479 100644 --- a/grpc/grpc-server/pom.xml +++ b/grpc/grpc-server/pom.xml @@ -32,7 +32,7 @@ org.onap.cli cli-main - 2.0.2 + 2.0.3 diff --git a/grpc/pom.xml b/grpc/pom.xml index cea7d4b7..7bc3d77d 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -18,8 +18,7 @@ org.onap.cli cli - 2.0.2 - .. + 2.0.3 1.0.0 oclip-grpc diff --git a/main/pom.xml b/main/pom.xml index 2dc18671..31200fe0 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.2 + 2.0.3 cli-main diff --git a/pom.xml b/pom.xml index 20c192b7..d0d864a8 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.cli cli - 2.0.2 + 2.0.3 pom cli diff --git a/products/onap-amsterdam/auth/pom.xml b/products/onap-amsterdam/auth/pom.xml index e067b77f..d6b1c43e 100644 --- a/products/onap-amsterdam/auth/pom.xml +++ b/products/onap-amsterdam/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-amsterdam - 2.0.2 + 2.0.3 cli-products-onap-amsterdam-auth diff --git a/products/onap-amsterdam/catalog/pom.xml b/products/onap-amsterdam/catalog/pom.xml index a475d214..a7afa9bb 100644 --- a/products/onap-amsterdam/catalog/pom.xml +++ b/products/onap-amsterdam/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-amsterdam - 2.0.2 + 2.0.3 cli-products-onap-amsterdam-catalog diff --git a/products/onap-amsterdam/features/aai/pom.xml b/products/onap-amsterdam/features/aai/pom.xml index 65e96092..b68499e7 100644 --- a/products/onap-amsterdam/features/aai/pom.xml +++ b/products/onap-amsterdam/features/aai/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-amsterdam-features - 2.0.2 + 2.0.3 cli-products-onap-amsterdam-features-aai diff --git a/products/onap-amsterdam/features/msb/pom.xml b/products/onap-amsterdam/features/msb/pom.xml index cf26c008..7e9f7ce9 100644 --- a/products/onap-amsterdam/features/msb/pom.xml +++ b/products/onap-amsterdam/features/msb/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-amsterdam-features - 2.0.2 + 2.0.3 cli-products-onap-amsterdam-features-msb diff --git a/products/onap-amsterdam/features/pom.xml b/products/onap-amsterdam/features/pom.xml index 6de253bf..f2f4f6ae 100644 --- a/products/onap-amsterdam/features/pom.xml +++ b/products/onap-amsterdam/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-amsterdam - 2.0.2 + 2.0.3 cli-products-onap-amsterdam-features diff --git a/products/onap-amsterdam/features/sdc/pom.xml b/products/onap-amsterdam/features/sdc/pom.xml index f8142088..ae0cab77 100644 --- a/products/onap-amsterdam/features/sdc/pom.xml +++ b/products/onap-amsterdam/features/sdc/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-products-onap-amsterdam-features - 2.0.2 + 2.0.3 cli-products-onap-amsterdam-features-sdc diff --git a/products/onap-amsterdam/features/so/pom.xml b/products/onap-amsterdam/features/so/pom.xml index 7113cec6..5beb19ec 100644 --- a/products/onap-amsterdam/features/so/pom.xml +++ b/products/onap-amsterdam/features/so/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-amsterdam-features - 2.0.2 + 2.0.3 cli-products-onap-amsterdam-features-so diff --git a/products/onap-amsterdam/pom.xml b/products/onap-amsterdam/pom.xml index 8b44511c..f30a2c4a 100644 --- a/products/onap-amsterdam/pom.xml +++ b/products/onap-amsterdam/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.2 + 2.0.3 cli-products-onap-amsterdam diff --git a/products/onap-beijing/auth/pom.xml b/products/onap-beijing/auth/pom.xml index 7e0eab9c..3f7d5d63 100644 --- a/products/onap-beijing/auth/pom.xml +++ b/products/onap-beijing/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-beijing - 2.0.2 + 2.0.3 cli-products-onap-beijing-auth diff --git a/products/onap-beijing/catalog/pom.xml b/products/onap-beijing/catalog/pom.xml index 41b8730a..0215fbbe 100644 --- a/products/onap-beijing/catalog/pom.xml +++ b/products/onap-beijing/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-beijing - 2.0.2 + 2.0.3 cli-products-onap-beijing-catalog diff --git a/products/onap-beijing/features/aai/pom.xml b/products/onap-beijing/features/aai/pom.xml index d382781f..95e2aa1d 100644 --- a/products/onap-beijing/features/aai/pom.xml +++ b/products/onap-beijing/features/aai/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-beijing-features - 2.0.2 + 2.0.3 cli-products-onap-beijing-features-aai diff --git a/products/onap-beijing/features/appc/pom.xml b/products/onap-beijing/features/appc/pom.xml index ea432380..6b157c29 100644 --- a/products/onap-beijing/features/appc/pom.xml +++ b/products/onap-beijing/features/appc/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-beijing-features - 2.0.2 + 2.0.3 cli-products-onap-beijing-features-appc diff --git a/products/onap-beijing/features/msb/pom.xml b/products/onap-beijing/features/msb/pom.xml index a75190bb..130cac07 100644 --- a/products/onap-beijing/features/msb/pom.xml +++ b/products/onap-beijing/features/msb/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-beijing-features - 2.0.2 + 2.0.3 cli-products-onap-beijing-features-msb diff --git a/products/onap-beijing/features/policy/pom.xml b/products/onap-beijing/features/policy/pom.xml index bd007801..d6b25b1a 100644 --- a/products/onap-beijing/features/policy/pom.xml +++ b/products/onap-beijing/features/policy/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-beijing-features - 2.0.2 + 2.0.3 cli-products-onap-beijing-features-policy diff --git a/products/onap-beijing/features/pom.xml b/products/onap-beijing/features/pom.xml index 69b18a93..3c9ac625 100644 --- a/products/onap-beijing/features/pom.xml +++ b/products/onap-beijing/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-beijing - 2.0.2 + 2.0.3 cli-products-onap-beijing-features diff --git a/products/onap-beijing/features/sdc/pom.xml b/products/onap-beijing/features/sdc/pom.xml index 4cfea41b..e81e4e04 100644 --- a/products/onap-beijing/features/sdc/pom.xml +++ b/products/onap-beijing/features/sdc/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-products-onap-beijing-features - 2.0.2 + 2.0.3 cli-products-onap-beijing-features-sdc diff --git a/products/onap-beijing/features/so/pom.xml b/products/onap-beijing/features/so/pom.xml index 9109a843..c2fcb77b 100644 --- a/products/onap-beijing/features/so/pom.xml +++ b/products/onap-beijing/features/so/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-beijing-features - 2.0.2 + 2.0.3 cli-products-onap-beijing-features-so diff --git a/products/onap-beijing/pom.xml b/products/onap-beijing/pom.xml index 5726feb5..c0d38844 100644 --- a/products/onap-beijing/pom.xml +++ b/products/onap-beijing/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.2 + 2.0.3 cli-products-onap-beijing diff --git a/products/onap-casablanca/pom.xml b/products/onap-casablanca/pom.xml index 286c13af..de003b5d 100644 --- a/products/onap-casablanca/pom.xml +++ b/products/onap-casablanca/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.2 + 2.0.3 cli-products-onap-casablanca diff --git a/products/openecomp/auth/pom.xml b/products/openecomp/auth/pom.xml index f72dd135..f204c836 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.2 + 2.0.3 cli-products-openecomp-auth diff --git a/products/openecomp/catalog/pom.xml b/products/openecomp/catalog/pom.xml index 033a996b..088ef895 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.2 + 2.0.3 cli-products-openecomp-catalog diff --git a/products/openecomp/features/aai/pom.xml b/products/openecomp/features/aai/pom.xml index 8f5ad2ee..91ee4606 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.2 + 2.0.3 cli-products-openecomp-features-aai diff --git a/products/openecomp/features/pom.xml b/products/openecomp/features/pom.xml index 4f5d6783..4746d4b2 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.2 + 2.0.3 cli-products-openecomp-features diff --git a/products/openecomp/features/sdc/pom.xml b/products/openecomp/features/sdc/pom.xml index 78c12712..aa8f3065 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.2 + 2.0.3 cli-products-openecomp-features-sdc diff --git a/products/openecomp/pom.xml b/products/openecomp/pom.xml index 269cadca..83d34324 100644 --- a/products/openecomp/pom.xml +++ b/products/openecomp/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.2 + 2.0.3 cli-products-openecomp diff --git a/products/pom.xml b/products/pom.xml index e28d0bd3..e3479096 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -19,7 +19,7 @@ org.onap.cli cli - 2.0.2 + 2.0.3 cli-products diff --git a/products/sample/pom.xml b/products/sample/pom.xml index f7d59086..27431098 100644 --- a/products/sample/pom.xml +++ b/products/sample/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.2 + 2.0.3 cli-products-sample diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index 50d3e171..959cfe3e 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.2 + 2.0.3 cli-profiles-command diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index a499feb2..321970af 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.2 + 2.0.3 cli-profiles-http diff --git a/profiles/pom.xml b/profiles/pom.xml index e3a0dadf..2601c023 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.2 + 2.0.3 cli-profiles diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 676c54c0..14ab773c 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.2 + 2.0.3 cli-profiles-snmp diff --git a/validate/pom.xml b/validate/pom.xml index 7cc11274..9285426e 100644 --- a/validate/pom.xml +++ b/validate/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.2 + 2.0.3 cli-validate diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml index a0d6afd5..43fad2a7 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.2 + 2.0.3 cli-sample-mock-generator diff --git a/validate/sample-yaml-generator/pom.xml b/validate/sample-yaml-generator/pom.xml index f9050e15..427e2020 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.2 + 2.0.3 cli-sample-yaml-generator diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 05711664..3b493295 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 2.0.2 + 2.0.3 cli-validation @@ -48,41 +48,6 @@ cli-products-onap-beijing-catalog ${project.version} - - org.onap.cli - cli-products-onap-beijing-auth - ${project.version} - - - org.onap.cli - cli-products-onap-beijing-features-so - ${project.version} - - - org.onap.cli - cli-products-onap-beijing-features-sdc - ${project.version} - - - org.onap.cli - cli-products-onap-beijing-features-msb - ${project.version} - - - org.onap.cli - cli-products-onap-beijing-features-aai - ${project.version} - - - org.onap.cli - cli-products-onap-beijing-features-appc - ${project.version} - - - org.onap.cli - cli-products-onap-beijing-features-policy - ${project.version} - commons-io commons-io -- 2.16.6