From 0bb55844275545d6334d40da89a9b98517bc25ba Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 26 May 2018 20:00:32 +0300 Subject: update version in master update version in pom and version.properties to 1.2.0-snapshot Change-Id: If390078af89de1ea255e1c6d89fee214b394a905 Issue-ID: SDC-1370 Signed-off-by: Michael Lando --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 85f2f5fc..3846d544 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.sdc.sdc-workflow-designer sdc-workflow-designer sdc-sdc-workflow-designer - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom diff --git a/version.properties b/version.properties index e2595ba1..08f1f93f 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg