summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-09-10 10:57:25 +0300
committerOfir Sonsino <os0695@intl.att.com>2019-09-10 10:57:25 +0300
commit75fd847d9c9377ee8b6f61d26451ace5a37a0439 (patch)
tree0df7f9d26a5dc17a3b9f31bd7d08451105200e3b
parent005f65fedfe9c6e3cc9357d90d8bae62b93a0c25 (diff)
Bump version to 1.3.2
Change-Id: Ibe4627d28ec00ccd31eb64e993a4fe3c6ca9d023 Issue-ID: SDC-2560 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 2152cfc..ab60738 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.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>dcae-d fe application</name>
<description>DCAE FE</description>
diff --git a/version.properties b/version.properties
index a61846b..190988d 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=3
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}