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/pom.xml | |
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/pom.xml')
-rwxr-xr-x | properties-node/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |