diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-11-03 10:01:10 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-11-03 10:01:10 +0530 |
commit | d131994090551043501ef49856e985662b2aec9c (patch) | |
tree | 80525b8e894225f539767e8c8804bca68f0de086 | |
parent | 647f18788fe70fa03848b4657b8c1ac194d25870 (diff) |
Fix for the snapshot solution for the AAI
IssueId: SO-286
Change-Id: Ifecb18013568608edb4d931d23d4df8ae629102e
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
-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 a54ff91f55..e5becbf6cc 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -491,7 +491,7 @@ <dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</dependency>
|