aboutsummaryrefslogtreecommitdiffstats
path: root/optical-service
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-09-20 11:07:31 -0400
committerDan Timoney <dtimoney@att.com>2022-09-20 11:07:31 -0400
commit6a8029c5a5318d64f6b0d67894a1e47bcacc50d5 (patch)
treea915d34784afc31d5ceb8aaca542af36066e6d48 /optical-service
parent219b28ed3c3ee23f10d67c9c50583a8bd5a84f3a (diff)
Update to use released Kohn ccsdk artifacts
Update to use released version of Kohn ccsdk artifacts Issue-ID: SDNC-1734 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If9a5d248508e6e779b1f9b6f6a1a2ec135764833
Diffstat (limited to 'optical-service')
-rw-r--r--optical-service/features/features-optical-service/pom.xml2
-rw-r--r--optical-service/features/pom.xml2
-rw-r--r--optical-service/features/sdnc-optical-service/pom.xml2
-rw-r--r--optical-service/installer/pom.xml2
-rw-r--r--optical-service/model/pom.xml2
-rw-r--r--optical-service/pom.xml2
-rw-r--r--optical-service/provider/pom.xml3
7 files changed, 7 insertions, 8 deletions
diff --git a/optical-service/features/features-optical-service/pom.xml b/optical-service/features/features-optical-service/pom.xml
index d5898959..02ed1a78 100644
--- a/optical-service/features/features-optical-service/pom.xml
+++ b/optical-service/features/features-optical-service/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>2.4.1</version>
+ <version>2.4.2</version>
<relativePath/>
</parent>
diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml
index 14302ca7..037b96a1 100644
--- a/optical-service/features/pom.xml
+++ b/optical-service/features/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.4.1</version>
+ <version>2.4.2</version>
<relativePath/>
</parent>
diff --git a/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml
index 0aca3f82..9c8a9cd7 100644
--- a/optical-service/features/sdnc-optical-service/pom.xml
+++ b/optical-service/features/sdnc-optical-service/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>2.4.1</version>
+ <version>2.4.2</version>
<relativePath/>
</parent>
diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml
index 73110d50..bb79df3a 100644
--- a/optical-service/installer/pom.xml
+++ b/optical-service/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.4.1</version>
+ <version>2.4.2</version>
<relativePath/>
</parent>
diff --git a/optical-service/model/pom.xml b/optical-service/model/pom.xml
index 87ed2a95..da35f941 100644
--- a/optical-service/model/pom.xml
+++ b/optical-service/model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.4.1</version>
+ <version>2.4.2</version>
<relativePath/>
</parent>
diff --git a/optical-service/pom.xml b/optical-service/pom.xml
index 2e059de3..b8ae5503 100644
--- a/optical-service/pom.xml
+++ b/optical-service/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.4.1</version>
+ <version>2.4.2</version>
<relativePath/>
</parent>
diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml
index e1497623..3edc983e 100644
--- a/optical-service/provider/pom.xml
+++ b/optical-service/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.4.1</version>
+ <version>2.4.2</version>
<relativePath/>
</parent>
@@ -18,7 +18,6 @@
<properties>
<sdnc.northbound.version>${project.version}</sdnc.northbound.version>
- <ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version>
</properties>
<dependencies>