update master version 27/49227/1
authorMichael Lando <ml636r@att.com>
Sat, 26 May 2018 16:51:34 +0000 (19:51 +0300)
committerMichael Lando <ml636r@att.com>
Sat, 26 May 2018 16:52:46 +0000 (19:52 +0300)
update pom and version properties in master
to 1.4.0-snapshot
Issue-ID: SDC-1370

Change-Id: Iaa13add5aa3ce2cf0ac9f74566f17abc96348579
Signed-off-by: Michael Lando <ml636r@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index bf81779..92a9e2c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.onap.sdc.sdc-docker-base</groupId>
   <artifactId>sdc-docker-base</artifactId>
   <packaging>pom</packaging>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
   <name>sdc-sdc-docker-base</name>
 
   <properties>
index a61846b..d709d86 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
-patch=1
+minor=4
+patch=0
 
 base_version=${major}.${minor}.${patch}