update version 29/49229/1
authorml636r <ml6364@att.com>
Fri, 11 May 2018 14:49:40 +0000 (17:49 +0300)
committerMichael Lando <ml636r@att.com>
Sat, 26 May 2018 16:54:47 +0000 (19:54 +0300)
apdate master version to 1.4.0
in pom and version properties

Change-Id: Ia020661a8ddc0c5a31250a6756e4f90a014d88d8
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 44003e7..b51e68b 100644 (file)
--- 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.3.5-SNAPSHOT</version>
+       <version>1.4.0-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <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}