diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-11-03 10:26:29 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-11-03 10:29:27 +0530 |
commit | a6b45469e9b5a7b05a6e0afd86860c2ee1e9944f (patch) | |
tree | a2bf1a529caeafbfb89285f08aa40b80205303e2 | |
parent | d131994090551043501ef49856e985662b2aec9c (diff) |
Fix for the snapshot solution for the MSB
IssueId: SO-286
Change-Id: Id43450e148dff31389a82c5a0e3695a9bb5028d7
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index 1891c62f4a..5ba7c3aae2 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -428,7 +428,7 @@ <dependency>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>com.eclipsesource.jaxrs</groupId>
|