summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManor, Yanir (ym903w) <ym903w@intl.att.com>2018-09-27 10:38:33 +0300
committerManor, Yanir (ym903w) <ym903w@intl.att.com>2018-09-27 10:38:33 +0300
commit68e2e8e6b1115157a3d9da87d3ae42ce48096716 (patch)
tree8d7ca6d00d435949ab6876c935f972511cda3242 /pom.xml
parent47db2dd93ef26bbbabb314439fe09f5e973ffab4 (diff)
fix version issue
Change-Id: I503e9440bc3e57912132049e962fb1a66161e4a7 Issue-ID: SDC-1800 Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 02d6995..9a816f3 100644
--- 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>