From 0c96183a143a91a09e9d0d9b17d00466a83cb855 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Tue, 10 Mar 2020 11:17:55 +0530 Subject: Fix the versioning issue Issue-ID: CLI-257 Change-Id: I194d8389f0d4fef116b9a87d484ad8b78ad401a5 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/docker/pom.xml | 4 ++-- deployment/pom.xml | 2 +- deployment/zip/pom.xml | 2 +- deployment/zip/src/main/release/conf/log4j2.properties | 6 +++--- framework/pom.xml | 4 ++-- framework/src/main/resources/log4j2.properties | 4 ++-- grpc/grpc-client/pom.xml | 2 +- grpc/grpc-client/src/main/resources/log4j2.properties | 4 ++-- grpc/grpc-server/pom.xml | 4 ++-- grpc/grpc-server/src/main/resources/log4j2.properties | 4 ++-- grpc/grpc-stub/pom.xml | 2 +- grpc/pom.xml | 4 ++-- 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/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 | 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 | 2 +- version.properties | 2 +- 84 files changed, 93 insertions(+), 93 deletions(-) diff --git a/deployment/docker/pom.xml b/deployment/docker/pom.xml index c5726757..7a6183cf 100644 --- a/deployment/docker/pom.xml +++ b/deployment/docker/pom.xml @@ -23,12 +23,12 @@ org.onap.cli cli-deployment - 5.0.1 + 5.0.2-SNAPSHOT cli-docker cli/deployment/docker - 5.0.1 + 5.0.2-SNAPSHOT pom diff --git a/deployment/pom.xml b/deployment/pom.xml index e31d7fbc..813df802 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli - 5.0.1 + 5.0.2-SNAPSHOT cli-deployment diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml index b1ec9fc9..3da29fc8 100644 --- a/deployment/zip/pom.xml +++ b/deployment/zip/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli-deployment - 5.0.1 + 5.0.2-SNAPSHOT cli-zip diff --git a/deployment/zip/src/main/release/conf/log4j2.properties b/deployment/zip/src/main/release/conf/log4j2.properties index b8ae7604..5c210867 100644 --- a/deployment/zip/src/main/release/conf/log4j2.properties +++ b/deployment/zip/src/main/release/conf/log4j2.properties @@ -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 diff --git a/framework/pom.xml b/framework/pom.xml index 6d0fe394..7c509d4a 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 5.0.1 + 5.0.2-SNAPSHOT cli-framework @@ -46,7 +46,7 @@ org.onap.cli oclip-grpc-client - 5.0.1 + 5.0.2-SNAPSHOT org.yaml diff --git a/framework/src/main/resources/log4j2.properties b/framework/src/main/resources/log4j2.properties index 2c3eccc8..e62106dc 100644 --- a/framework/src/main/resources/log4j2.properties +++ b/framework/src/main/resources/log4j2.properties @@ -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 diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml index 0b4adfe1..461a0402 100644 --- a/grpc/grpc-client/pom.xml +++ b/grpc/grpc-client/pom.xml @@ -18,7 +18,7 @@ org.onap.cli oclip-grpc - 5.0.1 + 5.0.2-SNAPSHOT oclip-grpc-client oclip/grpc/client diff --git a/grpc/grpc-client/src/main/resources/log4j2.properties b/grpc/grpc-client/src/main/resources/log4j2.properties index 9ccd2266..6b6838cc 100644 --- a/grpc/grpc-client/src/main/resources/log4j2.properties +++ b/grpc/grpc-client/src/main/resources/log4j2.properties @@ -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 diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml index 7196d5b0..e63f1bd8 100644 --- a/grpc/grpc-server/pom.xml +++ b/grpc/grpc-server/pom.xml @@ -18,7 +18,7 @@ org.onap.cli oclip-grpc - 5.0.1 + 5.0.2-SNAPSHOT oclip-grpc-server oclip/grpc/server @@ -42,7 +42,7 @@ org.onap.cli cli-main - 5.0.1 + 5.0.2-SNAPSHOT diff --git a/grpc/grpc-server/src/main/resources/log4j2.properties b/grpc/grpc-server/src/main/resources/log4j2.properties index a766d6f7..b3c38cc3 100644 --- a/grpc/grpc-server/src/main/resources/log4j2.properties +++ b/grpc/grpc-server/src/main/resources/log4j2.properties @@ -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 diff --git a/grpc/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml index 2ee95633..11d0b126 100644 --- a/grpc/grpc-stub/pom.xml +++ b/grpc/grpc-stub/pom.xml @@ -18,7 +18,7 @@ org.onap.cli oclip-grpc - 5.0.1 + 5.0.2-SNAPSHOT oclip-grpc-stub oclip/grpc/stub diff --git a/grpc/pom.xml b/grpc/pom.xml index 1161dbb1..6ad4a47a 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -18,9 +18,9 @@ org.onap.cli cli - 5.0.1 + 5.0.2-SNAPSHOT - 5.0.1 + 5.0.2-SNAPSHOT oclip-grpc pom oclip/grpc diff --git a/main/pom.xml b/main/pom.xml index 3ef01f7b..7d09f9a5 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 5.0.1 + 5.0.2-SNAPSHOT cli-main diff --git a/pom.xml b/pom.xml index 99b7c778..b043573b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.cli cli - 5.0.1 + 5.0.2-SNAPSHOT pom cli diff --git a/products/onap-amsterdam/auth/pom.xml b/products/onap-amsterdam/auth/pom.xml index 98ed99f4..5426c0e0 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-amsterdam-auth diff --git a/products/onap-amsterdam/catalog/pom.xml b/products/onap-amsterdam/catalog/pom.xml index abf42215..407c6b9e 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 - 5.0.1 + 5.0.2-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 15526284..1eda46b2 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 - 5.0.1 + 5.0.2-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 c01e797c..2cc4fa16 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-amsterdam-features-msb diff --git a/products/onap-amsterdam/features/pom.xml b/products/onap-amsterdam/features/pom.xml index 57d8199b..a08af936 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 - 5.0.1 + 5.0.2-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 c76ac252..f975c49c 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 - 5.0.1 + 5.0.2-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 365e7916..edde80bd 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-amsterdam-features-so diff --git a/products/onap-amsterdam/pom.xml b/products/onap-amsterdam/pom.xml index b484ea91..7b239fca 100644 --- a/products/onap-amsterdam/pom.xml +++ b/products/onap-amsterdam/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-amsterdam diff --git a/products/onap-beijing/auth/pom.xml b/products/onap-beijing/auth/pom.xml index 5bd0124d..c836d38d 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-beijing-auth diff --git a/products/onap-beijing/catalog/pom.xml b/products/onap-beijing/catalog/pom.xml index 9b6011e7..0c44d435 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 - 5.0.1 + 5.0.2-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 ed483079..86f36faf 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 - 5.0.1 + 5.0.2-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 65e6c1f0..766cf2d8 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 - 5.0.1 + 5.0.2-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 5e3272ad..76c74eca 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 - 5.0.1 + 5.0.2-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 0bda3a85..468248f1 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-beijing-features-policy diff --git a/products/onap-beijing/features/pom.xml b/products/onap-beijing/features/pom.xml index 74537ba6..9c8724a8 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 - 5.0.1 + 5.0.2-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 6d403ac4..0ea09ae8 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 - 5.0.1 + 5.0.2-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 c8943b67..e51d7c00 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-beijing-features-so diff --git a/products/onap-beijing/pom.xml b/products/onap-beijing/pom.xml index 2dd7ec24..0d5abb14 100644 --- a/products/onap-beijing/pom.xml +++ b/products/onap-beijing/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-beijing diff --git a/products/onap-casablanca/auth/pom.xml b/products/onap-casablanca/auth/pom.xml index fe0089c3..7e8e3b1e 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-casablanca-auth diff --git a/products/onap-casablanca/catalog/pom.xml b/products/onap-casablanca/catalog/pom.xml index 14ba72ad..1099b13d 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 - 5.0.1 + 5.0.2-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 4b37a24f..286bd0ca 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 - 5.0.1 + 5.0.2-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 40e005f1..016c8964 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-casablanca-features-msb diff --git a/products/onap-casablanca/features/pom.xml b/products/onap-casablanca/features/pom.xml index 5d9ee915..7755fe0c 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 - 5.0.1 + 5.0.2-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 4d824430..df4ce2eb 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 - 5.0.1 + 5.0.2-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 ecfbe3f0..7af8737a 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-casablanca-features-vnfsdk diff --git a/products/onap-casablanca/pom.xml b/products/onap-casablanca/pom.xml index abd594b7..426d8367 100644 --- a/products/onap-casablanca/pom.xml +++ b/products/onap-casablanca/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-casablanca diff --git a/products/onap-dublin/auth/pom.xml b/products/onap-dublin/auth/pom.xml index 1b2eea14..ccc83566 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-dublin-auth diff --git a/products/onap-dublin/catalog/pom.xml b/products/onap-dublin/catalog/pom.xml index 0d5fe489..66ec33bb 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 - 5.0.1 + 5.0.2-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 85042d27..600e1702 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 - 5.0.1 + 5.0.2-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 142c2a4e..bdb89d67 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 - 5.0.1 + 5.0.2-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 4d38db8c..06292080 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 - 5.0.1 + 5.0.2-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 1a51c59b..422b3bc1 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 - 5.0.1 + 5.0.2-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 d20e97f0..a98eb2cd 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-dublin-features-policy diff --git a/products/onap-dublin/features/pom.xml b/products/onap-dublin/features/pom.xml index 7b85454f..7d5ae9c7 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 - 5.0.1 + 5.0.2-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 3f1578da..fad675c0 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 - 5.0.1 + 5.0.2-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 2ec5029f..0d46d2e0 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 - 5.0.1 + 5.0.2-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 fb0fbdeb..c1f6a8a9 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 - 5.0.1 + 5.0.2-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 659767f1..63e28d98 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 - 5.0.1 + 5.0.2-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 86147bf7..65bdf035 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-dublin-features-vnfsdk diff --git a/products/onap-dublin/pom.xml b/products/onap-dublin/pom.xml index 7250884a..f9b05dc1 100644 --- a/products/onap-dublin/pom.xml +++ b/products/onap-dublin/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-dublin diff --git a/products/onap-elalto/auth/pom.xml b/products/onap-elalto/auth/pom.xml index 1dee1933..e829d805 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-elalto-auth diff --git a/products/onap-elalto/catalog/pom.xml b/products/onap-elalto/catalog/pom.xml index 5870f081..fe9fbc7b 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 - 5.0.1 + 5.0.2-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 946be46c..34a8a441 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 - 5.0.1 + 5.0.2-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 14d5cfca..d5c0fae5 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 - 5.0.1 + 5.0.2-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 9413164e..438b86aa 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 - 5.0.1 + 5.0.2-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 28a8e22b..56b0d506 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-elalto-features-policy diff --git a/products/onap-elalto/features/pom.xml b/products/onap-elalto/features/pom.xml index af64df9b..1691b38c 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 - 5.0.1 + 5.0.2-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 4d4e793a..9702c3b5 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 - 5.0.1 + 5.0.2-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 bb210050..ce2d0d54 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 - 5.0.1 + 5.0.2-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 9d2d289e..80911e72 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 - 5.0.1 + 5.0.2-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 87aa0624..88f6aac7 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 - 5.0.1 + 5.0.2-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 7a977404..d3476300 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-elalto-features-vnfsdk diff --git a/products/onap-elalto/pom.xml b/products/onap-elalto/pom.xml index 3261fdd8..fae7193e 100644 --- a/products/onap-elalto/pom.xml +++ b/products/onap-elalto/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 5.0.1 + 5.0.2-SNAPSHOT cli-products-onap-elalto diff --git a/products/openecomp/auth/pom.xml b/products/openecomp/auth/pom.xml index 85254c5f..ee611c63 100644 --- a/products/openecomp/auth/pom.xml +++ b/products/openecomp/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 5.0.1 + 5.0.2-SNAPSHOT cli-products-openecomp-auth diff --git a/products/openecomp/catalog/pom.xml b/products/openecomp/catalog/pom.xml index 7d1b7a3d..cac9426b 100644 --- a/products/openecomp/catalog/pom.xml +++ b/products/openecomp/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 5.0.1 + 5.0.2-SNAPSHOT cli-products-openecomp-catalog diff --git a/products/openecomp/features/aai/pom.xml b/products/openecomp/features/aai/pom.xml index 5ba5ee76..a0862a9c 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-openecomp-features-aai diff --git a/products/openecomp/features/pom.xml b/products/openecomp/features/pom.xml index 638fe591..b75a360e 100644 --- a/products/openecomp/features/pom.xml +++ b/products/openecomp/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-openecomp - 5.0.1 + 5.0.2-SNAPSHOT cli-products-openecomp-features diff --git a/products/openecomp/features/sdc/pom.xml b/products/openecomp/features/sdc/pom.xml index 9244f413..c5fc7e0b 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 - 5.0.1 + 5.0.2-SNAPSHOT cli-products-openecomp-features-sdc diff --git a/products/openecomp/pom.xml b/products/openecomp/pom.xml index f8dbaa3d..9eac849e 100644 --- a/products/openecomp/pom.xml +++ b/products/openecomp/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 5.0.1 + 5.0.2-SNAPSHOT cli-products-openecomp diff --git a/products/pom.xml b/products/pom.xml index 00a7fc50..c3240542 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -19,7 +19,7 @@ org.onap.cli cli - 5.0.1 + 5.0.2-SNAPSHOT cli-products diff --git a/products/sample/pom.xml b/products/sample/pom.xml index b67409ca..29e38062 100644 --- a/products/sample/pom.xml +++ b/products/sample/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 5.0.1 + 5.0.2-SNAPSHOT cli-products-sample diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index 96452bf6..c2d74956 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 5.0.1 + 5.0.2-SNAPSHOT cli-profiles-command diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index e4294842..3410b634 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 5.0.1 + 5.0.2-SNAPSHOT cli-profiles-http diff --git a/profiles/pom.xml b/profiles/pom.xml index ef41731f..dfebc61f 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 5.0.1 + 5.0.2-SNAPSHOT cli-profiles diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index cd1972f3..fa108815 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 5.0.1 + 5.0.2-SNAPSHOT cli-profiles-snmp diff --git a/validate/pom.xml b/validate/pom.xml index a8164fda..f7f790df 100644 --- a/validate/pom.xml +++ b/validate/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 5.0.1 + 5.0.2-SNAPSHOT cli-validate diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml index db964563..025f6bd8 100644 --- a/validate/sample-mock-generator/pom.xml +++ b/validate/sample-mock-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 5.0.1 + 5.0.2-SNAPSHOT cli-sample-mock-generator diff --git a/validate/sample-yaml-generator/pom.xml b/validate/sample-yaml-generator/pom.xml index ad4ee4e8..a36a1a42 100644 --- a/validate/sample-yaml-generator/pom.xml +++ b/validate/sample-yaml-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 5.0.1 + 5.0.2-SNAPSHOT cli-sample-yaml-generator diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index fde2f5e0..e934878e 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 5.0.1 + 5.0.2-SNAPSHOT cli-validation diff --git a/version.properties b/version.properties index 9f180319..d9f1b3d2 100644 --- a/version.properties +++ b/version.properties @@ -16,7 +16,7 @@ major=5 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg