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 /netbox-client/installer/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 'netbox-client/installer/pom.xml')
-rwxr-xr-x | netbox-client/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netbox-client/installer/pom.xml b/netbox-client/installer/pom.xml index 133be89e..e4b39385 100755 --- a/netbox-client/installer/pom.xml +++ b/netbox-client/installer/pom.xml @@ -21,7 +21,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> |