diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-11-16 10:14:57 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-11-16 10:31:38 +0530 |
commit | baf72ac67d8a3bce23e56a5f7be9c9008c3ce517 (patch) | |
tree | 150b3b42a58923f5880362f1b6613f321034b587 /bpmn/MSOCommonBPMN/pom.xml | |
parent | 9b1133a951cb2e38011eb3fedae41ae299b9b2dc (diff) |
Update the version.properties
IssueId: SO-346
Change-Id: Ib18e075a6074b59170cdb26f60260dd5882886d8
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index c0e657479f..f0b7371a75 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -452,12 +452,12 @@ <dependency> <groupId>org.openecomp.appc.client</groupId> <artifactId>client-kit</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </dependency> <dependency> <groupId>org.openecomp.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |