From 5615e421d765923fb5e11a94b08593d679ba4049 Mon Sep 17 00:00:00 2001 From: "Maharajh, Robby (rx2202)" Date: Wed, 24 Feb 2021 20:11:46 -0500 Subject: [PATCH] Upversion to 1.8.1-SNAPSHOT Issue-ID: AAI-3004 Change-Id: If56d70b5ce73f68b4953b0296853eccf1e607f7a Signed-off-by: Maharajh, Robby (rx2202) --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 68db642..52796a8 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT diff --git a/version.properties b/version.properties index 8c26ae8..ae140d3 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=8 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6