diff options
author | Michael Lando <ml636r@att.com> | 2018-05-26 20:00:32 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-26 20:00:32 +0300 |
commit | 0bb55844275545d6334d40da89a9b98517bc25ba (patch) | |
tree | 5c2ed2fc186fae81c89908427906a875912a2e83 | |
parent | 962b69c39a72697aa82c6b4ceef1fe20fbb110b2 (diff) |
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 <ml636r@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ <groupId>org.onap.sdc.sdc-workflow-designer</groupId> <artifactId>sdc-workflow-designer</artifactId> <name>sdc-sdc-workflow-designer</name> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> 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}
|