diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-14 14:44:40 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-14 14:44:40 -0400 |
commit | 0b64786b103ae336a08d3b1f128a915eb0fdd36e (patch) | |
tree | 7404241297626040ce603ee0ae070b03b971a662 /base/pom.xml | |
parent | 80c596656c469990843f9da40f0d7655496029da (diff) |
Use RC2 version of parent pom
Update to use RC2 version of parent pom
Change-Id: I82a065af22fe64734830705028a5149b93445acd
Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'base/pom.xml')
-rw-r--r-- | base/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/pom.xml b/base/pom.xml index fb6ef98e..6b328f07 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <relativePath/> </parent> |