From 52c0854dcd815452fab79e89a0eea89a034bfc73 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 15 May 2018 16:25:11 -0400 Subject: [PATCH] Upversion resources prior to branching Issue-ID: AAI-1140 Change-Id: Id6bcfafcc24e73418414e822976e176f84c21572 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 6a398665..eb3a3123 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.0 + 1.2.1 org.springframework.boot diff --git a/pom.xml b/pom.xml index 5ea4d073..59cea321 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.resources resources - 1.2.0 + 1.2.1 aai-resources pom diff --git a/version.properties b/version.properties index 9c95207d..dfe0c654 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=2 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6