From 2470b451f74cb511a6939c443193ce644424b055 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 9 Oct 2018 22:40:17 -0400 Subject: [PATCH] Upversion aai-common to 1.4.0-SNAPSHOT Issue-ID: AAI-1726 Change-Id: Ia7fc62d72baefad98d0aa97ffb1f5df1d25693f1 Signed-off-by: Kajur, Harish (vk250x) --- 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-utils/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 1e03e0ef..4dab523e 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-annotations aai-annotations jar - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index f844cece..ecae486c 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-auth aai-auth - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 74d2f916..57b67e67 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-core aai-core - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT jar java diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index dfb63049..d2f93694 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.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT jar diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index d1c554a0..e949d236 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-schema aai-schema - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 087dcc2c..0f02b995 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-utils aai-utils - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 5659674f..d7b47a65 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.3.1-SNAPSHOT + 1.4.0-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 e8911fbc..66827fd3 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=3 -patch_version=1 +minor_version=4 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6