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 | |
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')
-rwxr-xr-x | asdcApi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/model/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 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> diff --git a/asdcApi/model/pom.xml b/asdcApi/model/pom.xml index 25efb91e..cecd730a 100755 --- a/asdcApi/model/pom.xml +++ b/asdcApi/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml index 1909e71c..19382787 100755 --- a/asdcApi/pom.xml +++ b/asdcApi/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> diff --git a/asdcApi/provider/pom.xml b/asdcApi/provider/pom.xml index 3ded093f..8aa619a2 100755 --- a/asdcApi/provider/pom.xml +++ b/asdcApi/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.2</version> + <version>1.5.4</version> <relativePath/> </parent> |