From c228b1d6683ec2a8c14538ea3b6320f4df5cd1d3 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Sun, 28 Jul 2019 16:05:48 +0300 Subject: Update version to 1.3.1 Change-Id: If038e1d7ff0c21e82dde5b9438f13aa3e5fd0f5c Issue-ID: SDC-2478 Signed-off-by: Ofir Sonsino --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1324c87..d8ee11e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.onap.sdc.dcae-d.dt-be-property DCAE-DT-PROPERTY - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT sdc-dcae-d-dt-be-property System Properties diff --git a/version.properties b/version.properties index 8471f55..a61846b 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 -patch=0 +minor=3 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg