diff options
Diffstat (limited to 'northbound/asdcApi')
-rwxr-xr-x | northbound/asdcApi/model/pom.xml | 4 | ||||
-rwxr-xr-x | northbound/asdcApi/pom.xml | 3 | ||||
-rwxr-xr-x | northbound/asdcApi/provider/pom.xml | 6 |
3 files changed, 1 insertions, 12 deletions
diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml index ede2bca16..a31cd3079 100755 --- a/northbound/asdcApi/model/pom.xml +++ b/northbound/asdcApi/model/pom.xml @@ -16,10 +16,6 @@ <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version> - </properties> - <dependencies> <dependency> diff --git a/northbound/asdcApi/pom.xml b/northbound/asdcApi/pom.xml index 203946e2e..9dfe29782 100755 --- a/northbound/asdcApi/pom.xml +++ b/northbound/asdcApi/pom.xml @@ -22,7 +22,4 @@ <module>installer</module> </modules> - <properties> - <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version> - </properties> </project> diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml index c267fc0c4..a308ff5a1 100755 --- a/northbound/asdcApi/provider/pom.xml +++ b/northbound/asdcApi/provider/pom.xml @@ -16,16 +16,12 @@ <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version> - </properties> - <dependencyManagement> <dependencies> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-core-artifacts</artifactId> - <version>${ccsdk.sli.core.version}</version> + <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> |