From 57a671f6939ff82e58e8af02e979d857d01fbd63 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 15:28:59 -0400 Subject: [PATCH] Upversion graphadmin in master Issue-ID: AAI-2579 Change-Id: I8f5936ab9f073a5e8572be0f6ee73bd6c7a434b6 Signed-off-by: Jimmy Forsyth --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0fb61f9..1a67c65 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT @@ -100,7 +100,7 @@ 20090211 1.5.3 - 1.5.0 + 1.5.1 4.1.9.Final 4.0.56.Final diff --git a/version.properties b/version.properties index b11eaff..4814eb2 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=5 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6