update version

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>
diff --git a/pom.xml b/pom.xml
index 44003e7..b51e68b 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.3.5-SNAPSHOT</version>
+	<version>1.4.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<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}