From 90244220f063beb2af2da9afbbd98bc8f082ff1f Mon Sep 17 00:00:00 2001 From: "vani.kv" Date: Tue, 10 Dec 2024 12:30:22 +0530 Subject: [AAI] Update aai-schema version to 1.12.7 in traversal - Bump aai-schema pom version to 1.12.7 - Update aai-schema default version to v30 - Increase version to 1.15.4-SNAPSHOT Issue-ID: AAI-4075 Change-Id: Ibda1609c07f5472b795a70c55b94a1da765b84db Signed-off-by: vani.kv --- aai-traversal/src/test/resources/application-test.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-traversal/src/test/resources/application-test.properties') diff --git a/aai-traversal/src/test/resources/application-test.properties b/aai-traversal/src/test/resources/application-test.properties index f018cb6..3fc66a4 100644 --- a/aai-traversal/src/test/resources/application-test.properties +++ b/aai-traversal/src/test/resources/application-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,v14v27,v28,v29 +schema.version.list=v10,v11,v12,v13,v14v27,v28,v29,v30 # 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,7 +70,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=v29 +schema.version.api.default=v30 schema.translator.list=config -- cgit