Skip to content

Commit cadc405

Browse files
committed
[Update Checkout] Use new swift-4.0-branch for all projects in update checkout script
1 parent 3b05c5d commit cadc405

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

utils/update-checkout-config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@
118118
"clang": "swift-4.0-branch",
119119
"swift": "swift-4.0-branch",
120120
"lldb": "swift-4.0-branch",
121-
"cmark": "master",
122-
"llbuild": "master",
123-
"swiftpm": "master",
121+
"cmark": "swift-4.0-branch",
122+
"llbuild": "swift-4.0-branch",
123+
"swiftpm": "swift-4.0-branch",
124124
"compiler-rt": "swift-4.0-branch",
125-
"swift-corelibs-xctest": "master",
126-
"swift-corelibs-foundation": "master",
127-
"swift-corelibs-libdispatch": "master",
128-
"swift-integration-tests": "master",
129-
"swift-xcode-playground-support": "master",
125+
"swift-corelibs-xctest": "swift-4.0-branch",
126+
"swift-corelibs-foundation": "swift-4.0-branch",
127+
"swift-corelibs-libdispatch": "swift-4.0-branch",
128+
"swift-integration-tests": "swift-4.0-branch",
129+
"swift-xcode-playground-support": "swift-4.0-branch",
130130
"ninja": "release"
131131
}
132132
}

0 commit comments

Comments
 (0)