From 6c2ce9e3eee61fd9ec84594c0284f6d5b94fa925 Mon Sep 17 00:00:00 2001 From: ottero Date: Thu, 6 Jun 2019 13:46:11 +0000 Subject: Fixing restconf_client.py script The restconf_client.py script uses BlueprintWebClientService to send REST requests to ODL. When the methods of that interface have the type of the returns changed from String to WebClientResponse, the script stopped working. This fix changes the way the response is manipulated, to act upon a WebClientResponse and not on a String Change-Id: I3876c5b27d65058f0b5b77da17f9225fc04779c6 Issue-ID: CCSDK-1384 Signed-off-by: ottero --- cds-ui/application/pom.xml | 4 ++-- cds-ui/client/pom.xml | 4 ++-- cds-ui/pom.xml | 2 +- cds-ui/server/pom.xml | 4 ++-- components/model-catalog/proto-definition/pom.xml | 4 ++-- components/parent/pom.xml | 2 +- components/pom.xml | 2 +- components/scripts/python/ccsdk_restconf/restconf_client.py | 2 +- ms/blueprintsprocessor/application/pom.xml | 2 +- ms/blueprintsprocessor/distribution/pom.xml | 2 +- ms/blueprintsprocessor/functions/cli-executor/pom.xml | 2 +- ms/blueprintsprocessor/functions/netconf-executor/pom.xml | 2 +- ms/blueprintsprocessor/functions/pom.xml | 2 +- ms/blueprintsprocessor/functions/python-executor/pom.xml | 2 +- ms/blueprintsprocessor/functions/resource-resolution/pom.xml | 2 +- ms/blueprintsprocessor/functions/restconf-executor/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/processor-core/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 2 +- ms/blueprintsprocessor/modules/inbounds/pom.xml | 2 +- ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml | 2 +- ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 2 +- ms/blueprintsprocessor/modules/outbounds/pom.xml | 2 +- ms/blueprintsprocessor/modules/pom.xml | 2 +- ms/blueprintsprocessor/modules/services/execution-service/pom.xml | 2 +- ms/blueprintsprocessor/modules/services/pom.xml | 2 +- ms/blueprintsprocessor/modules/services/workflow-service/pom.xml | 2 +- ms/blueprintsprocessor/parent/pom.xml | 2 +- ms/blueprintsprocessor/pom.xml | 2 +- ms/command-executor/pom.xml | 2 +- ms/controllerblueprints/application/pom.xml | 2 +- ms/controllerblueprints/distribution/pom.xml | 2 +- ms/controllerblueprints/modules/blueprint-core/pom.xml | 2 +- ms/controllerblueprints/modules/blueprint-scripts/pom.xml | 2 +- ms/controllerblueprints/modules/blueprint-validation/pom.xml | 2 +- ms/controllerblueprints/modules/db-resources/pom.xml | 2 +- ms/controllerblueprints/modules/pom.xml | 2 +- ms/controllerblueprints/modules/resource-dict/pom.xml | 2 +- ms/controllerblueprints/modules/service/pom.xml | 2 +- ms/controllerblueprints/parent/pom.xml | 2 +- ms/controllerblueprints/pom.xml | 4 ++-- ms/pom.xml | 4 ++-- ms/sdclistener/application/pom.xml | 4 ++-- ms/sdclistener/distribution/pom.xml | 2 +- ms/sdclistener/parent/pom.xml | 2 +- ms/sdclistener/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 51 files changed, 58 insertions(+), 58 deletions(-) diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 9b397e119..aadcb2d02 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -24,12 +24,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT .. application - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT pom cds-ui-application diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 777231440..6bb571390 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -24,12 +24,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT .. ui-client - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT pom cds-ui-client diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index a248dfd8e..7f025287c 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT pom cds-ui-parent diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index ecf9811e9..fedafa55d 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -24,12 +24,12 @@ limitations under the License. org.onap.ccsdk.cds ui - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT .. ui-server - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT pom cds-ui-server diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml index 1c73eec85..82504fd5c 100644 --- a/components/model-catalog/proto-definition/pom.xml +++ b/components/model-catalog/proto-definition/pom.xml @@ -20,13 +20,13 @@ org.onap.ccsdk.cds parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../../../ org.onap.ccsdk.cds.components proto-definition - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT jar Controller Blueprints Proto Definition diff --git a/components/parent/pom.xml b/components/parent/pom.xml index f5dc57323..2a0ae8288 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds components - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT org.onap.ccsdk.cds.components parent diff --git a/components/pom.xml b/components/pom.xml index eba70c2c7..ac34127df 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 components diff --git a/components/scripts/python/ccsdk_restconf/restconf_client.py b/components/scripts/python/ccsdk_restconf/restconf_client.py index 92069c571..6d18b03c5 100644 --- a/components/scripts/python/ccsdk_restconf/restconf_client.py +++ b/components/scripts/python/ccsdk_restconf/restconf_client.py @@ -47,7 +47,7 @@ class RestconfClient: expected_result = '"netconf-node-topology:connection-status":"connected"' while counter < self.__odl_status_check_limit: result = web_client_service.exchangeResource("GET", url, "") - if expected_result in result: + if expected_result in result.body: self.__log.info("NF was mounted successfully on ODL") return None sleep(self.__odl_status_check_pause) diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 44247e197..b38695e76 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent application diff --git a/ms/blueprintsprocessor/distribution/pom.xml b/ms/blueprintsprocessor/distribution/pom.xml index 7331bd4db..0fbea4836 100755 --- a/ms/blueprintsprocessor/distribution/pom.xml +++ b/ms/blueprintsprocessor/distribution/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent distribution diff --git a/ms/blueprintsprocessor/functions/cli-executor/pom.xml b/ms/blueprintsprocessor/functions/cli-executor/pom.xml index eea5a8f0d..7e2715263 100644 --- a/ms/blueprintsprocessor/functions/cli-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/cli-executor/pom.xml @@ -18,7 +18,7 @@ functions org.onap.ccsdk.cds.blueprintsprocessor - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 cli-executor diff --git a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml index 793f1e8a9..f8ea95464 100644 --- a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml @@ -18,7 +18,7 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index 43cf0c966..74edd3828 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent 4.0.0 diff --git a/ms/blueprintsprocessor/functions/python-executor/pom.xml b/ms/blueprintsprocessor/functions/python-executor/pom.xml index 1a6f7505c..9aea1a83e 100644 --- a/ms/blueprintsprocessor/functions/python-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/python-executor/pom.xml @@ -18,7 +18,7 @@ functions org.onap.ccsdk.cds.blueprintsprocessor - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 diff --git a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml index 8add127d4..1126db869 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml +++ b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds.blueprintsprocessor functions - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions resource-resolution diff --git a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml index aa1802db5..7e83e4050 100644 --- a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml @@ -18,7 +18,7 @@ functions org.onap.ccsdk.cds.blueprintsprocessor - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 0b91889db..5d8536c34 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT db-lib diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index a2a75ea8c..a408d491f 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT dmaap-lib diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index 505e4964f..8272122bb 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -18,7 +18,7 @@ commons org.onap.ccsdk.cds.blueprintsprocessor - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index c2a77773d..c28e7b0c9 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT commons diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index 6d75c4ff0..a8ed7303f 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT processor-core diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 7f280e183..5081674d7 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor commons - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT rest-lib diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 9bd15a278..65a3ade98 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT inbounds diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index c272cdb67..de78ddeb0 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT resource-api diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 38e5b1021..5ba1fdd7a 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT selfservice-api diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml b/ms/blueprintsprocessor/modules/outbounds/pom.xml index a255e8160..f64d847c2 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT outbounds diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 73d14ef24..00ba7d33a 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.blueprintsprocessor parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 4c51d2cd1..746c334cf 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.blueprintsprocessor services - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT execution-service diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index dd67af797..44db22c74 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.cds.blueprintsprocessor modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT services diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index 3541ffdc3..94611acf2 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds.blueprintsprocessor services - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index c270585ff..b20fb04c0 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds blueprintsprocessor - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor parent diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml index 2422d3963..4d75fb791 100755 --- a/ms/blueprintsprocessor/pom.xml +++ b/ms/blueprintsprocessor/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds ms - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT .. blueprintsprocessor diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index cff4332f1..4959498ee 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds ms - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT .. command-executor diff --git a/ms/controllerblueprints/application/pom.xml b/ms/controllerblueprints/application/pom.xml index e2515ad34..3789244e5 100644 --- a/ms/controllerblueprints/application/pom.xml +++ b/ms/controllerblueprints/application/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.controllerblueprints parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent application diff --git a/ms/controllerblueprints/distribution/pom.xml b/ms/controllerblueprints/distribution/pom.xml index 0cde2a842..d315b282c 100755 --- a/ms/controllerblueprints/distribution/pom.xml +++ b/ms/controllerblueprints/distribution/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.controllerblueprints parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent distribution diff --git a/ms/controllerblueprints/modules/blueprint-core/pom.xml b/ms/controllerblueprints/modules/blueprint-core/pom.xml index b57021a72..2abad285b 100644 --- a/ms/controllerblueprints/modules/blueprint-core/pom.xml +++ b/ms/controllerblueprints/modules/blueprint-core/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.controllerblueprints modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT blueprint-core Controller Blueprints Core diff --git a/ms/controllerblueprints/modules/blueprint-scripts/pom.xml b/ms/controllerblueprints/modules/blueprint-scripts/pom.xml index 83046037b..65d692f31 100644 --- a/ms/controllerblueprints/modules/blueprint-scripts/pom.xml +++ b/ms/controllerblueprints/modules/blueprint-scripts/pom.xml @@ -18,7 +18,7 @@ modules org.onap.ccsdk.cds.controllerblueprints - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 blueprint-scripts diff --git a/ms/controllerblueprints/modules/blueprint-validation/pom.xml b/ms/controllerblueprints/modules/blueprint-validation/pom.xml index 3c3dd872b..02d25075a 100644 --- a/ms/controllerblueprints/modules/blueprint-validation/pom.xml +++ b/ms/controllerblueprints/modules/blueprint-validation/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.controllerblueprints modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT blueprint-validation Controller Blueprints Validation Service diff --git a/ms/controllerblueprints/modules/db-resources/pom.xml b/ms/controllerblueprints/modules/db-resources/pom.xml index 4ed7dfd02..d3d48fabe 100644 --- a/ms/controllerblueprints/modules/db-resources/pom.xml +++ b/ms/controllerblueprints/modules/db-resources/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.controllerblueprints modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT db-resources Controller Blueprints DB Resources diff --git a/ms/controllerblueprints/modules/pom.xml b/ms/controllerblueprints/modules/pom.xml index 7600eb8ea..8039fcb8d 100644 --- a/ms/controllerblueprints/modules/pom.xml +++ b/ms/controllerblueprints/modules/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.cds.controllerblueprints parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent modules diff --git a/ms/controllerblueprints/modules/resource-dict/pom.xml b/ms/controllerblueprints/modules/resource-dict/pom.xml index e497ac30f..425c8ee34 100644 --- a/ms/controllerblueprints/modules/resource-dict/pom.xml +++ b/ms/controllerblueprints/modules/resource-dict/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.controllerblueprints modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT resource-dict Controller Blueprints Resource Dictionary diff --git a/ms/controllerblueprints/modules/service/pom.xml b/ms/controllerblueprints/modules/service/pom.xml index 400aa6799..41e7515a9 100644 --- a/ms/controllerblueprints/modules/service/pom.xml +++ b/ms/controllerblueprints/modules/service/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.cds.controllerblueprints modules - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT service Controller Blueprints Service diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index 1dd4ca6a7..4b920181d 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds controllerblueprints - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT org.onap.ccsdk.cds.controllerblueprints parent diff --git a/ms/controllerblueprints/pom.xml b/ms/controllerblueprints/pom.xml index c579c9668..b9148449a 100644 --- a/ms/controllerblueprints/pom.xml +++ b/ms/controllerblueprints/pom.xml @@ -18,13 +18,13 @@ org.onap.ccsdk.cds ms - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT .. 4.0.0 controllerblueprints Controller Blueprints Root - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ControllerBlueprints UTF-8 diff --git a/ms/pom.xml b/ms/pom.xml index f5c73af3a..591f89629 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT .. ms - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT pom Micro-services Root diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index aa9019634..a15ed3486 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -19,13 +19,13 @@ org.onap.ccsdk.cds.sdclistener parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent application jar - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT SDC Listener Application diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index 466afaaea..4bdc8d817 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds.sdclistener parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT ../parent distribution diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index fc87df3fa..f06c85bcd 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.cds sdclistener - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT org.onap.ccsdk.cds.sdclistener parent diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index 2c931ae0f..1f0482bb8 100644 --- a/ms/sdclistener/pom.xml +++ b/ms/sdclistener/pom.xml @@ -19,7 +19,7 @@ org.onap.ccsdk.cds ms - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index f858306cd..e861f6ffb 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.ccsdk.cds parent - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT pom cds-parent diff --git a/version.properties b/version.properties index ec907de73..4ef40c9f6 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=0 sprint_number=4 -feature_revision=4 +feature_revision=5 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg