diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-27 03:49:58 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-27 09:54:49 -0500 |
commit | e15bd97247800141eb5f0fdbd1fc3f7f03de6d8d (patch) | |
tree | ef35518bb4383bee795dd5d31cfef27bd7b6302c /aai-traversal/src/test | |
parent | 556943bfa0674656110be29b4a5777d5273732a9 (diff) |
Add v12 api changes for the new release code
Issue-ID: AAI-514
Change-Id: I5216e1d929d9fb2547e47c285dfcd94dfe4fde48
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-traversal/src/test')
-rw-r--r-- | aai-traversal/src/test/resources/test_aaiconfig.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-traversal/src/test/resources/test_aaiconfig.properties b/aai-traversal/src/test/resources/test_aaiconfig.properties index f984761..4f130da 100644 --- a/aai-traversal/src/test/resources/test_aaiconfig.properties +++ b/aai-traversal/src/test/resources/test_aaiconfig.properties @@ -43,7 +43,7 @@ aai.auth.cspcookies_on=false aai.dbmodel.filename=ex5.json aai.server.url.base=https://localhost:8446/aai/ -aai.server.url=https://localhost:8446/aai/v11/ +aai.server.url=https://localhost:8446/aai/v12/ aai.truststore.filename=aai_keystore aai.truststore.passwd.x= @@ -83,7 +83,7 @@ aai.rsync.options.list=-v|-t aai.rsync.remote.user=aaiadmin aai.rsync.enabled=y -aai.notification.current.version=v11 +aai.notification.current.version=v12 aai.notificationEvent.default.status=UNPROCESSED aai.notificationEvent.default.eventType=AAI-EVENT aai.notificationEvent.default.domain=devINT1 @@ -94,6 +94,6 @@ aai.notificationEvent.default.version=v9 # This one lets us enable/disable resource-version checking on updates/deletes aai.resourceversion.enableflag=true aai.logging.maxStackTraceEntries=10 -aai.default.api.version=v11 +aai.default.api.version=v12 |