diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-30 10:38:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-15 13:45:49 -0400 |
commit | fdefe5c32e481252666aa291975ce7141e985ce5 (patch) | |
tree | e8e1eba58585d5a68e95499b744b0180b4e3fabf /properties-node | |
parent | 953072c4c372748c54abe4214513fc3341ceb915 (diff) |
Use RC2 versions of parent poms
Update to use RC2 version of parent poms and use version
of ccsdk.sli.core.version specified in parent pom
rather than assuming it as same as sli/plugins version
Change-Id: Icca1a9ab7627b98be4168b298fdbbe00781ee04c
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'properties-node')
-rwxr-xr-x | properties-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/provider/pom.xml | 6 |
3 files changed, 3 insertions, 7 deletions
diff --git a/properties-node/installer/pom.xml b/properties-node/installer/pom.xml index 41639618..38a74516 100755 --- a/properties-node/installer/pom.xml +++ b/properties-node/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/properties-node/pom.xml b/properties-node/pom.xml index cf759548..ba4e5ea0 100755 --- a/properties-node/pom.xml +++ b/properties-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml index ca2cce5c..415b1e5d 100755 --- a/properties-node/provider/pom.xml +++ b/properties-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> @@ -15,10 +15,6 @@ <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version> - </properties> - <dependencyManagement> <dependencies> <dependency> |