diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-27 06:17:38 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-27 06:17:38 +0530 |
commit | d7cc788c0513a1b8deff1297b7476809867558f1 (patch) | |
tree | 5d2cb7b23aba3066e21ccaed130cb929b4596060 /bpmn/MSOCommonBPMN/pom.xml | |
parent | 53af118db25d8ae931c8a50c283e8c7caf1038f3 (diff) |
Fix sdc-tosca version
Fix sdc-tosca version.
Change-Id: I8529162004b408238c260d48c560c799c5f41508
Issue-ID: SO-1252
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index ee4dab4d8c..42e9cb6d92 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -321,7 +321,7 @@ <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.4.1</version> + <version>1.4.4</version> </dependency> <dependency> <groupId>org.onap.sdc.jtosca</groupId> |