diff options
Diffstat (limited to 'features/features-sli-northbound/pom.xml')
-rw-r--r-- | features/features-sli-northbound/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/features/features-sli-northbound/pom.xml b/features/features-sli-northbound/pom.xml index 09043ce7c..60f8d735f 100644 --- a/features/features-sli-northbound/pom.xml +++ b/features/features-sli-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath/> </parent> @@ -16,6 +16,10 @@ <name>ccsdk-sli-northbound :: features :: ${project.artifactId}</name> + <properties> + <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version> + </properties> + <dependencies> <dependency> <groupId>${project.groupId}</groupId> |