diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-27 10:08:28 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-28 07:58:40 -0400 |
commit | a0863cee1c0343f3e22eaf35175be822766a8614 (patch) | |
tree | 3e568d18e6312e9c822a40dc6de0f14e3b728484 /asdcApi/installer | |
parent | bdf7c1ab4455d9d1151f25d3ca65947c126dfb7d (diff) |
Use RC1 version of parent poms and SDC client
Update to use RC1 version of parent poms and released
version of SDC client.
Change-Id: I4446f8819e815c5bf76dde9614228ccd4a68187d
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'asdcApi/installer')
-rwxr-xr-x | asdcApi/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml index 584f9e3d..2067ba84 100755 --- a/asdcApi/installer/pom.xml +++ b/asdcApi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> |