Merge "Update AAI version to v23."
authorLukasz Muszkieta <lukasz.muszkieta@nokia.com>
Thu, 4 Feb 2021 16:42:45 +0000 (16:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 4 Feb 2021 16:42:45 +0000 (16:42 +0000)
graph-inventory/aai-client/src/main/java/org/onap/aaiclient/client/aai/AAIVersion.java

index 51b7564..ab214d8 100644 (file)
@@ -34,7 +34,9 @@ public enum AAIVersion implements GraphInventoryVersion {
     V18("v18"),
     V19("v19"),
     V20("v20"),
-    V21("v21");
+    V21("v21"),
+    V22("v22"),
+    V23("v23");
 
     public static final AAIVersion LATEST = AAIVersion.values()[AAIVersion.values().length - 1];
     private final String value;