From 3ca1f431e3c9d7e14f57f839ce8f5d2592721819 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Thu, 19 Mar 2020 08:49:00 +0000 Subject: Bump version 1.3.3 Change-Id: Iae2b9cdb17db578549ad31628167b53c9de62daa 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 92569aa..b76a8e4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.onap.sdc.dcae-d.dt dcae-dt - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT war sdc-dcae-dt 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