Skip to content

Commit 9e18893

Browse files
committed
Switching modules
1 parent f328aca commit 9e18893

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.gitmodules

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,32 @@
99
[submodule "Configuration"]
1010
path = Configuration
1111
url = https://github.com/unitycontainer/configuration.git
12-
branch = v5.x
12+
branch = master
1313
[submodule "Interception"]
1414
path = Interception
1515
url = https://github.com/unitycontainer/interception.git
16-
branch = v5.x
16+
branch = master
1717
[submodule "InterceptionConfiguration"]
1818
path = InterceptionConfiguration
1919
url = https://github.com/unitycontainer/interception-configuration.git
20-
branch = v5.x
20+
branch = master
2121
[submodule "RegistrationByConvention"]
2222
path = RegistrationByConvention
2323
url = https://github.com/unitycontainer/registration-by-convention.git
24+
branch = master
2425
[submodule "CommonServiceLocator"]
2526
path = CommonServiceLocator
2627
url = https://github.com/unitycontainer/commonservicelocator.git
2728
branch = master
2829
[submodule "ServiceLocation"]
2930
path = ServiceLocation
3031
url = https://github.com/unitycontainer/service-location.git
31-
branch = v2.x
32+
branch = master
3233
[submodule "MVC"]
3334
path = MVC
3435
url = https://github.com/unitycontainer/aspnet-mvc.git
36+
branch = master
3537
[submodule "WebAPI"]
3638
path = WebAPI
3739
url = https://github.com/unitycontainer/aspnet-webapi.git
40+
branch = master

ServiceLocation

0 commit comments

Comments
 (0)