From 6c2f544c9e270f59c69077f8d94a499bfeed1b32 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Wed, 13 Jan 2021 13:40:08 +0100 Subject: Set new version - No Metadata in OnapCommand Info section - Optional parameters with default values are lost after overriding selected parameter Issue-ID: CLI-349 CLI-348 Signed-off-by: Zebek Bogumil Change-Id: I5c1707df114af7eb924e4aac7e7f7981c8b68247 --- Changelog.md | 12 ++++++++++++ deployment/docker/pom.xml | 4 ++-- deployment/pom.xml | 2 +- deployment/zip/pom.xml | 2 +- framework/pom.xml | 4 ++-- grpc/grpc-client/pom.xml | 2 +- grpc/grpc-server/pom.xml | 6 +++--- grpc/grpc-stub/pom.xml | 4 ++-- grpc/pom.xml | 4 ++-- main/pom.xml | 2 +- pom.xml | 2 +- products/etsi-mano/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/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/sdc/pom.xml | 2 +- products/onap-casablanca/features/vnfsdk/pom.xml | 2 +- products/onap-casablanca/pom.xml | 2 +- products/onap-dublin/auth/pom.xml | 2 +- products/onap-dublin/catalog/pom.xml | 2 +- products/onap-dublin/features/aai/pom.xml | 2 +- products/onap-dublin/features/integration/pom.xml | 2 +- products/onap-dublin/features/msb/pom.xml | 2 +- products/onap-dublin/features/multicloud/pom.xml | 2 +- products/onap-dublin/features/policy/pom.xml | 2 +- products/onap-dublin/features/pom.xml | 2 +- products/onap-dublin/features/sdc/pom.xml | 2 +- products/onap-dublin/features/sdnc/pom.xml | 2 +- products/onap-dublin/features/so/pom.xml | 2 +- products/onap-dublin/features/vfc/pom.xml | 2 +- products/onap-dublin/features/vnfsdk/pom.xml | 2 +- products/onap-dublin/pom.xml | 2 +- products/onap-elalto/auth/pom.xml | 2 +- products/onap-elalto/catalog/pom.xml | 2 +- products/onap-elalto/features/aai/pom.xml | 2 +- products/onap-elalto/features/msb/pom.xml | 2 +- products/onap-elalto/features/multicloud/pom.xml | 2 +- products/onap-elalto/features/policy/pom.xml | 2 +- products/onap-elalto/features/pom.xml | 2 +- products/onap-elalto/features/sdc/pom.xml | 2 +- products/onap-elalto/features/sdnc/pom.xml | 2 +- products/onap-elalto/features/so/pom.xml | 2 +- products/onap-elalto/features/vfc/pom.xml | 2 +- products/onap-elalto/features/vnfsdk/pom.xml | 2 +- products/onap-elalto/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 | 4 ++-- products/sample/pom.xml | 2 +- profiles/command/pom.xml | 2 +- profiles/http/pom.xml | 2 +- profiles/pom.xml | 2 +- profiles/robot/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 | 2 +- version.properties | 2 +- 83 files changed, 101 insertions(+), 89 deletions(-) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 00000000..3ae91e4f --- /dev/null +++ b/Changelog.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [6.0.1] + +### Fixed +- Optional parameters with default values are lost after overriding selected parameter. + - https://jira.onap.org/browse/CLI-348 +- No Metadata in OnapCommand Info section. + - https://jira.onap.org/browse/CLI-349 + + diff --git a/deployment/docker/pom.xml b/deployment/docker/pom.xml index e8ae0d40..6ce1122a 100644 --- a/deployment/docker/pom.xml +++ b/deployment/docker/pom.xml @@ -23,12 +23,12 @@ org.onap.cli cli-deployment - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-docker cli/deployment/docker - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT pom diff --git a/deployment/pom.xml b/deployment/pom.xml index cee42e38..dfc6bf2d 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-deployment diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml index 7ba26ae5..276512a8 100644 --- a/deployment/zip/pom.xml +++ b/deployment/zip/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli-deployment - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-zip diff --git a/framework/pom.xml b/framework/pom.xml index 9eb5bf8a..024d1a64 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-framework @@ -46,7 +46,7 @@ org.onap.cli oclip-grpc-client - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT com.esotericsoftware.yamlbeans diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml index d8c011d8..c30a880c 100644 --- a/grpc/grpc-client/pom.xml +++ b/grpc/grpc-client/pom.xml @@ -18,7 +18,7 @@ org.onap.cli oclip-grpc - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT oclip-grpc-client oclip/grpc/client diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml index f0bad23a..6c8bdb25 100644 --- a/grpc/grpc-server/pom.xml +++ b/grpc/grpc-server/pom.xml @@ -18,7 +18,7 @@ org.onap.cli oclip-grpc - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT oclip-grpc-server oclip/grpc/server @@ -42,7 +42,7 @@ org.onap.cli cli-main - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT @@ -88,4 +88,4 @@ - \ No newline at end of file + diff --git a/grpc/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml index 1082cd94..78e825fe 100644 --- a/grpc/grpc-stub/pom.xml +++ b/grpc/grpc-stub/pom.xml @@ -18,7 +18,7 @@ org.onap.cli oclip-grpc - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT oclip-grpc-stub oclip/grpc/stub @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/grpc/pom.xml b/grpc/pom.xml index 4b134cb1..7262f082 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -18,9 +18,9 @@ org.onap.cli cli - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT oclip-grpc pom oclip/grpc diff --git a/main/pom.xml b/main/pom.xml index a0981b02..30d5203e 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-main diff --git a/pom.xml b/pom.xml index ef3ad1e3..67d9c1c4 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.cli cli - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT pom cli diff --git a/products/etsi-mano/pom.xml b/products/etsi-mano/pom.xml index c7d4ad90..94b9a745 100644 --- a/products/etsi-mano/pom.xml +++ b/products/etsi-mano/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-etsi-mano diff --git a/products/onap-amsterdam/auth/pom.xml b/products/onap-amsterdam/auth/pom.xml index a37200c8..65f050c4 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-amsterdam-auth diff --git a/products/onap-amsterdam/catalog/pom.xml b/products/onap-amsterdam/catalog/pom.xml index 0000d80d..6f595773 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-amsterdam-catalog diff --git a/products/onap-amsterdam/features/aai/pom.xml b/products/onap-amsterdam/features/aai/pom.xml index bbca1070..34b3d0e8 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT 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 f76b686c..a95c274b 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-amsterdam-features-msb diff --git a/products/onap-amsterdam/features/pom.xml b/products/onap-amsterdam/features/pom.xml index ea43bc98..8c049be3 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-amsterdam-features diff --git a/products/onap-amsterdam/features/sdc/pom.xml b/products/onap-amsterdam/features/sdc/pom.xml index fc4b36f4..9422234f 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT 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 83f4764a..388bb421 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-amsterdam-features-so diff --git a/products/onap-amsterdam/pom.xml b/products/onap-amsterdam/pom.xml index 2089d472..6dc45d7d 100644 --- a/products/onap-amsterdam/pom.xml +++ b/products/onap-amsterdam/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-amsterdam diff --git a/products/onap-beijing/auth/pom.xml b/products/onap-beijing/auth/pom.xml index 0c679894..b4b7c0e9 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-beijing-auth diff --git a/products/onap-beijing/catalog/pom.xml b/products/onap-beijing/catalog/pom.xml index 8f4fb679..6e3f5d23 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-beijing-catalog diff --git a/products/onap-beijing/features/aai/pom.xml b/products/onap-beijing/features/aai/pom.xml index 043250c8..0b6e43ef 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT 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 986d713e..9aba2384 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT 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 693ae190..74a70dd8 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT 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 c9209367..26e1554e 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-beijing-features-policy diff --git a/products/onap-beijing/features/pom.xml b/products/onap-beijing/features/pom.xml index 26742b30..04837eb9 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-beijing-features diff --git a/products/onap-beijing/features/sdc/pom.xml b/products/onap-beijing/features/sdc/pom.xml index c540fd9e..11b2f391 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT 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 aca06fca..ad56ca28 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-beijing-features-so diff --git a/products/onap-beijing/pom.xml b/products/onap-beijing/pom.xml index 70c41e01..35fc2c32 100644 --- a/products/onap-beijing/pom.xml +++ b/products/onap-beijing/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-beijing diff --git a/products/onap-casablanca/auth/pom.xml b/products/onap-casablanca/auth/pom.xml index b8039c59..2681688c 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-casablanca-auth diff --git a/products/onap-casablanca/catalog/pom.xml b/products/onap-casablanca/catalog/pom.xml index 7f3fa55d..60d77846 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-casablanca-catalog diff --git a/products/onap-casablanca/features/aai/pom.xml b/products/onap-casablanca/features/aai/pom.xml index 90cfe9f7..91a464c0 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT 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 96dbd460..5565deb0 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-casablanca-features-msb diff --git a/products/onap-casablanca/features/pom.xml b/products/onap-casablanca/features/pom.xml index 2100e985..4197515a 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-casablanca-features diff --git a/products/onap-casablanca/features/sdc/pom.xml b/products/onap-casablanca/features/sdc/pom.xml index 65f9d397..e7130884 100644 --- a/products/onap-casablanca/features/sdc/pom.xml +++ b/products/onap-casablanca/features/sdc/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-products-onap-casablanca-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-casablanca-features-sdc diff --git a/products/onap-casablanca/features/vnfsdk/pom.xml b/products/onap-casablanca/features/vnfsdk/pom.xml index daeac704..6ce58a18 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-casablanca-features-vnfsdk diff --git a/products/onap-casablanca/pom.xml b/products/onap-casablanca/pom.xml index c48d31ca..5054f8f5 100644 --- a/products/onap-casablanca/pom.xml +++ b/products/onap-casablanca/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-casablanca diff --git a/products/onap-dublin/auth/pom.xml b/products/onap-dublin/auth/pom.xml index c60a1105..7e840f6c 100644 --- a/products/onap-dublin/auth/pom.xml +++ b/products/onap-dublin/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-auth diff --git a/products/onap-dublin/catalog/pom.xml b/products/onap-dublin/catalog/pom.xml index 20e9949a..d7ccb5a4 100644 --- a/products/onap-dublin/catalog/pom.xml +++ b/products/onap-dublin/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-catalog diff --git a/products/onap-dublin/features/aai/pom.xml b/products/onap-dublin/features/aai/pom.xml index 395228b7..669db288 100644 --- a/products/onap-dublin/features/aai/pom.xml +++ b/products/onap-dublin/features/aai/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-aai diff --git a/products/onap-dublin/features/integration/pom.xml b/products/onap-dublin/features/integration/pom.xml index a2d89fc0..0a5da3a7 100644 --- a/products/onap-dublin/features/integration/pom.xml +++ b/products/onap-dublin/features/integration/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-integration diff --git a/products/onap-dublin/features/msb/pom.xml b/products/onap-dublin/features/msb/pom.xml index 4e468409..4093ce37 100644 --- a/products/onap-dublin/features/msb/pom.xml +++ b/products/onap-dublin/features/msb/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-msb diff --git a/products/onap-dublin/features/multicloud/pom.xml b/products/onap-dublin/features/multicloud/pom.xml index a66e88a8..f9d73153 100644 --- a/products/onap-dublin/features/multicloud/pom.xml +++ b/products/onap-dublin/features/multicloud/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-multicloud diff --git a/products/onap-dublin/features/policy/pom.xml b/products/onap-dublin/features/policy/pom.xml index c54b2aac..d4347011 100644 --- a/products/onap-dublin/features/policy/pom.xml +++ b/products/onap-dublin/features/policy/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-policy diff --git a/products/onap-dublin/features/pom.xml b/products/onap-dublin/features/pom.xml index 81a421ee..cb434980 100644 --- a/products/onap-dublin/features/pom.xml +++ b/products/onap-dublin/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features diff --git a/products/onap-dublin/features/sdc/pom.xml b/products/onap-dublin/features/sdc/pom.xml index b6102c01..cd6d6bcf 100644 --- a/products/onap-dublin/features/sdc/pom.xml +++ b/products/onap-dublin/features/sdc/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-sdc diff --git a/products/onap-dublin/features/sdnc/pom.xml b/products/onap-dublin/features/sdnc/pom.xml index d8aeacc7..50a514e7 100644 --- a/products/onap-dublin/features/sdnc/pom.xml +++ b/products/onap-dublin/features/sdnc/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-sdnc diff --git a/products/onap-dublin/features/so/pom.xml b/products/onap-dublin/features/so/pom.xml index 24635a7f..21b4e5b7 100644 --- a/products/onap-dublin/features/so/pom.xml +++ b/products/onap-dublin/features/so/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-so diff --git a/products/onap-dublin/features/vfc/pom.xml b/products/onap-dublin/features/vfc/pom.xml index 7c022f04..6d403dd4 100644 --- a/products/onap-dublin/features/vfc/pom.xml +++ b/products/onap-dublin/features/vfc/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-vfc diff --git a/products/onap-dublin/features/vnfsdk/pom.xml b/products/onap-dublin/features/vnfsdk/pom.xml index 53c47836..fc9de9ad 100644 --- a/products/onap-dublin/features/vnfsdk/pom.xml +++ b/products/onap-dublin/features/vnfsdk/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin-features-vnfsdk diff --git a/products/onap-dublin/pom.xml b/products/onap-dublin/pom.xml index 23718e12..ddd74fdb 100644 --- a/products/onap-dublin/pom.xml +++ b/products/onap-dublin/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-dublin diff --git a/products/onap-elalto/auth/pom.xml b/products/onap-elalto/auth/pom.xml index 38f74e91..ef307b8e 100644 --- a/products/onap-elalto/auth/pom.xml +++ b/products/onap-elalto/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-auth diff --git a/products/onap-elalto/catalog/pom.xml b/products/onap-elalto/catalog/pom.xml index e91750fe..a496ca83 100644 --- a/products/onap-elalto/catalog/pom.xml +++ b/products/onap-elalto/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-catalog diff --git a/products/onap-elalto/features/aai/pom.xml b/products/onap-elalto/features/aai/pom.xml index ab2e55cc..04a93f17 100644 --- a/products/onap-elalto/features/aai/pom.xml +++ b/products/onap-elalto/features/aai/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-aai diff --git a/products/onap-elalto/features/msb/pom.xml b/products/onap-elalto/features/msb/pom.xml index 32922ea2..4a5548fb 100644 --- a/products/onap-elalto/features/msb/pom.xml +++ b/products/onap-elalto/features/msb/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-msb diff --git a/products/onap-elalto/features/multicloud/pom.xml b/products/onap-elalto/features/multicloud/pom.xml index 383d5a6a..fef9d120 100644 --- a/products/onap-elalto/features/multicloud/pom.xml +++ b/products/onap-elalto/features/multicloud/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-multicloud diff --git a/products/onap-elalto/features/policy/pom.xml b/products/onap-elalto/features/policy/pom.xml index 45d77227..169b2fd7 100644 --- a/products/onap-elalto/features/policy/pom.xml +++ b/products/onap-elalto/features/policy/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-policy diff --git a/products/onap-elalto/features/pom.xml b/products/onap-elalto/features/pom.xml index f492918a..9dc633fb 100644 --- a/products/onap-elalto/features/pom.xml +++ b/products/onap-elalto/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features diff --git a/products/onap-elalto/features/sdc/pom.xml b/products/onap-elalto/features/sdc/pom.xml index 3091d7ce..f11be7a4 100644 --- a/products/onap-elalto/features/sdc/pom.xml +++ b/products/onap-elalto/features/sdc/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-sdc diff --git a/products/onap-elalto/features/sdnc/pom.xml b/products/onap-elalto/features/sdnc/pom.xml index b4562056..42907012 100644 --- a/products/onap-elalto/features/sdnc/pom.xml +++ b/products/onap-elalto/features/sdnc/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-sdnc diff --git a/products/onap-elalto/features/so/pom.xml b/products/onap-elalto/features/so/pom.xml index 5d12988f..75c668ac 100644 --- a/products/onap-elalto/features/so/pom.xml +++ b/products/onap-elalto/features/so/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-so diff --git a/products/onap-elalto/features/vfc/pom.xml b/products/onap-elalto/features/vfc/pom.xml index e501e183..aa86c6ad 100644 --- a/products/onap-elalto/features/vfc/pom.xml +++ b/products/onap-elalto/features/vfc/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-vfc diff --git a/products/onap-elalto/features/vnfsdk/pom.xml b/products/onap-elalto/features/vnfsdk/pom.xml index 37d3779e..eeaf3265 100644 --- a/products/onap-elalto/features/vnfsdk/pom.xml +++ b/products/onap-elalto/features/vnfsdk/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-elalto-features - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto-features-vnfsdk diff --git a/products/onap-elalto/pom.xml b/products/onap-elalto/pom.xml index 181b8e02..72af30cb 100644 --- a/products/onap-elalto/pom.xml +++ b/products/onap-elalto/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-onap-elalto diff --git a/products/openecomp/auth/pom.xml b/products/openecomp/auth/pom.xml index 96cc3822..bbe484fb 100644 --- a/products/openecomp/auth/pom.xml +++ b/products/openecomp/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-openecomp-auth diff --git a/products/openecomp/catalog/pom.xml b/products/openecomp/catalog/pom.xml index fa6159f7..e0d93fd6 100644 --- a/products/openecomp/catalog/pom.xml +++ b/products/openecomp/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-openecomp-catalog diff --git a/products/openecomp/features/aai/pom.xml b/products/openecomp/features/aai/pom.xml index f062cdf1..e1ab36ed 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-openecomp-features-aai diff --git a/products/openecomp/features/pom.xml b/products/openecomp/features/pom.xml index 0deb20ad..341e851d 100644 --- a/products/openecomp/features/pom.xml +++ b/products/openecomp/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-openecomp-features diff --git a/products/openecomp/features/sdc/pom.xml b/products/openecomp/features/sdc/pom.xml index e985129b..723e0f23 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 - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-openecomp-features-sdc diff --git a/products/openecomp/pom.xml b/products/openecomp/pom.xml index df8a84f8..1f585f0a 100644 --- a/products/openecomp/pom.xml +++ b/products/openecomp/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-openecomp diff --git a/products/pom.xml b/products/pom.xml index 02a7f242..0c83efe0 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -19,7 +19,7 @@ org.onap.cli cli - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products @@ -137,4 +137,4 @@ - \ No newline at end of file + diff --git a/products/sample/pom.xml b/products/sample/pom.xml index cab48787..96029288 100644 --- a/products/sample/pom.xml +++ b/products/sample/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-products-sample diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index b2727814..a9568a55 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-profiles-command diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 8d77a306..a89ba75d 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-profiles-http diff --git a/profiles/pom.xml b/profiles/pom.xml index 9ec6adf1..61ae4f5c 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-profiles diff --git a/profiles/robot/pom.xml b/profiles/robot/pom.xml index 0ecd447d..3800f612 100644 --- a/profiles/robot/pom.xml +++ b/profiles/robot/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-profiles-robot diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index e2dd1762..33b84f0f 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-profiles-snmp diff --git a/validate/pom.xml b/validate/pom.xml index fa9a0bc3..5ead8dc8 100644 --- a/validate/pom.xml +++ b/validate/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-validate diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml index 58f246f7..b11de03d 100644 --- a/validate/sample-mock-generator/pom.xml +++ b/validate/sample-mock-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-sample-mock-generator diff --git a/validate/sample-yaml-generator/pom.xml b/validate/sample-yaml-generator/pom.xml index 222b213d..80480915 100644 --- a/validate/sample-yaml-generator/pom.xml +++ b/validate/sample-yaml-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-sample-yaml-generator diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 3d6aedae..d54ba25f 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT cli-validation diff --git a/version.properties b/version.properties index 35decefb..d8f67df6 100644 --- a/version.properties +++ b/version.properties @@ -16,7 +16,7 @@ major=6 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg