From c0115528011a6a5e51490c9b312355e19d7c9f2f Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Wed, 13 Dec 2017 17:32:45 -0500 Subject: [PATCH] Update the pom master to 1.2.0 Issue-ID: AAI-546 Change-Id: I7559955842b4df717f95a4133afd0441d2d68b6f Signed-off-by: Venkata Harish K Kajur --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f943431..6a43a34 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.aai sparky-fe war - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT aai-sparky-fe http://maven.apache.org diff --git a/version.properties b/version.properties index c48027c..9c95207 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=1 +minor_version=2 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6