Skip to content

Commit c988a74

Browse files
authored
Merge pull request #4450 from JetBrains/ktl-1576-kotlinlang-api-ref
chore(ci): use release tag for kotlinx-io
2 parents 944ce89 + 5057051 commit c988a74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.teamcity/BuildParams.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object BuildParams {
44
const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0-RC"
55
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.3"
66
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"
88
const val KOTLIN_RELEASE_TAG = "v2.0.20"
99

1010
const val SEARCH_APP_ID = "7961PKYRXV"

.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import jetbrains.buildServer.configs.kotlin.vcs.GitVcsRoot
66
object KotlinxIO : GitVcsRoot({
77
name = "kotlinx-io vcs root"
88
url = "[email protected]:Kotlin/kotlinx-io.git"
9-
branch = "refs/heads/ktl-1576-kotlinlang-api-ref"
9+
branch = "refs/tags/$KOTLINX_IO_RELEASE_TAG"
1010
branchSpec = """
1111
+:refs/heads/(*)
1212
+:refs/tags/(*)

0 commit comments

Comments
 (0)