diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-10-28 09:55:09 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2019-10-28 12:44:55 -0400 |
commit | 5df2f4d4e9ab35db767443f9aa8355dbe4d59ca4 (patch) | |
tree | e3612f1006598aac861753f9b1ed245962114811 /.gitmodules | |
parent | ca1d1f534a7c5113eb2de1704f8c8df45b545de1 (diff) |
Add 5.0.1-ONAP refs for submodules
Updated .gitmodules to reference testsuite/oom as 5.0.1-ONAP
and aai/oom as 5.0.2-ONAP tags.
Issue-ID: OOM-2154
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: Ife172c42904ea081007c34effd3d9dc70ef151a3
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 6c9fcf94b0..f4cad53297 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "kubernetes/aai"] path = kubernetes/aai url = ../aai/oom - branch = elalto + branch = 5.0.2-ONAP ignore = dirty [submodule "kubernetes/robot"] path = kubernetes/robot url = ../testsuite/oom - branch = elalto + branch = 5.0.1-ONAP ignore = dirty |