diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-29 11:48:25 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-29 11:48:25 -0400 |
commit | 57d845ac71712fd60a350f084a186e63932bc327 (patch) | |
tree | 6a8e5dd99ce5497c5ef67319e8a64b679b8e5dda /cds-ui | |
parent | e2d379be0f177196553da53c78561433abb28ef5 (diff) |
Use RC1 version of parent poms
Update to use released RC1 version of parent poms
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I254d42079b21d280cb85fa05a7c2b87c715ae46b
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 5a55e127a..895543e90 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.3-SNAPSHOT</version> + <version>1.5.4</version> <relativePath/> </parent> |