From 5b14a89f43397da93bfd83b2f79ab2fd34c065f0 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 5 Jun 2018 17:46:33 -0400 Subject: [PATCH] Update version after release Issue-ID: AAI-1204 Change-Id: Ic96f660eb3893e0e2a0285dfe641ed33b51604c4 Signed-off-by: Jimmy Forsyth --- aai-resources/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 527ea66a..1ad92791 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.2.2 + 1.2.3 org.springframework.boot diff --git a/pom.xml b/pom.xml index 029149a2..4f23e8ec 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.resources resources - 1.2.2 + 1.2.3 aai-resources pom diff --git a/version.properties b/version.properties index e6fc35ba..6be12c90 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=2 -patch_version=2 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6