From 0bf3d16a92f15bd760aeb2467f825ff6c57b1c7e Mon Sep 17 00:00:00 2001 From: "Maharajh, Robby (rx2202)" Date: Sun, 17 Mar 2019 16:09:54 -0400 Subject: Add v16 to the local properties and pom Issue-ID: AAI-2266 Change-Id: Ie394ed4b0018925e69881932263a22da7527e234 Signed-off-by: Maharajh, Robby (rx2202) --- aai-resources/pom.xml | 6 +++--- aai-resources/src/main/resources/application.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'aai-resources') diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 55d486a..2a31cd6 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -145,8 +145,8 @@ v11 v12 v12 - v15 - v10,v11,v12,v13,v14,v15 + v16 + v10,v11,v12,v13,v14,v15,v16 /aai ${project.basedir}/src/main/resources/application.properties @@ -230,7 +230,7 @@ onap v12 - v10,v11,v12,v13,v14,v15 + v10,v11,v12,v13,v14,v15,v16 ${project.basedir}/src/main/resources/application.properties diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties index 2e0bb04..faf07df 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -53,7 +53,7 @@ schema.ingest.file=${server.local.startpath}/application.properties schema.uri.base.path=/aai # Lists all of the versions in the schema -schema.version.list=v10,v11,v12,v13,v14,v15 +schema.version.list=v10,v11,v12,v13,v14,v15,v16 # Specifies from which version should the depth parameter to default to zero schema.version.depth.start=v10 # Specifies from which version should the related link be displayed in response payload @@ -66,7 +66,7 @@ schema.version.namespace.change.start=v12 # Specifies from which version should the client start seeing the edge label in payload schema.version.edge.label.start=v12 # Specifies the version that the application should default to -schema.version.api.default=v15 +schema.version.api.default=v16 schema.translator.list=config schema.service.base.url=https://localhost:8452/aai/schema-service/v1/ schema.service.nodes.endpoint=nodes?version= -- cgit 1.2.3-korg