From ba02fc8ee8afa868dda1ca6f11d3dfa293ad4cf3 Mon Sep 17 00:00:00 2001
From: Dan Timoney <dtimoney@att.com>
Date: Wed, 30 Aug 2017 16:22:00 -0400
Subject: Roll version to rule out staging issue

Behavior observed in the odlsli docker container suggests that it might
be picking up an old build of 0.1.0-SNAPSHOT version of sli/core.  We
have observed this problem before due to issues with the Nexus staging
plugin.  This change bumps the version of sli/core to 0.1.1-SNAPSHOT and
comments out the staging plugin from the sli/core pom.xml to make sure
that the current build is picked up.  There will be a corresponding
change in ccsdk/distribution to change which version of sli/core is used
in the odlsli container

Change-Id: Ie3c2b4ff66191748df14240a69a7d461fc0d4639
Issue-ID: CCSDK-69
Signed-off-by: Dan Timoney <dtimoney@att.com>
---
 sliPluginUtils/installer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sliPluginUtils/installer')

diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml
index 33089131..a92c9cd9 100755
--- a/sliPluginUtils/installer/pom.xml
+++ b/sliPluginUtils/installer/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>sliPluginUtils</artifactId>
 		<groupId>org.onap.ccsdk.sli.core</groupId>
-		<version>0.1.0-SNAPSHOT</version>
+		<version>0.1.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>sliPluginUtils-installer</artifactId>
 	<name>SLI Plugin Utilities - Karaf  Installer</name>
-- 
cgit