Rename submodule branches to release/2.0

This commit is contained in:
Nate McMaster 2018-01-17 10:01:24 -08:00
parent 386c3f4664
commit a5d6f9b36f
3 changed files with 45 additions and 45 deletions

86
.gitmodules vendored
View File

@ -1,172 +1,172 @@
[submodule "modules/Antiforgery"] [submodule "modules/Antiforgery"]
path = modules/Antiforgery path = modules/Antiforgery
url = https://github.com/aspnet/Antiforgery.git url = https://github.com/aspnet/Antiforgery.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/AzureIntegration"] [submodule "modules/AzureIntegration"]
path = modules/AzureIntegration path = modules/AzureIntegration
url = https://github.com/aspnet/AzureIntegration.git url = https://github.com/aspnet/AzureIntegration.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/BasicMiddleware"] [submodule "modules/BasicMiddleware"]
path = modules/BasicMiddleware path = modules/BasicMiddleware
url = https://github.com/aspnet/BasicMiddleware.git url = https://github.com/aspnet/BasicMiddleware.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/BrowserLink"] [submodule "modules/BrowserLink"]
path = modules/BrowserLink path = modules/BrowserLink
url = https://github.com/aspnet/BrowserLink.git url = https://github.com/aspnet/BrowserLink.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/CORS"] [submodule "modules/CORS"]
path = modules/CORS path = modules/CORS
url = https://github.com/aspnet/CORS.git url = https://github.com/aspnet/CORS.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/DataProtection"] [submodule "modules/DataProtection"]
path = modules/DataProtection path = modules/DataProtection
url = https://github.com/aspnet/DataProtection.git url = https://github.com/aspnet/DataProtection.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Diagnostics"] [submodule "modules/Diagnostics"]
path = modules/Diagnostics path = modules/Diagnostics
url = https://github.com/aspnet/Diagnostics.git url = https://github.com/aspnet/Diagnostics.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/EntityFrameworkCore"] [submodule "modules/EntityFrameworkCore"]
path = modules/EntityFrameworkCore path = modules/EntityFrameworkCore
url = https://github.com/aspnet/EntityFrameworkCore.git url = https://github.com/aspnet/EntityFrameworkCore.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Hosting"] [submodule "modules/Hosting"]
path = modules/Hosting path = modules/Hosting
url = https://github.com/aspnet/Hosting.git url = https://github.com/aspnet/Hosting.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/HttpAbstractions"] [submodule "modules/HttpAbstractions"]
path = modules/HttpAbstractions path = modules/HttpAbstractions
url = https://github.com/aspnet/HttpAbstractions.git url = https://github.com/aspnet/HttpAbstractions.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/HttpSysServer"] [submodule "modules/HttpSysServer"]
path = modules/HttpSysServer path = modules/HttpSysServer
url = https://github.com/aspnet/HttpSysServer.git url = https://github.com/aspnet/HttpSysServer.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Identity"] [submodule "modules/Identity"]
path = modules/Identity path = modules/Identity
url = https://github.com/aspnet/Identity.git url = https://github.com/aspnet/Identity.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/IISIntegration"] [submodule "modules/IISIntegration"]
path = modules/IISIntegration path = modules/IISIntegration
url = https://github.com/aspnet/IISIntegration.git url = https://github.com/aspnet/IISIntegration.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/JavaScriptServices"] [submodule "modules/JavaScriptServices"]
path = modules/JavaScriptServices path = modules/JavaScriptServices
url = https://github.com/aspnet/JavaScriptServices.git url = https://github.com/aspnet/JavaScriptServices.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/KestrelHttpServer"] [submodule "modules/KestrelHttpServer"]
path = modules/KestrelHttpServer path = modules/KestrelHttpServer
url = https://github.com/aspnet/KestrelHttpServer.git url = https://github.com/aspnet/KestrelHttpServer.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Localization"] [submodule "modules/Localization"]
path = modules/Localization path = modules/Localization
url = https://github.com/aspnet/Localization.git url = https://github.com/aspnet/Localization.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/MetaPackages"] [submodule "modules/MetaPackages"]
path = modules/MetaPackages path = modules/MetaPackages
url = https://github.com/aspnet/MetaPackages.git url = https://github.com/aspnet/MetaPackages.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Mvc"] [submodule "modules/Mvc"]
path = modules/Mvc path = modules/Mvc
url = https://github.com/aspnet/Mvc.git url = https://github.com/aspnet/Mvc.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/MvcPrecompilation"] [submodule "modules/MvcPrecompilation"]
path = modules/MvcPrecompilation path = modules/MvcPrecompilation
url = https://github.com/aspnet/MvcPrecompilation.git url = https://github.com/aspnet/MvcPrecompilation.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Proxy"] [submodule "modules/Proxy"]
path = modules/Proxy path = modules/Proxy
url = https://github.com/aspnet/Proxy.git url = https://github.com/aspnet/Proxy.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Razor"] [submodule "modules/Razor"]
path = modules/Razor path = modules/Razor
url = https://github.com/aspnet/Razor.git url = https://github.com/aspnet/Razor.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/ResponseCaching"] [submodule "modules/ResponseCaching"]
path = modules/ResponseCaching path = modules/ResponseCaching
url = https://github.com/aspnet/ResponseCaching.git url = https://github.com/aspnet/ResponseCaching.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Routing"] [submodule "modules/Routing"]
path = modules/Routing path = modules/Routing
url = https://github.com/aspnet/Routing.git url = https://github.com/aspnet/Routing.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Scaffolding"] [submodule "modules/Scaffolding"]
path = modules/Scaffolding path = modules/Scaffolding
url = https://github.com/aspnet/Scaffolding.git url = https://github.com/aspnet/Scaffolding.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Security"] [submodule "modules/Security"]
path = modules/Security path = modules/Security
url = https://github.com/aspnet/Security.git url = https://github.com/aspnet/Security.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/ServerTests"] [submodule "modules/ServerTests"]
path = modules/ServerTests path = modules/ServerTests
url = https://github.com/aspnet/ServerTests.git url = https://github.com/aspnet/ServerTests.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Session"] [submodule "modules/Session"]
path = modules/Session path = modules/Session
url = https://github.com/aspnet/Session.git url = https://github.com/aspnet/Session.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/StaticFiles"] [submodule "modules/StaticFiles"]
path = modules/StaticFiles path = modules/StaticFiles
url = https://github.com/aspnet/StaticFiles.git url = https://github.com/aspnet/StaticFiles.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/WebSockets"] [submodule "modules/WebSockets"]
path = modules/WebSockets path = modules/WebSockets
url = https://github.com/aspnet/WebSockets.git url = https://github.com/aspnet/WebSockets.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Caching"] [submodule "modules/Caching"]
path = modules/Caching path = modules/Caching
url = https://github.com/aspnet/Caching.git url = https://github.com/aspnet/Caching.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Common"] [submodule "modules/Common"]
path = modules/Common path = modules/Common
url = https://github.com/aspnet/Common.git url = https://github.com/aspnet/Common.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Configuration"] [submodule "modules/Configuration"]
path = modules/Configuration path = modules/Configuration
url = https://github.com/aspnet/Configuration.git url = https://github.com/aspnet/Configuration.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/DependencyInjection"] [submodule "modules/DependencyInjection"]
path = modules/DependencyInjection path = modules/DependencyInjection
url = https://github.com/aspnet/DependencyInjection.git url = https://github.com/aspnet/DependencyInjection.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/DotNetTools"] [submodule "modules/DotNetTools"]
path = modules/DotNetTools path = modules/DotNetTools
url = https://github.com/aspnet/DotNetTools.git url = https://github.com/aspnet/DotNetTools.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/EventNotification"] [submodule "modules/EventNotification"]
path = modules/EventNotification path = modules/EventNotification
url = https://github.com/aspnet/EventNotification.git url = https://github.com/aspnet/EventNotification.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/FileSystem"] [submodule "modules/FileSystem"]
path = modules/FileSystem path = modules/FileSystem
url = https://github.com/aspnet/FileSystem.git url = https://github.com/aspnet/FileSystem.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/HtmlAbstractions"] [submodule "modules/HtmlAbstractions"]
path = modules/HtmlAbstractions path = modules/HtmlAbstractions
url = https://github.com/aspnet/HtmlAbstractions.git url = https://github.com/aspnet/HtmlAbstractions.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/JsonPatch"] [submodule "modules/JsonPatch"]
path = modules/JsonPatch path = modules/JsonPatch
url = https://github.com/aspnet/JsonPatch.git url = https://github.com/aspnet/JsonPatch.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Logging"] [submodule "modules/Logging"]
path = modules/Logging path = modules/Logging
url = https://github.com/aspnet/Logging.git url = https://github.com/aspnet/Logging.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Microsoft.Data.Sqlite"] [submodule "modules/Microsoft.Data.Sqlite"]
path = modules/Microsoft.Data.Sqlite path = modules/Microsoft.Data.Sqlite
url = https://github.com/aspnet/Microsoft.Data.Sqlite.git url = https://github.com/aspnet/Microsoft.Data.Sqlite.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Options"] [submodule "modules/Options"]
path = modules/Options path = modules/Options
url = https://github.com/aspnet/Options.git url = https://github.com/aspnet/Options.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Testing"] [submodule "modules/Testing"]
path = modules/Testing path = modules/Testing
url = https://github.com/aspnet/Testing.git url = https://github.com/aspnet/Testing.git
branch = release/2.0.0 branch = release/2.0
[submodule "modules/Templating"] [submodule "modules/Templating"]
path = modules/Templating path = modules/Templating
url = https://github.com/aspnet/Templating.git url = https://github.com/aspnet/Templating.git
branch = release/2.0.0 branch = release/2.0

@ -1 +1 @@
Subproject commit f8b48b528fc6290c3248c1d99b00fceddb108622 Subproject commit c9e2d585a49e861fe0c2f4846dedb44cba997b16

@ -1 +1 @@
Subproject commit b9d90b03760dab2610be32ca561c702ca3e10a6e Subproject commit 598188a29a02d7793c4fe15fbe9c88197eb81a8a