From 9cde833b954ccfdb3a540f7b2663369f154b9e19 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Fri, 4 Jan 2019 12:31:41 -0500 Subject: [PATCH] Update the aai-uri to be unique Issue-ID: AAI-1958 Change-Id: I8f2200bfbb5e005f84a5d926f19c0a307b089a25 Signed-off-by: Harish Venkata Kajur --- aai-annotations/pom.xml | 4 ++-- aai-auth/pom.xml | 4 ++-- aai-core/pom.xml | 4 ++-- aai-schema-ingest/pom.xml | 4 ++-- aai-schema/pom.xml | 4 ++-- aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml | 4 ++-- aai-utils/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index eba6766f..09fbca84 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT aai-annotations aai-annotations jar - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 97e52ae5..147cd117 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT aai-auth aai-auth - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index c5542626..35c1953b 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT aai-core aai-core - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT jar java diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index cc157572..051410bc 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,11 +25,11 @@ org.onap.aai.aai-common aai-common - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT jar diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 6a516830..802ee7a6 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT aai-schema aai-schema - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml index 8b044f7b..31de2ebb 100644 --- a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml +++ b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml @@ -5566,8 +5566,8 @@ - - + + diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 51833021..1d21c176 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT aai-utils aai-utils - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 336ba5de..6aa46ef7 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.3.4-SNAPSHOT + 1.3.5-SNAPSHOT pom aai-aai-common Contains all of the common code for resources and traversal repos diff --git a/version.properties b/version.properties index 7fe49c78..52056182 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=3 -patch_version=4 +patch_version=5 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6