From 583b56e9eb26b2a91f440ad589014bb44af82a05 Mon Sep 17 00:00:00 2001
From: "Timoney, Dan (dt5972)" <dtimoney@att.com>
Date: Fri, 11 Jan 2019 11:08:07 -0500
Subject: Updated git submodules

Project: ccsdk/parent master c04206a0d20db82417ebe9ede37441c6d9681cd3

Break dependency loop

Removed import of CCSDK repo artifact BOMs from parent poms
to break a dependency loop.  Including those meant that, when
rolling to a new release version, we'd have to touch parent twice:
first, with the 'old' version of CCDSK repos (since they're not built
yet), and then after they're built, we'd have to update parent
poms to import the rolled-version of the repo BOMs.  And after
that, we'd need to re-merge all the repos, so that they are compiled
against the correct version of sli core.

Change-Id: Id10c29e3f321defb1b911de894cf045693ef90cc
Issue-ID: CCSDK-939
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
---
 docs/submodules/ccsdk/parent.git | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/submodules/ccsdk')

diff --git a/docs/submodules/ccsdk/parent.git b/docs/submodules/ccsdk/parent.git
index 79ddeb64d..c04206a0d 160000
--- a/docs/submodules/ccsdk/parent.git
+++ b/docs/submodules/ccsdk/parent.git
@@ -1 +1 @@
-Subproject commit 79ddeb64d15861ad52d6f31d52fd7c61b9c2ade3
+Subproject commit c04206a0d20db82417ebe9ede37441c6d9681cd3
-- 
cgit