Skip to content

Commit 419f82c

Browse files
authored
update usages of compose-jb GitHub project name to compose-multiplatform (#5568)
Redirects from the old name work, but it is better to display up-to-date name. Also updates a number of links to the issues moved to YouTrack. Fixes [CMP-9042](https://youtrack.jetbrains.com/issue/CMP-9042) Replace all links to old sites to the new sites ## Release Notes N/A
1 parent 13d65cc commit 419f82c

35 files changed

Lines changed: 62 additions & 62 deletions

File tree

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/1.jpg
2-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/2.jpg
3-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/3.jpg
4-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/4.jpg
5-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/5.jpg
6-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/6.jpg
7-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/7.jpg
8-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/8.jpg
9-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/9.jpg
10-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/10.jpg
11-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/11.jpg
12-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/12.jpg
13-
https://raw.githubusercontent.com/JetBrains/compose-jb/master/artwork/imageviewerrepo/13.jpg
1+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/1.jpg
2+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/2.jpg
3+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/3.jpg
4+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/4.jpg
5+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/5.jpg
6+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/6.jpg
7+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/7.jpg
8+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/8.jpg
9+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/9.jpg
10+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/10.jpg
11+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/11.jpg
12+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/12.jpg
13+
https://raw.githubusercontent.com/JetBrains/compose-multiplatform/master/artwork/imageviewerrepo/13.jpg

ci/build-helpers/publishing/src/main/kotlin/org/jetbrains/compose/internal/publishing/FixModulesBeforePublishingTask.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ abstract class FixModulesBeforePublishingTask : DefaultTask() {
7373

7474
private fun fixPomIfNeeded(pom: PomDocument) {
7575
pom.fillMissingTags(
76-
projectUrl = "https://github.com/JetBrains/compose-jb",
76+
projectUrl = "https://github.com/JetBrains/compose-multiplatform",
7777
projectInceptionYear = "2020",
7878
licenseName = "The Apache Software License, Version 2.0",
7979
licenseUrl = "https://www.apache.org/licenses/LICENSE-2.0.txt",
8080
licenseDistribution = "repo",
81-
scmConnection = "scm:git:https://github.com/JetBrains/compose-jb.git",
82-
scmDeveloperConnection = "scm:git:https://github.com/JetBrains/compose-jb.git",
83-
scmUrl = "https://github.com/JetBrains/compose-jb",
81+
scmConnection = "scm:git:https://github.com/JetBrains/compose-multiplatform.git",
82+
scmDeveloperConnection = "scm:git:https://github.com/JetBrains/compose-multiplatform.git",
83+
scmUrl = "https://github.com/JetBrains/compose-multiplatform",
8484
developerName = "Compose Multiplatform Team",
8585
developerOrganization = "JetBrains",
8686
developerOrganizationUrl = "https://www.jetbrains.com",

ci/build-helpers/publishing/src/main/kotlin/org/jetbrains/compose/internal/publishing/utils/PomDocument.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ import javax.xml.transform.dom.DOMSource
1717
import javax.xml.transform.stream.StreamResult
1818

1919
/**
20-
projectUrl = "https://github.com/JetBrains/compose-jb",
20+
projectUrl = "https://github.com/JetBrains/compose-multiplatform",
2121
projectInceptionYear = "2020",
2222
licenseName = "The Apache Software License, Version 2.0",
2323
licenseUrl = "https://www.apache.org/licenses/LICENSE-2.0.txt",
2424
licenseDistribution = "repo",
25-
scmConnection = "scm:git:https://github.com/JetBrains/compose-jb.git",
26-
scmDeveloperConnection = "scm:git:https://github.com/JetBrains/compose-jb.git",
27-
scmUrl = "https://github.com/JetBrains/compose-jb",
25+
scmConnection = "scm:git:https://github.com/JetBrains/compose-multiplatform.git",
26+
scmDeveloperConnection = "scm:git:https://github.com/JetBrains/compose-multiplatform.git",
27+
scmUrl = "https://github.com/JetBrains/compose-multiplatform",
2828
developerName = "Compose Multiplatform Team",
2929
developerOrganization = "JetBrains",
3030
developerOrganizationUrl = "https://www.jetbrains.com",

components/buildSrc/src/main/kotlin/CommonMavenProperties.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fun Project.configureMavenPublication(
2222

2323
pom {
2424
this.name.set(name)
25-
url.set("https://github.com/JetBrains/compose-jb")
25+
url.set("https://github.com/JetBrains/compose-multiplatform")
2626
licenses {
2727
license {
2828
this.name.set("The Apache License, Version 2.0")

compose/integrations/composable-test-cases/testcases/anonymousObjects/main/src/commonTest/kotlin/Tests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Tests {
1313

1414
@Test
1515
// Issue: content.Abc$composable_z540rc_k$ is not a function
16-
// https://github.com/JetBrains/compose-jb/issues/2549
16+
// https://youtrack.jetbrains.com/issue/CMP-2549
1717
fun testComposableInAnonymousObject() = runTest {
1818
val root = composeText {
1919
val content: HasComposable2 = createHasComposable()

compose/integrations/composable-test-cases/testcases/rememberAnonymousObj/lib/src/commonMain/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface SomeInterface {
77
}
88

99
// Known to fail with k/js and decoys enabled
10-
// https://github.com/JetBrains/compose-jb/issues/2615
10+
// https://youtrack.jetbrains.com/issue/CMP-2615
1111
@Composable
1212
fun CallsRememberAnonymousObject() {
1313
val obj = remember { object {} }

examples/html/landing/src/jsMain/kotlin/com/sample/content/AboutComposeWebLibsSection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fun ComposeWebLibraries() {
9595
A(attrs = {
9696
classes(WtTexts.wtButton, WtTexts.wtButtonThemeLight, WtOffsets.wtTopOffset48, WtOffsets.wtTopOffsetSm24)
9797
target(ATarget.Blank)
98-
}, href = "https://github.com/jetbrains/compose-jb#compose-for-web") {
98+
}, href = "https://github.com/jetbrains/compose-multiplatform#compose-html") {
9999
Text("See all features")
100100
}
101101
}

examples/html/landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private fun getCards(): List<GetStartedCardPresentation> {
2222
links = listOf(
2323
LinkOnCard(
2424
linkText = "View tutorial",
25-
linkUrl = "https://github.com/JetBrains/compose-jb/tree/master/tutorials/Web/Getting_Started"
25+
linkUrl = "https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/HTML/Getting_Started"
2626
)
2727
)
2828
),
@@ -32,7 +32,7 @@ private fun getCards(): List<GetStartedCardPresentation> {
3232
links = listOf(
3333
LinkOnCard(
3434
linkText = "Explore the source code",
35-
linkUrl = "https://github.com/JetBrains/compose-jb/tree/master/examples/web-landing"
35+
linkUrl = "https://github.com/JetBrains/compose-multiplatform/tree/master/examples/html/landing"
3636
)
3737
)
3838
),
@@ -42,7 +42,7 @@ private fun getCards(): List<GetStartedCardPresentation> {
4242
links = listOf(
4343
LinkOnCard(
4444
linkText = "Explore the source code",
45-
linkUrl = "https://github.com/JetBrains/compose-jb/tree/master/examples/web-compose-bird"
45+
linkUrl = "https://github.com/JetBrains/compose-multiplatform/tree/master/examples/html/compose-bird"
4646
),
4747
LinkOnCard(
4848
linkText = "Play",

examples/html/landing/src/jsMain/kotlin/com/sample/content/IntroSection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private fun IntroAboutComposeWeb() {
107107
classes(WtTexts.wtButton, WtOffsets.wtTopOffset24)
108108
target(ATarget.Blank)
109109
},
110-
href = "https://github.com/jetbrains/compose-jb"
110+
href = "https://github.com/jetbrains/compose-multiplatform"
111111
) {
112112
Text("Explore on GitHub")
113113
}

examples/imageviewer/shared/src/desktopMain/kotlin/example/imageviewer/view/ImageViewer.desktop.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fun ApplicationScope.ImageViewerDesktop() {
6060
size = getPreferredWindowSize(720, 857)
6161
),
6262
icon = painterResource(Res.drawable.ic_imageviewer_round),
63-
// https://github.com/JetBrains/compose-jb/issues/2741
63+
// https://youtrack.jetbrains.com/issue/CMP-2741
6464
onKeyEvent = {
6565
if (it.type == KeyEventType.KeyUp) {
6666
when (it.key) {

0 commit comments

Comments
 (0)