diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-10-12 13:11:44 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-10-12 13:11:44 -0400 |
commit | 16e9937d0b30deb16210cbeec88f4bbd4642d11e (patch) | |
tree | fb709ea05b27b2190f34479dc6c2b1f5010359bd /common/pom.xml | |
parent | d6c21ac6f38474841d3b9ced0524fe7671ae8682 (diff) |
Updated aai dependency to 1.3.1
Change-Id: I1e9f9e972b65607304f7076e0a63879159b8ae94
Issue-ID: SO-1133
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index d2dba45ebd..799d8a4d34 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -62,7 +62,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |