aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-08-03 00:57:08 +0300
committerMichael Lando <ml636r@att.com>2018-08-03 00:57:08 +0300
commit7c611567534f5467288bad170b9dff8012a93c12 (patch)
tree357f8c9b7ef54513eaf61a4decbed9fc1e08706a
parent842633530e7c1615f988cf58fcc9b472fe5b5fe1 (diff)
progress jtosca version
after relase update jtosca version Change-Id: Ie805b9aee838df75987c12a28ebf37ace08260d9 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 b132eb5..d545367 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.2-SNAPSHOT</version>
<name>sdc-jtosca</name>
<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}