Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid scm url #4

Open
IgnatBeresnev opened this issue Jun 5, 2024 · 1 comment
Open

Invalid scm url #4

IgnatBeresnev opened this issue Jun 5, 2024 · 1 comment

Comments

@IgnatBeresnev
Copy link

Services like https://klibs.io might rely on scm urls to group artifacts under the same project

It seems like this repository publishes a couple of Kotlin Multiplatform artifacts that have the wrong scm url set (although I'm not sure if it's this repo or some other)

Could you please check and correct it, if possible?

+----------------+----------------+------------------------------------------+--------------------------+-------+
|group_id        |artifact_id     |scm_url                                   |release_ts                |version|
+----------------+----------------+------------------------------------------+--------------------------+-------+
|org.kodein.emoji|emoji-compose-m2|https://github.com/kosi-libs/Kosi-Emoji-KT|2024-06-03 12:34:36.000000|2.0.1  |
|org.kodein.emoji|emoji-compose-m3|https://github.com/kosi-libs/Kosi-Emoji-KT|2024-06-03 12:34:36.000000|2.0.1  |
|org.kodein.emoji|emoji-compose   |https://github.com/kosi-libs/Kosi-Emoji-KT|2024-06-03 12:32:49.000000|2.0.1  |
|org.kodein.emoji|emoji-kt        |https://github.com/kosi-libs/Kosi-Emoji-KT|2024-06-03 12:28:36.000000|2.0.1  |
+----------------+----------------+------------------------------------------+--------------------------+-------+
@IgnatBeresnev
Copy link
Author

IgnatBeresnev commented Jun 5, 2024

Found more kosi-libs artifacts with the same issue, it's probably an error in some common publishing configuration

+---------------------------+---------------------------+------------------------------------------+--------------------------+-------+
|group_id                   |artifact_id                |scm_url                                   |release_ts                |version|
+---------------------------+---------------------------+------------------------------------------+--------------------------+-------+
|org.kodein.di              |kodein-di-conf             |https://github.com/kosi-libs/Kosi-Kodein  |2024-05-23 16:14:33.000000|7.22.0 |
|org.kodein.di              |kodein-di-framework-compose|https://github.com/kosi-libs/Kosi-Kodein  |2024-05-23 16:12:37.000000|7.22.0 |
|org.kodein.di              |kodein-di                  |https://github.com/kosi-libs/Kosi-Kodein  |2024-05-23 16:07:56.000000|7.22.0 |
|org.kodein.log             |canard                     |https://github.com/kosi-libs/Kosi-Canard  |2024-05-23 06:16:04.000000|1.2.0  |
|org.kodein.type            |kaverit                    |https://github.com/kosi-libs/Kosi-Kaverit |2024-05-23 06:03:03.000000|2.9.0  |
|org.kodein.compose.html.css|css-in-composable          |https://github.com/kosi-libs/Kosi-CiC     |2024-02-03 15:42:15.000000|1.7.0  |
|org.kodein.mock            |mockmp-test-helper-junit5  |https://github.com/kosi-libs/Kosi-MocKMP  |2024-02-01 16:13:25.000000|1.17.0 |
|org.kodein.mock            |mockmp-test-helper         |https://github.com/kosi-libs/Kosi-MocKMP  |2024-02-01 16:13:14.000000|1.17.0 |
|org.kodein.mock            |mockmp-runtime             |https://github.com/kosi-libs/Kosi-MocKMP  |2024-02-01 16:09:07.000000|1.17.0 |
+---------------------------+---------------------------+------------------------------------------+--------------------------+-------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant