diff options
author | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2018-12-21 14:15:16 +0100 |
---|---|---|
committer | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2018-12-21 14:15:16 +0100 |
commit | 37b83daa0db49a5674203c0775e9bc835bcff761 (patch) | |
tree | 711a739d4108132f89a6aed8e8954990894b44be /common | |
parent | 0ac8defd70bcc6e8aeef190390e8880174bc4168 (diff) |
AAI dependency update
fix jenkins build
Change-Id: Id4f9cfdb602c94324e50ec2c23b36348ad4b245f
Issue-ID: SO-1348
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Diffstat (limited to 'common')
-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 88722ccbcf..3ba08a7996 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |