diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-27 07:23:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-27 07:23:00 -0400 |
commit | d6a9c5877c92481f26bb5ab478452e8564a9aec8 (patch) | |
tree | 4df48d02b8be1e26d76b570f3e1395f36973cf0b /ms/neng | |
parent | 2fec7d8f57eadc1ac91cc8e7742ef5842da466e8 (diff) |
Update to use RC2 parent pom
Update to use Frankfurt RC2 version of parent pom
Change-Id: Iec537a505b39f2d59d55ebc5f1db94b9b1e25cf7
Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/neng')
-rw-r--r-- | ms/neng/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 08ad4c7f..c1b4693d 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -233,7 +233,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.7</version> <relativePath/> </parent> |