summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-10-31 15:58:35 -0400
committerJimmy Forsyth <jf2512@att.com>2019-10-31 15:58:38 -0400
commit4b7b80bef8eb432fbcd82489fcd13263a3a26a8e (patch)
tree5207d9b9fa11c4608db310ec80406dbd721db149
parent8cd11f35299fbe2b31b46fab1d48e2872f094a09 (diff)
Update schema-service dep to 1.6.0
Issue-ID: AAI-2607 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Icddf2ce1ba27821aa3f1b5fa30f3f025e9eebc9d
-rw-r--r--sparkybe-onap-application/pom.xml2
-rw-r--r--sparkybe-onap-service/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml
index 1e19b89..afbd123 100644
--- a/sparkybe-onap-application/pom.xml
+++ b/sparkybe-onap-application/pom.xml
@@ -24,7 +24,7 @@
<nexusproxy>https://nexus.onap.org</nexusproxy>
<camel-spring-boot.version>2.21.1</camel-spring-boot.version>
<config-home>${basedir}/</config-home>
- <version.aai-schema>1.5.1</version.aai-schema>
+ <version.aai-schema>1.6.0</version.aai-schema>
<sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<spring.boot.version>1.5.21.RELEASE</spring.boot.version>
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index 6743070..fe7fc02 100644
--- a/sparkybe-onap-service/pom.xml
+++ b/sparkybe-onap-service/pom.xml
@@ -24,7 +24,7 @@
<camel-spring-boot.version>2.21.1</camel-spring-boot.version>
<config-home>${basedir}/</config-home>
<version.aai.aai-schema-ingest>1.4.1</version.aai.aai-schema-ingest>
- <version.aai-schema>1.5.1</version.aai-schema>
+ <version.aai-schema>1.6.0</version.aai-schema>
<sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath>
<onap.nexus.url>https://neexus.onap.org</onap.nexus.url>
<jacoco.line.coverage.limit>0.55</jacoco.line.coverage.limit>