From: wreehil Date: Tue, 1 Sep 2020 14:52:43 +0000 (-0400) Subject: Updated the retired api versions regex pattern X-Git-Tag: 1.7.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F111983%2F1;p=aai%2Fgraphadmin.git Updated the retired api versions regex pattern Issue-ID: AAI-2367 Signed-off-by: wreehil Change-Id: I5a6c952e8af28e517d84f6a43758f5f985619cc1 --- 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