diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-07-06 19:53:21 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-07-06 19:53:21 +0000 |
commit | 66c67209085831429840379bffb7c1c81b086f0f (patch) | |
tree | 00ea6f18dcad9b9cbd02934f7f5a41b66eb45d10 /ms/blueprintsprocessor/modules/services | |
parent | d4e5aa677fa2675bbcec15efad07340c22cac5f6 (diff) |
Release ccsdk/cds0.7.5
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 1adcb6b52..acd924924 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>services</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> </parent> <artifactId>execution-service</artifactId> diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 7c8f0fcb2..8e302af05 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>modules</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</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 b96a80b6c..5ca24e672 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>services</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> </parent> <artifactId>workflow-service</artifactId> |