File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
builds/apiReferences/vcsRoots Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ object BuildParams {
4
4
const val KOTLINX_COROUTINES_RELEASE_TAG = " 1.9.0-RC"
5
5
const val KOTLINX_SERIALIZATION_RELEASE_TAG = " v1.7.3"
6
6
const val KOTLINX_DATETIME_RELEASE_TAG = " v0.6.0"
7
- const val KOTLINX_IO_RELEASE_TAG = " 0.5.2 "
7
+ const val KOTLINX_IO_RELEASE_TAG = " 0.5.4 "
8
8
const val KOTLIN_RELEASE_TAG = " v2.0.20"
9
9
10
10
const val SEARCH_APP_ID = " 7961PKYRXV"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import jetbrains.buildServer.configs.kotlin.vcs.GitVcsRoot
6
6
object KotlinxIO : GitVcsRoot({
7
7
name = " kotlinx-io vcs root"
8
8
url =
" [email protected] :Kotlin/kotlinx-io.git"
9
- branch = " refs/heads/ktl-1576-kotlinlang-api-ref "
9
+ branch = " refs/tags/ $KOTLINX_IO_RELEASE_TAG "
10
10
branchSpec = """
11
11
+:refs/heads/(*)
12
12
+:refs/tags/(*)
You can’t perform that action at this time.
0 commit comments