diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-03-18 11:28:20 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-03-18 11:28:22 -0400 |
commit | 5ba975d726fdaadec5b22076a37faa388a8923a4 (patch) | |
tree | 635173ec9fec8f475d619057f53ebc7387b420d1 | |
parent | f3f71ebedb39bd2cc329cfcb3972acb42ecb7fc8 (diff) |
updated schema dependency to 1.6.5
updated schema dependency to 1.6.5
Issue-ID: SO-2749
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I07882b11bd786c36bd6326efc3564893e91c07b6
-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 e36001833d..d373d620cd 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.6.4-SNAPSHOT</version> + <version>1.6.5</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |