summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-05-26 19:51:34 +0300
committerMichael Lando <ml636r@att.com>2018-05-26 19:52:46 +0300
commit0cd216d717aa82938ad2ef1cf8562a0fe0fe8e0b (patch)
tree6723df450c99c387f8da621b397ef41349ed5857
parente2eada301c2502a249f2648b903140312d5e36e3 (diff)
update master version
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>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bf81779..92a9e2c 100644
--- 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>
diff --git a/version.properties b/version.properties
index a61846b..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=1
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}