diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-08 10:19:03 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-08 11:17:37 -0500 |
commit | 66bf727345053e969208c48d6cc04471a5503cb5 (patch) | |
tree | 5b3dc16e3d5a43628ca72eb816ba287b09f1b16e | |
parent | 6a7f13fa7e284cbec5b0743c10fdd33286aaf2ec (diff) |
Use version 2.6.1 parent poms
Use version 2.6.1 of parent poms
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I350685d2bdc36f66d10763963704788a085228aa
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-30-starter-parent</artifactId> - <version>2.6.0</version> + <version>2.6.1</version> <relativePath/> </parent> @@ -53,7 +53,7 @@ <gson.version>2.9.0</gson.version> <springfox.version>3.0.0</springfox.version> <aaf.cadi.version>2.1.21</aaf.cadi.version> - <ccsdk.sli.core.version>1.7.0-SNAPSHOT</ccsdk.sli.core.version> + <ccsdk.sli.core.version>1.7.1</ccsdk.sli.core.version> <maven.compiler.source>1.11</maven.compiler.source> <maven.compiler.target>1.11</maven.compiler.target> </properties> |