diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-10-31 15:49:41 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-10-31 15:54:31 -0400 |
commit | 9c71d7c8f7875b551dfb1bb53b98e1a081336a51 (patch) | |
tree | fea58b06f354eb65016b18c8fcbbe09aead30d68 | |
parent | 79a3b1eb2177c892687f51c5b23db4c0c2395a52 (diff) |
Switch to v 1.6.0 of schema-service
Issue-ID: AAI-2607
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I0a290c913e3568323c97a5325714c97a93bbf5a6
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.0.5</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> |