aboutsummaryrefslogtreecommitdiffstats
path: root/aai-service/provider/pom.xml
diff options
context:
space:
mode:
authorgaurav <gaurav.agrawal@huawei.com>2018-09-11 11:16:06 +0530
committergaurav <gaurav.agrawal@huawei.com>2018-09-11 11:16:06 +0530
commit3547d659591f07e9e5405462818cb4f776009e76 (patch)
treec1ad5f9fc9a2e69979ec011a25099cfb90ae5089 /aai-service/provider/pom.xml
parent09f9e070d390f4f6389c1c62b4447a77de400dab (diff)
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 <gaurav.agrawal@huawei.com>
Diffstat (limited to 'aai-service/provider/pom.xml')
-rwxr-xr-xaai-service/provider/pom.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<configuration>
<schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory>
<schemaIncludes>
- <value>aai_schema_v13.xsd</value>
+ <value>aai_schema_v14.xsd</value>
</schemaIncludes>
<bindingIncludes>
<include>aai-schema-bindings.xjb</include>
</bindingIncludes>
<generateDirectory>${project.build.directory}/generated-sources/main/java</generateDirectory>
- <generatePackage>org.openecomp.aai.inventory.v13</generatePackage>
+ <generatePackage>org.onap.aai.inventory.v14</generatePackage>
<extension>true</extension>
<args>
<arg>-Xannotate</arg>