From 1cc2a93c88e57a27244ea64ca3694a214db92793 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 16 Dec 2019 17:03:47 -0500 Subject: [PATCH] Update git submodules * Update docs/submodules/ccsdk/features.git from branch 'master' to df195945d03dec122666e8d48e4c7ba94630468a - Refactoring multiple plugins Refactoring below plugins in sdnr/wt/common/pom.xml : 1) org.codehaus.mojo : exec-maven-plugin -> changing executable to bash so that it can run on windows too 2) com.github.alexcojocaru : elasticsearch-maven-plugin -> skip if tests are skipped during maven build Adding create dir step in es-intit.sh : sdnr/wt/data-provider/database/src/main/resources/es-init.sh -> cmd_initfile() -> mkdir -p $( dirname $INITFILENAME ) Change-Id: I78516406101659f802dad2fb68ca349f63a4dd2e Issue-ID: CCSDK-1994 Signed-off-by: Singal, Kapil (ks220y) --- docs/submodules/ccsdk/features.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/ccsdk/features.git b/docs/submodules/ccsdk/features.git index 6da38e954..df195945d 160000 --- a/docs/submodules/ccsdk/features.git +++ b/docs/submodules/ccsdk/features.git @@ -1 +1 @@ -Subproject commit 6da38e9544f5eadc39ba3cf9f28183a6dac79f9c +Subproject commit df195945d03dec122666e8d48e4c7ba94630468a -- 2.16.6