diff options
author | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2024-05-22 14:21:17 +0530 |
---|---|---|
committer | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2024-05-22 14:21:26 +0530 |
commit | e4ff951e645d131a5f4793a75c595da66cc6a23c (patch) | |
tree | c8489bfd4c559b9982bc2bd978ab30500b73390f /aai-resources/src/main | |
parent | da3a0ffd66b14e450f648bfe3737f3c933280087 (diff) |
[AAI] Update aai-schema version to 1.12.4 in resources
- AAI schema addition for 3GPP RAN Network Slice Subnet
- and Slice-Profile Attributes & FeasibilityCheckJob
- Bump aai-schema pom version to 1.12.4
- Update aai-schema default version to v29
Issue-ID: AAI-3843
Change-Id: I2dcf0141163792cdc9bfdcdd2f7b42dc44f4cb5a
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 3355695..cc0c46a 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -79,7 +79,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,v28 +schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29 # 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 @@ -92,7 +92,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=v28 +schema.version.api.default=v29 #schema.translator.list=schema-service |