aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-08-04 20:35:43 +0300
committerMichael Lando <ml636r@att.com>2018-08-04 20:35:43 +0300
commit36738baf503887fafef18388a33f68240a0de012 (patch)
tree2b0846fd33a9d89e44ea7babbbbc53407bf99f1e
parent14659c14f062b690ad0556614c17b0f2bd43dd61 (diff)
progress version
Change-Id: I68720bf7100500386e4a55705af39d0384ad9c5c Issue-ID: SDC-1595 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 6744af9..1b561be 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.4.1-SNAPSHOT</version>
+ <version>1.4.2-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/version.properties b/version.properties
index a169fce..0d94dfd 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=4
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}