From 797f38d03016c636e5f358e0fee519a46b7a4392 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 2 Jul 2019 10:28:46 -0400 Subject: [PATCH] Update to oparent 2.0.0 Issue-ID: AAI-2484 Change-Id: I654eaab1cb0387224a1a7e717ad036f4cbd542e4 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 c500043..edb71ca 100644 --- a/pom.xml +++ b/pom.xml @@ -25,12 +25,12 @@ org.onap.oparent oparent - 1.2.1 + 2.0.0 org.onap.aai rest-client - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT aai-rest-client diff --git a/version.properties b/version.properties index 99af342..f78f30b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6