diff options
author | wreehil <wr148d@att.com> | 2020-09-01 10:52:43 -0400 |
---|---|---|
committer | wreehil <wr148d@att.com> | 2020-09-01 10:52:43 -0400 |
commit | 163c773795f856e612d39ab3c669b46ee27b0999 (patch) | |
tree | 1f5edaa8436fa578afe5ce6dcebffce877e699db /src/main | |
parent | 9bad5abf37f2085d9d73b16640b03ebb7e4adfdf (diff) |
Updated the retired api versions regex pattern
Issue-ID: AAI-2367
Signed-off-by: wreehil <wr148d@att.com>
Change-Id: I5a6c952e8af28e517d84f6a43758f5f985619cc1
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/retired.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/retired.properties b/src/main/resources/retired.properties index 6e39447..e28c678 100644 --- a/src/main/resources/retired.properties +++ b/src/main/resources/retired.properties @@ -1,6 +1,6 @@ # Retired patterns specifying that a version is retired retired.api.pattern.list=\ - ^/aai/v[2-7]+/.*$ + ^/aai/v([1-9]|1[0])/.*$ # Retired patterns specifying that all versions of the api are retired retired.api.all.versions=
\ No newline at end of file |