diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-07 20:17:26 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-07 20:17:26 +0000 |
commit | c9b15ce818e0d93c0dd2564ac1f7a94b1f10eb5b (patch) | |
tree | 3a4f1c109dd9a859ea4a7655a3d19e49486f71c5 /ms/blueprintsprocessor/modules/services | |
parent | 45bdf840d3e0380e30cf77c29eb084bc7adce308 (diff) |
Release ccsdk/cds0.5.1
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 5d61a7987..83a27b467 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.5.1-SNAPSHOT</version> + <version>0.5.1</version> </parent> <artifactId>execution-service</artifactId> diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 0c79fb935..62483263c 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.5.1-SNAPSHOT</version> + <version>0.5.1</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 d7d014036..6cb422962 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.5.1-SNAPSHOT</version> + <version>0.5.1</version> </parent> <modelVersion>4.0.0</modelVersion> |