From e5912cd329ae4fc8977173a8b6809aa2f814d69b Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Sun, 15 Nov 2020 23:45:39 -0500 Subject: Upversion artifacts to 1.8.0-SNAPSHOT Issue-ID: AAI-3222 Change-Id: I72e3ddf116a072545e5ad3a27deb21399b4b8a74 Signed-off-by: Harish Venkata Kajur --- aai-resources/pom.xml | 2 +- pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index f2b7671..de6eaa4 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.7.2-SNAPSHOT + 1.8.0-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 7c3c67f..20ab910 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.7.2-SNAPSHOT + 1.8.0-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index 3ba886a..5403b8c 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=7 -patch_version=2 +minor_version=8 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg