diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-16 08:04:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-16 08:04:24 -0400 |
commit | 486c807d42a96fd73873423398cb8de1f2e1a6c3 (patch) | |
tree | 77aa465ea1c96b2b4777293e201b82ef5ffbebd9 /ms/sliboot/pom.xml | |
parent | 92ccf516b0ba36df3f1897aeb34850cb1925aa07 (diff) |
Use released version of parent pom
Update guilin branch of ccsdk/apps to use released version 2.0.1 of
parent poms.
Change-Id: I95e151b9d42b57e77b0ae74b6d87474c60b687a7
Issue-ID: CCSDK-2917
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/sliboot/pom.xml')
-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 e537c479..fdd4c740 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.0.2-SNAPSHOT</version> + <version>2.0.1</version> <relativePath/> </parent> |