REBASE: Updated submodules to use their 202302 release branches

This commit is contained in:
Ken Lautner 2023-05-15 16:20:20 -07:00
Родитель 6051742d75
Коммит 5550dc824c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -221,17 +221,17 @@ class Settings(CiSetupSettingsManager, CiBuildSettingsManager, UpdateSettingsMan
{
"Path": "Common/MU_TIANO",
"Url": "https://github.com/microsoft/mu_tiano_plus.git",
"Branch": "release/202208"
"Branch": "release/202302"
},
{
"Path": "MU_BASECORE",
"Url": "https://github.com/microsoft/mu_basecore.git",
"Branch": "release/202208"
"Branch": "release/202302"
},
{
"Path": "Silicon/Intel/MU_TIANO",
"Url": "https://github.com/microsoft/mu_silicon_intel_tiano.git",
"Branch": "release/202208"
"Branch": "release/202302"
}
]