diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-25 17:01:07 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-25 17:01:07 -0400 |
commit | 8a0b24c4ebd171134d0ba74004dfe19050ac4acd (patch) | |
tree | b2f58547ea33e1f7b7f8ed9c4c0a9088acaa0418 /services/pom.xml | |
parent | 2c6d25946b68b14533295d7225261f1bdfb4a2fa (diff) |
Use version 1.1.8 of parenthonolulu
Use version 1.1.8 of parent in order to use APL-licensed version
of liquibase
Issue-ID: CCSDK-3423
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1db475fa8991d617d22536ce38d51f96c7806f85
Diffstat (limited to 'services/pom.xml')
-rw-r--r-- | services/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/pom.xml b/services/pom.xml index 00aa8d48..8b6d85ea 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.1</version> + <version>2.1.8</version> <relativePath/> </parent> |