From 75fd847d9c9377ee8b6f61d26451ace5a37a0439 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Tue, 10 Sep 2019 10:57:25 +0300 Subject: Bump version to 1.3.2 Change-Id: Ibe4627d28ec00ccd31eb64e993a4fe3c6ca9d023 Issue-ID: SDC-2560 Signed-off-by: Ofir Sonsino --- pom.xml | 2 +- version.properties | 2 +- 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 @@ 4.0.0 org.onap.sdc.dcae-d.fe dcae_fe - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT war dcae-d fe application DCAE FE 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} -- cgit 1.2.3-korg