diff options
author | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2019-03-06 08:35:38 -0500 |
---|---|---|
committer | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2019-03-06 08:49:01 -0500 |
commit | a731ebefa3b7b879643a185d031f02537c7c9c7a (patch) | |
tree | dbeeb80d6f31c747d77ddcf6e75617abe4179d36 /common | |
parent | dee52db16fa7d9ead3f98bfd18bfd1d747f3553b (diff) |
Fix Build
Fix build, AAI dependency has been incremented
Issue-ID: SO-1600
Change-Id: I5bccdc5a40ca513905ee3b69d96662e6ff9889dc
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.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 7772453e60..883d48c21c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |