Use version 2.6.1 parent poms 67/136367/2
authorDan Timoney <dtimoney@att.com>
Wed, 8 Nov 2023 15:19:03 +0000 (10:19 -0500)
committerDan Timoney <dtimoney@att.com>
Wed, 8 Nov 2023 16:17:37 +0000 (11:17 -0500)
Use version 2.6.1 of parent poms

Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I350685d2bdc36f66d10763963704788a085228aa

pom.xml

diff --git a/pom.xml b/pom.xml
index be50162..cd55acc 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -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>