From 3547d659591f07e9e5405462818cb4f776009e76 Mon Sep 17 00:00:00 2001 From: gaurav Date: Tue, 11 Sep 2018 11:16:06 +0530 Subject: Updating aai adapter to v14 model Updated AAI XSD model to v14 to make new schema's available to SDNC. Change-Id: I9b282bd23e754e0b8ef39a3013f7240a869fae5f Issue-ID: CCSDK-324 Signed-off-by: Gaurav Agrawal --- aai-service/provider/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-service/provider/pom.xml') diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index 4c416e17..0324ab3d 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -132,13 +132,13 @@ ${project.basedir}/src/main/resources - aai_schema_v13.xsd + aai_schema_v14.xsd aai-schema-bindings.xjb ${project.build.directory}/generated-sources/main/java - org.openecomp.aai.inventory.v13 + org.onap.aai.inventory.v14 true -Xannotate -- cgit 1.2.3-korg