From 7be8c037640b3ef36c0e4384244c821371680bb4 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Wed, 23 Jan 2019 19:03:29 +0200 Subject: SDC distribution failed bug fix Change-Id: I2e8302f0595a92d48c83501adde4778898c3d11b Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7a7bf35..9e6f98a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.sdc.jtosca jtosca - 1.4.51-SNAPSHOT + 1.4.52-SNAPSHOT sdc-jtosca diff --git a/version.properties b/version.properties index 8887d67..d1a83f2 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=4 -patch=51 +patch=52 base_version=${major}.${minor}.${patch} -- cgit