update version 37/49237/2
authorMichael Lando <ml636r@att.com>
Sat, 26 May 2018 17:09:34 +0000 (20:09 +0300)
committerMichael Lando <ml636r@att.com>
Sat, 26 May 2018 20:07:15 +0000 (20:07 +0000)
update pom and version.properties
to 1.4.0

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

diff --git a/pom.xml b/pom.xml
index 2996647..f9e992f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
        <groupId>org.onap.sdc.sdc-distribution-client</groupId>
        <artifactId>sdc-main-distribution-client</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.4.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>sdc-sdc-distribution-client</name>
 
index 4833175..f2deda9 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.onap.sdc.sdc-distribution-client</groupId>
                <artifactId>sdc-main-distribution-client</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>sdc-distribution-client</artifactId>
index 235314e..d709d86 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
+minor=4
 patch=0
 
 base_version=${major}.${minor}.${patch}