Skip to content

Commit 16dcafe

Browse files
authored
Update .gitmodules
1 parent 82b1746 commit 16dcafe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitmodules

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
[submodule "Abstractions"]
22
path = Abstractions
33
url = https://github.com/unitycontainer/abstractions.git
4-
branch = master
4+
branch = v2.x
55
[submodule "Container"]
66
path = Container
77
url = https://github.com/unitycontainer/container.git
8-
branch = master
8+
branch = v5.x
99
[submodule "Configuration"]
1010
path = Configuration
1111
url = https://github.com/unitycontainer/configuration.git
12-
branch = master
12+
branch = v5.x
1313
[submodule "Interception"]
1414
path = Interception
1515
url = https://github.com/unitycontainer/interception.git
16-
branch = master
16+
branch = v5.x
1717
[submodule "InterceptionConfiguration"]
1818
path = InterceptionConfiguration
1919
url = https://github.com/unitycontainer/interception-configuration.git
20-
branch = master
20+
branch = v5.x
2121
[submodule "RegistrationByConvention"]
2222
path = RegistrationByConvention
2323
url = https://github.com/unitycontainer/registration-by-convention.git
24-
branch = master
24+
branch = v5.x
2525
[submodule "CommonServiceLocator"]
2626
path = CommonServiceLocator
2727
url = https://github.com/unitycontainer/commonservicelocator.git
2828
branch = master
2929
[submodule "ServiceLocation"]
3030
path = ServiceLocation
3131
url = https://github.com/unitycontainer/service-location.git
32-
branch = master
32+
branch = v2.x

0 commit comments

Comments
 (0)