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/functions/restconf-executor | |
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/functions/restconf-executor')
-rw-r--r-- | ms/blueprintsprocessor/functions/restconf-executor/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml index 9d2fa91e6..5e5c720c5 100644 --- a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>functions</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId> <artifactId>restconf-executor</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.7.5-SNAPSHOT</version> <name>Blueprints Processor Function - Restconf Executor</name> <description>Blueprints Processor Function - Restconf Executor</description> |