aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-05-26 19:58:32 +0300
committerMichael Lando <ml636r@att.com>2018-05-26 19:58:32 +0300
commit718f5b1ab6d4338b6128671d558034eddfd139d8 (patch)
tree5a8582d286f9c68c2b6e04d54ea81c312b951dbb
parent0af44b3327d47e91a5b0113ff276512c163ce374 (diff)
update version in master
update pom anf version.properties to 1.4.0 Change-Id: Ia745033ce141c6c1866ab78f94232a0f9767fae5 Issue-ID: SDC-1370 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 5a2d1be..db09499 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.3.5-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>sdc-jtosca</name>
<properties>
diff --git a/version.properties b/version.properties
index a24b0ee..d709d86 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=3
-patch=5
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}