diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2020-06-19 13:57:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-19 13:57:30 +0000 |
commit | 14374349e8d452c059daf0540ad411993ebde35d (patch) | |
tree | fda896b74b6cdab152a0204d130ebb3801e48e21 /aai-queries/src/test/resources/application-test.properties | |
parent | 3717cc5526b99bd95eb004f909c31c1642b7ccf5 (diff) | |
parent | a8ce62a3bae5976982f6d1432723251a414e2878 (diff) |
Merge "v20 support in schema-service without javafx"
Diffstat (limited to 'aai-queries/src/test/resources/application-test.properties')
-rw-r--r-- | aai-queries/src/test/resources/application-test.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-queries/src/test/resources/application-test.properties b/aai-queries/src/test/resources/application-test.properties index b6aafc7..04d6f79 100644 --- a/aai-queries/src/test/resources/application-test.properties +++ b/aai-queries/src/test/resources/application-test.properties @@ -16,7 +16,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,v16,v17,v18,v19 +schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20 # 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 @@ -29,6 +29,6 @@ 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=v19 +schema.version.api.default=v20 schema.translator.list=config |