update version in master
authorMichael Lando <ml636r@att.com>
Sat, 26 May 2018 16:58:32 +0000 (19:58 +0300)
committerMichael Lando <ml636r@att.com>
Sat, 26 May 2018 16:58:32 +0000 (19:58 +0300)
update pom anf version.properties to 1.4.0

Change-Id: Ia745033ce141c6c1866ab78f94232a0f9767fae5
Issue-ID: SDC-1370
Signed-off-by: Michael Lando <ml636r@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 5a2d1be..db09499 100644 (file)
--- 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>
 
index a24b0ee..d709d86 100644 (file)
@@ -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}