From: Manor, Yanir (ym903w) Date: Thu, 27 Sep 2018 07:38:33 +0000 (+0300) Subject: fix version issue X-Git-Tag: 1.3.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=68e2e8e6b1115157a3d9da87d3ae42ce48096716;p=sdc%2Fdcae-d%2Fdt-be-main.git fix version issue Change-Id: I503e9440bc3e57912132049e962fb1a66161e4a7 Issue-ID: SDC-1800 Signed-off-by: Manor, Yanir (ym903w) --- diff --git a/pom.xml b/pom.xml index 02d6995..9a816f3 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.sdc.dcae-d.dt-be-property DCAE-DT-PROPERTY - ${project.version} + 1.3.0-SNAPSHOT org.slf4j diff --git a/version.properties b/version.properties index 8471f55..235314e 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch}