From 5b3ccace8082f9ae76a69d8fc96def195c2c3da7 Mon Sep 17 00:00:00 2001 From: "LaMont, William (wl2432)" Date: Wed, 10 Apr 2019 18:03:20 -0400 Subject: add v16 to traversal repo Issue-ID: AAI-2322 Change-Id: I8967e1e90dc407424c8b8943d1278108f9786cef Signed-off-by: LaMont, William (wl2432) --- aai-traversal/src/test/resources/application-onap-test.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-traversal/src/test/resources/application-onap-test.properties') diff --git a/aai-traversal/src/test/resources/application-onap-test.properties b/aai-traversal/src/test/resources/application-onap-test.properties index fc53f7a..48a0b60 100644 --- a/aai-traversal/src/test/resources/application-onap-test.properties +++ b/aai-traversal/src/test/resources/application-onap-test.properties @@ -57,7 +57,7 @@ schema.ingest.file=${server.local.startpath}/application-test.properties # Schema Version Related Attributes 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 @@ -70,5 +70,5 @@ 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 \ No newline at end of file -- cgit 1.2.3-korg