aboutsummaryrefslogtreecommitdiffstats
path: root/utils/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-09 18:58:21 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-09 18:58:21 +0000
commita3ac46a6aba71ef0f86576fcbf2e196d96103c4d (patch)
tree54d44f9e426c9dfa2fd75f3eee217b941441b741 /utils/provider/pom.xml
parent742aa5d00edbb6bee2ed6c2e710a1f5203305354 (diff)
parent3beadc23c627911abac35dd5afd5b942c073188b (diff)
Merge "Prepare for release build"0.4.0
Diffstat (limited to 'utils/provider/pom.xml')
-rw-r--r--utils/provider/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml
index e4c446b5..88983bd8 100644
--- a/utils/provider/pom.xml
+++ b/utils/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath/>
</parent>
@@ -15,6 +15,12 @@
<packaging>bundle</packaging>
<name>ccsdk-sli-core :: utils :: ${project.artifactId}</name>
+
+
+ <properties>
+ <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version>
+ </properties>
+
<description>
The SLI Core Utilities Package provides common functionality for setting up SLI connectivity.
</description>