From de211f25187f84032fc997a3b14c90a21ecc7963 Mon Sep 17 00:00:00 2001
From: Dan Timoney <dtimoney@att.com>
Date: Fri, 15 May 2020 14:54:24 -0400
Subject: Update to use RC2 artifacts

Update to use RC2 version of changed artifacts

Change-Id: I27286a78145f3ed419979c716c5157c872151732
Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
---
 ansible-server/pom.xml       | 2 +-
 dependencies/pom.xml         | 2 +-
 odlsli/odlsli-alpine/pom.xml | 7 +------
 pom.xml                      | 2 +-
 4 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index 630cf256..99cc7bcf 100644
--- a/ansible-server/pom.xml
+++ b/ansible-server/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.onap.ccsdk.parent</groupId>
 		<artifactId>odlparent-lite</artifactId>
-		<version>1.5.5-SNAPSHOT</version>
+		<version>1.5.6-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 5f802926..a2d37136 100755
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.5.5-SNAPSHOT</version>
+        <version>1.5.6-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 2e9b0122..9e7d4565 100644
--- a/odlsli/odlsli-alpine/pom.xml
+++ b/odlsli/odlsli-alpine/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.5.5-SNAPSHOT</version>
+        <version>1.5.6-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
@@ -38,11 +38,6 @@
         </ccsdk.odl.features>
         <odl.boot.features.extra>${odl.features.extra},${ccsdk.odl.features}</odl.boot.features.extra>
 
-        <ccsdk.features.version>0.7.5-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.sli.core.version>0.7.3-SNAPSHOT</ccsdk.sli.core.version>
-        <ccsdk.sli.adaptors.version>0.7.3-SNAPSHOT</ccsdk.sli.adaptors.version>
-        <ccsdk.sli.northbound.version>0.7.3-SNAPSHOT</ccsdk.sli.northbound.version>
-        <ccsdk.sli.plugins.version>0.7.3-SNAPSHOT</ccsdk.sli.plugins.version>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 3db39913..47acf410 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.5.5-SNAPSHOT</version>
+        <version>1.5.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.ccsdk.distribution</groupId>
-- 
cgit 1.2.3-korg