aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-12-06 21:32:14 +0200
committerMichael Lando <ml636r@att.com>2017-12-06 21:32:14 +0200
commitbd4b0ceb3b47861bd97beca7a407972ad51c9845 (patch)
tree6b465a33423aa2261a5fb7efc48a896bbceaef54
parente92347210e889d11e768180f90660a8538de8b3e (diff)
update version
Change-Id: I6dc3efa9f6a11dfa33a3a04f1fd015e2652c4f88 Issue-ID: SDC-684 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 58ba625..be8e069 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.32-SNAPSHOT</version>
+ <version>1.1.57-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/version.properties b/version.properties
index c1f59ad..d85feb5 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=1
-patch=32
+patch=57
base_version=${major}.${minor}.${patch}