aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-12-06 21:33:55 +0200
committerMichael Lando <ml636r@att.com>2017-12-06 21:34:09 +0200
commit05b2a83f8c47883fba48b1d8c2586752aef9192f (patch)
treeee360046f81d66ec8ca140eed20eede760ef8446
parent5e34ae173286f46e4071cec9efab150a1b837b15 (diff)
update version
Change-Id: Ia984d87709e73c05196b2e13ac069c8d2d38f9dd Issue-ID: SDC-684 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f133349..ec6070d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>sdc-tosca</artifactId>
<name>sdc-sdc-tosca</name>
<description>SDC Tosca Parser JAR file for use by consumers</description>
- <version>1.1.56-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/version.properties b/version.properties
index 87baeab..8471f55 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=1
-patch=56
+minor=2
+patch=0
base_version=${major}.${minor}.${patch}