summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2020-03-19 11:49:13 +0200
committerYuli Shlosberg <ys9693@att.com>2020-03-19 10:10:35 +0000
commitbb3b47de0f63bbc823acc6a5fd2d7ff381b4b64b (patch)
tree7c5b8faf36ec86fbef7fe1d88b04034e06046e93
parent7d87d3d3f704c3613f8090af5f7d80dc8e94e9a3 (diff)
Bump version 1.3.31.3.3
Change-Id: Ic05f7e8313e1d8b1832fe1ed3e0357bbe9cc9cdb Issue-ID: SDC-2798 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9cd98cd..57c5968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.sdc.dcae-d.fe</groupId>
<artifactId>dcae_fe</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>sdc-dcae-d fe application</name>
<description>DCAE FE</description>
diff --git a/version.properties b/version.properties
index 190988d..5ad9fe3 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=3
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}