diff options
author | Dan Timoney <dtimoney@att.com> | 2020-07-06 12:45:48 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-07-06 12:45:48 -0400 |
commit | d4e5aa677fa2675bbcec15efad07340c22cac5f6 (patch) | |
tree | e812354c449bd9695fe6622d1ea5aae3229f776c /ms/blueprintsprocessor/modules/services | |
parent | 3b346af513694c07a3cb57734c8b881677c595f6 (diff) |
Roll version to latest Frankfurt snapshot
Roll versions to latest Frankfurt snapshot
Issue-ID: CCSDK-2519
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I440fb78baad8dd3a607599556e712df61d12f6a1
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 38527c628..1adcb6b52 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.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> </parent> <artifactId>execution-service</artifactId> diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 125f092e6..7c8f0fcb2 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.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</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 e60cd7783..b96a80b6c 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.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> </parent> <artifactId>workflow-service</artifactId> |