Use version 2.3.0 of parent poms 54/125454/2
authorDan Timoney <dtimoney@att.com>
Thu, 28 Oct 2021 20:27:24 +0000 (16:27 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 1 Nov 2021 12:56:47 +0000 (08:56 -0400)
Use released version 2.3.0 of parent pom to avoid compile errors due to
removing aged-out snapshot version

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

Former-commit-id: 4dea590d4e8c99e51d9a24b69ac0fbaddd704ea2

SdncReports/pom.xml
admportal/pom.xml
configbackuprestore/pom.xml
pom.xml

index 666dbc7..9fd229c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-1-starter-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath/>
     </parent>
 
index 5c3bb19..5a33095 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath/>
     </parent>
 
index 3e235ab..658dfa5 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-1-starter-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
     <groupId>org.onap.sdnc.oam.vnfbackup</groupId>
diff --git a/pom.xml b/pom.xml
index a9c6a03..d2dd098 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath/>
     </parent>
 
@@ -28,7 +28,7 @@
         <ccsdk.oran.a1adapter.version>1.3.0-SNAPSHOT</ccsdk.oran.a1adapter.version>
         <sdnc.northbound.version>2.3.0-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc -->
         <ccsdk.distribution.version>1.3.0-SNAPSHOT</ccsdk.distribution.version> 
-        <ccsdk.sli.version>1.4.0-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.sli.version>1.4.1-SNAPSHOT</ccsdk.sli.version>
         <ccsdk.features.version>1.3.0-SNAPSHOT</ccsdk.features.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
         <!-- docker images versions -->