diff options
author | Michael Lando <ml636r@att.com> | 2018-09-27 15:18:37 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-27 15:18:37 +0300 |
commit | 1a019f046f4b3ad3b010d1434ba81453b9603625 (patch) | |
tree | b1908bd2a4bf066fbaf1d7b093edbfd884cef1e7 /dcaedt_tools | |
parent | 68e2e8e6b1115157a3d9da87d3ae42ce48096716 (diff) |
fix version issue
Change-Id: Ic5beb9addcb0f4842099395cb0e43b1dd87efb5b
Issue-ID: SDC-1800
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'dcaedt_tools')
-rw-r--r-- | dcaedt_tools/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcaedt_tools/pom.xml b/dcaedt_tools/pom.xml index 40cf990..fb08279 100644 --- a/dcaedt_tools/pom.xml +++ b/dcaedt_tools/pom.xml @@ -211,7 +211,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> </dependency> <dependency> <groupId>org.powermock</groupId> |