diff options
author | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2023-11-15 13:02:21 +0530 |
---|---|---|
committer | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2023-11-15 13:08:38 +0530 |
commit | ceb00879950bde57cbc454e8d5808a58eb1524bd (patch) | |
tree | 1570e4d20c10ca6df4475c886f47182dc4fa6106 /aai-resources/src/main | |
parent | d9abaa46bd2ef24e04b7e68b5d8f2151a9b1a4ed (diff) |
[AAI] Update aai-schema version into v28 for cell and neighbour attributes
- Update aai-schema pom version into 1.12.3
- Update aai-schema default version to v28
Issue-ID: AAI-3663
Change-Id: I06f3e7158c94dd1214a122a7d4eb7f88594f49f5
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
Diffstat (limited to 'aai-resources/src/main')
-rw-r--r-- | aai-resources/src/main/resources/application.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties index adf899af..094c81cb 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -69,7 +69,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,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27 +schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28 # 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 @@ -82,7 +82,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=v27 +schema.version.api.default=v28 #schema.translator.list=schema-service |