diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-08 08:50:29 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-08 08:50:29 -0500 |
commit | 00d0ceb185116b7f1646b042271fb08637cb80eb (patch) | |
tree | 773f364cab0e3d9c6875dcc87f3fb817904faf4a /ms/sliboot | |
parent | 5837393fad1c00ab044b04e9ae5b83b5ae6005b0 (diff) |
Use latest Honolulu parent pom
Update to use parent pom version 2.1.1-SNAPSHOT
Change-Id: I7dfe6080d6801231b817d9cd5c97c7ce17e1c7d9
Issue-ID: CCSDK-3139
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/sliboot')
-rw-r--r-- | ms/sliboot/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index b1879e54..5d95969d 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.0</version> + <version>2.1.1-SNAPSHOT</version> <relativePath/> </parent> |