From c27118c25252ac114b4464825e595f9310a642af Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 4 May 2018 08:37:04 -0400 Subject: [PATCH] Upversion data-router and prep for release Issue-ID: AAI-1122 Change-Id: Ifc349bb7614ee4f9022681d5d90ae15021e0fadb 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 d7179cf..738bb8d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.data-router data-router - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT aai-data-router @@ -165,7 +165,7 @@ limitations under the License. org.onap.aai.aai-common aai-schema - 1.2.2 + 1.2.4 org.onap.aai.router-core diff --git a/version.properties b/version.properties index faf06bb..688582d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6