aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-05-26 20:09:34 +0300
committerMichael Lando <ml636r@att.com>2018-05-26 20:07:15 +0000
commitb3c2a9844392bea8158c6a1634b496cd7645e00d (patch)
tree7064d614498f5804f4382cb36d66c9541ae353ef
parent82ed394db73c99cfac4c712de2661ea5d60550fd (diff)
update version
update pom and version.properties to 1.4.0 Change-Id: I5b7c828f9443bb51638932080e544969d57efcae Issue-ID: SDC-1370 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--pom.xml2
-rw-r--r--sdc-distribution-client/pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2996647..f9e992f 100644
--- 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>
diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml
index 4833175..f2deda9 100644
--- a/sdc-distribution-client/pom.xml
+++ b/sdc-distribution-client/pom.xml
@@ -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>
diff --git a/version.properties b/version.properties
index 235314e..d709d86 100644
--- a/version.properties
+++ b/version.properties
@@ -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}