From 68987011d4a41ed59375616a19b0cde229b9c413 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 2 May 2018 22:05:05 -0400 Subject: [PATCH] Update pom to use 1.2.5-SNAPSHOT Issue-ID: AAI-965 Change-Id: I25575c7519407f84f78c5e647b8eb32b9e3492f6 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 | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index f1d5fe06..13a99aee 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT aai-annotations aai-annotations jar - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 2a1244b7..eb26f01a 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT aai-auth aai-auth - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index dc9b2787..f8761ba6 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT aai-core aai-core - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT jar v12 diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 2b839856..a835e915 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -24,11 +24,11 @@ org.onap.aai.aai-common aai-common - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT jar diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 6d131d5c..07e2ae95 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT aai-schema aai-schema - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT https://nexus.onap.org diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 7ebf0c36..f9a94c39 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT aai-utils aai-utils - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index e8c2548b..a15ea040 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.2.4-SNAPSHOT + 1.2.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 7e87c38a..d6319bd3 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=2 -patch_version=4 +patch_version=5 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6