From bb3b47de0f63bbc823acc6a5fd2d7ff381b4b64b Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Thu, 19 Mar 2020 11:49:13 +0200 Subject: Bump version 1.3.3 Change-Id: Ic05f7e8313e1d8b1832fe1ed3e0357bbe9cc9cdb Issue-ID: SDC-2798 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 9cd98cd..57c5968 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.onap.sdc.dcae-d.fe dcae_fe - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT war sdc-dcae-d fe application DCAE FE 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} -- cgit 1.2.3-korg