diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-27 20:11:12 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-27 20:11:12 +0000 |
commit | cdfe815cb5490610d26c4bede16a261095dda4e7 (patch) | |
tree | cbc4c44ebbd81e1756384dd42f2af147186d5b90 /ms/blueprintsprocessor/modules/services | |
parent | 0f439087dec9680c3564d2639de39cd04436f38e (diff) |
Release ccsdk/cds0.6.0
Diffstat (limited to 'ms/blueprintsprocessor/modules/services')
3 files changed, 3 insertions, 3 deletions
diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 3b90898f4..731fe6178 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>services</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> </parent> <artifactId>execution-service</artifactId> diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 2c5b3ae6a..82399c023 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>modules</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> </parent> <artifactId>services</artifactId> diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index 28934f8ec..a8ebd8d4b 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>services</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> </parent> <modelVersion>4.0.0</modelVersion> |