summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-03-23 17:30:45 -0400
committerJimmy Forsyth <jf2512@att.com>2020-03-23 17:30:47 -0400
commitc789fe9d025a2d2f1aa3feea640cd31272882219 (patch)
tree66b62f97dcd4c781a33558cb4e1d07795c9521c5 /pom.xml
parente8708c9b790f801dce71be46741c21f81e138b1e (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 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0265f8b..d2c4d6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.6.6-SNAPSHOT</version>
+ <version>1.6.7-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
@@ -49,6 +49,7 @@
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
<aai.common.version>1.6.10</aai.common.version>
+ <aai.schema.service.version>1.6.6</aai.schema.service.version>
</properties>
<build>
<pluginManagement>