Skip to content

Commit 10ec227

Browse files
author
samgarasx
committed
Transfer repository to SunLand organization
1 parent b457402 commit 10ec227

File tree

8 files changed

+20
-17
lines changed

8 files changed

+20
-17
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ Artifacts using Maven and Gradle are published to Maven Central.
1313

1414
**All packages require JDK 8 to be installed.**
1515

16+
**Important:** versions starting from the Kotlin `v1.5.21` are being published with the new group ID `io.sunland`, since
17+
the repository has been transferred from [samgarasx](https://github.com/samgarasx) GitHub.
18+
1619
### Contributing
1720

18-
If you are interested to help in this project, please see the open [issues](https://github.com/samgarasx/kotlin-js-wrappers/issues)
21+
If you are interested to help in this project, please see the open [issues](https://github.com/sunlandx/kotlin-js-wrappers/issues)
1922
or contact to [samgarasx@gmail.com](mailto:samgarasx@gmail.com).

build.gradle.kts

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

99
subprojects {
10-
group = "io.github.samgarasx"
10+
group = "io.sunland"
1111
version = if (!project.name.contains("samples")) {
1212
version(project.name)
1313
} else "1.0-SNAPSHOT"

buildSrc/src/main/kotlin/wrapper-publish.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ configure<PublishingExtension> {
2424
pom {
2525
name.set(project.name)
2626
description.set(project.description)
27-
url.set("https://github.com/samgarasx/kotlin-js-wrappers")
27+
url.set("https://github.com/sunlandx/kotlin-js-wrappers")
2828

2929
licenses {
3030
license {
3131
name.set("Apache License, Version 2.0")
32-
url.set("https://github.com/samgarasx/kotlin-js-wrappers/blob/master/LICENSE")
32+
url.set("https://github.com/sunlandx/kotlin-js-wrappers/blob/master/LICENSE")
3333
}
3434
}
3535

@@ -42,9 +42,9 @@ configure<PublishingExtension> {
4242
}
4343

4444
scm {
45-
connection.set("scm:git:git://github.com/samgarasx/kotlin-js-wrappers.git")
46-
developerConnection.set("scm:git:git@github.com:samgarasx/kotlin-js-wrappers.git")
47-
url.set("https://github.com/samgarasx/kotlin-js-wrappers")
45+
connection.set("scm:git:git://github.com/sunlandx/kotlin-js-wrappers.git")
46+
developerConnection.set("scm:git:git@github.com:sunlandx/kotlin-js-wrappers.git")
47+
url.set("https://github.com/sunlandx/kotlin-js-wrappers")
4848
}
4949
}
5050
}

kotlin-antd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("io.github.samgarasx:kotlin-antd:VERSION")
17+
implementation("io.sunland:kotlin-antd:VERSION")
1818
}
1919
```
2020

2121
### Getting Started
2222

23-
You can view the [samples](https://github.com/samgarasx/kotlin-js-wrappers/tree/master/kotlin-antd/antd-samples) that follows
23+
You can view the [samples](https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-antd/antd-samples) that follows
2424
Ant Design [demo](https://github.com/ant-design/ant-design/tree/master/components) of each component to know
2525
how to use this library.

kotlin-moment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("io.github.samgarasx:kotlin-moment:VERSION")
17+
implementation("io.sunland:kotlin-moment:VERSION")
1818
}
1919
```
2020

2121
### Getting Started
2222

23-
You can view the [samples](https://github.com/samgarasx/kotlin-js-wrappers/tree/master/kotlin-moment/moment-samples) to know
23+
You can view the [samples](https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-moment/moment-samples) to know
2424
how to use this library.

kotlin-react-intl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("io.github.samgarasx:kotlin-react-intl:VERSION")
17+
implementation("io.sunland:kotlin-react-intl:VERSION")
1818
}
1919
```
2020

2121
### Getting Started
2222

23-
You can view the [samples](https://github.com/samgarasx/kotlin-js-wrappers/tree/master/kotlin-react-intl/react-intl-samples) to know
23+
You can view the [samples](https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-react-intl/react-intl-samples) to know
2424
how to use this library.

kotlin-react-responsive/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("io.github.samgarasx:kotlin-react-responsive:VERSION")
17+
implementation("io.sunland:kotlin-react-responsive:VERSION")
1818
}
1919
```
2020

2121
### Getting Started
2222

23-
You can view the [samples](https://github.com/samgarasx/kotlin-js-wrappers/tree/master/kotlin-react-responsive/react-responsive-samples) to know
23+
You can view the [samples](https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-react-responsive/react-responsive-samples) to know
2424
how to use this library.

kotlin-uikit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("io.github.samgarasx:kotlin-uikit:VERSION")
17+
implementation("io.sunland:kotlin-uikit:VERSION")
1818
}
1919
```
2020

2121
### Getting Started
2222

23-
You can view the [samples](https://github.com/samgarasx/kotlin-js-wrappers/tree/master/kotlin-uikit/uikit-samples) to know
23+
You can view the [samples](https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-uikit/uikit-samples) to know
2424
how to use this library.

0 commit comments

Comments
 (0)