aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-07-29 10:32:33 +0300
committerOfir Sonsino <os0695@intl.att.com>2019-07-29 10:32:33 +0300
commit7471ce9a1af62ada086803ea23c659c0972fb79e (patch)
tree36f3a99d7b8365f7424be0864ccc51a3c585a1f4
parent8fc7c2697adc6d8015ab7b60cad111b1ff2abae6 (diff)
Update DCAE-DS version 1.3.11.3.1
Change-Id: I786cc63a65e62651b451a192b36c52ebc8380fe6 Issue-ID: SDC-2478 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 4018fa7..0243ae6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.sdc.dcae-d.dt</groupId>
<artifactId>dcae-dt</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>dcae-dt</name>
<url>DCAE FE</url>
@@ -118,7 +118,7 @@
<dependency>
<groupId>org.onap.sdc.dcae-d.dt-be-property</groupId>
<artifactId>DCAE-DT-PROPERTY</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -195,7 +195,7 @@
<dependency>
<groupId>org.onap.sdc.dcae-d.dt-be-property</groupId>
<artifactId>DCAE-DT-PROPERTY</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
diff --git a/version.properties b/version.properties
index 235314e..a61846b 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}