diff options
author | 2024-12-10 12:30:22 +0530 | |
---|---|---|
committer | 2024-12-11 10:51:17 +0530 | |
commit | 90244220f063beb2af2da9afbbd98bc8f082ff1f (patch) | |
tree | ccc9bf255fd8290abc084da0bb9c8cb143775c1e /aai-traversal/src/test/resources/application-test.properties | |
parent | 0c353893b5476a505a414da9ff683b0921726f4f (diff) |
[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 <vani.kv@accenture.com>
Diffstat (limited to 'aai-traversal/src/test/resources/application-test.properties')
-rw-r--r-- | aai-traversal/src/test/resources/application-test.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |