aboutsummaryrefslogtreecommitdiffstats
path: root/dataChange/model
diff options
context:
space:
mode:
Diffstat (limited to 'dataChange/model')
-rwxr-xr-xdataChange/model/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/dataChange/model/pom.xml b/dataChange/model/pom.xml
index 78b605d9..5d2ce7d1 100755
--- a/dataChange/model/pom.xml
+++ b/dataChange/model/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>
@@ -16,6 +16,10 @@
<name>ccsdk-sli-northbound :: dataChange :: ${project.artifactId}</name>
+ <properties>
+ <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>