From af1ee88cecfcd10e159c3f5bd3a4c89ab1f3eadf Mon Sep 17 00:00:00 2001 From: Kenny Bastani Date: Thu, 15 Dec 2016 06:14:29 -1000 Subject: [PATCH] Updated submodules --- .gitmodules | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitmodules b/.gitmodules index 97c07fa..36f114a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,15 @@ [submodule "account-parent/functions/account-suspended-function"] path = account-parent/functions/account-suspended-function url = https://github.com/event-stream-processing-microservices/account-suspended-function.git +[submodule "account-parent/functions/account-activated-function"] + path = account-parent/functions/account-activated-function + url = https://github.com/event-stream-processing-microservices/account-activated-function.git +[submodule "account-parent/functions/account-archived-function"] + path = account-parent/functions/account-archived-function + url = https://github.com/event-stream-processing-microservices/account-archived-function.git +[submodule "account-parent/functions/account-unsuspended-function"] + path = account-parent/functions/account-unsuspended-function + url = https://github.com/event-stream-processing-microservices/account-unsuspended-function.git +[submodule "account-parent/functions/account-unarchived-function"] + path = account-parent/functions/account-unarchived-function + url = https://github.com/event-stream-processing-microservices/account-unarchived-function.git