Merge "updated aai version enum"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Wed, 5 Sep 2018 04:50:00 +0000 (04:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 5 Sep 2018 04:50:00 +0000 (04:50 +0000)
common/src/main/java/org/onap/so/client/aai/AAIVersion.java

index 20ee5be..de418f3 100644 (file)
@@ -28,7 +28,8 @@ public enum AAIVersion implements GraphInventoryVersion {
        V10("v10"), 
        V11("v11"), 
        V12("v12"),
-       V13("v13");
+       V13("v13"),
+       V14("v14");
        
        public final static AAIVersion LATEST = AAIVersion.values()[AAIVersion.values().length - 1];
        private final String value;