diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-23 17:30:45 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-23 17:30:47 -0400 |
commit | c789fe9d025a2d2f1aa3feea640cd31272882219 (patch) | |
tree | 66b62f97dcd4c781a33558cb4e1d07795c9521c5 /aai-resources | |
parent | e8708c9b790f801dce71be46741c21f81e138b1e (diff) |
Use released schema-service:1.6.6 dependency
Issue-ID: AAI-2839
Change-Id: I705edc596414ceee01522cbfb5296db17861a909
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index d2de14c..ff772c1 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.6.6-SNAPSHOT</version> + <version>1.6.7-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> |