fix version issue 51/69251/1
authorManor, Yanir (ym903w) <ym903w@intl.att.com>
Thu, 27 Sep 2018 07:38:33 +0000 (10:38 +0300)
committerManor, Yanir (ym903w) <ym903w@intl.att.com>
Thu, 27 Sep 2018 07:38:33 +0000 (10:38 +0300)
Change-Id: I503e9440bc3e57912132049e962fb1a66161e4a7
Issue-ID: SDC-1800
Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 02d6995..9a816f3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.onap.sdc.dcae-d.dt-be-property</groupId>
             <artifactId>DCAE-DT-PROPERTY</artifactId>
-            <version>${project.version}</version>
+            <version>1.3.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
index 8471f55..235314e 100644 (file)
@@ -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}