Skip to content

Commit cf68335

Browse files
committed
v5.x
1 parent 82b1746 commit cf68335

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.gitmodules

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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
@@ -29,4 +29,4 @@
2929
[submodule "ServiceLocation"]
3030
path = ServiceLocation
3131
url = https://github.com/unitycontainer/service-location.git
32-
branch = master
32+
branch = v2.x

Container

0 commit comments

Comments
 (0)