From 04ee552ce058afd06585a6eaf9671b003aeae13d Mon Sep 17 00:00:00 2001 From: DimaDemchenko Date: Tue, 14 Jan 2025 10:18:04 +0200 Subject: [PATCH] Chore: adjust publishing settings for org repo --- p2pml/build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/p2pml/build.gradle.kts b/p2pml/build.gradle.kts index f779f1a..0e941aa 100644 --- a/p2pml/build.gradle.kts +++ b/p2pml/build.gradle.kts @@ -60,9 +60,9 @@ afterEvaluate { version = "0.0.1-SNAPSHOT" pom { - name.set("p2pml") + name.set("P2P Media Loader Mobile") description.set("A sample Kotlin/Android library for P2P media streaming") - url.set("https://github.com/DimaDemchenko/p2pml-kotlin") + url.set("https://github.com/Novage/p2p-media-loader-mobile") licenses { license { name.set("MIT License") @@ -70,9 +70,9 @@ afterEvaluate { } } scm { - connection.set("scm:git:git://github.com/DimaDemchenko/p2pml-kotlin.git") - developerConnection.set("scm:git:ssh://github.com:DimaDemchenko/p2pml-kotlin.git") - url.set("https://github.com/DimaDemchenko/p2pml-kotlin") + connection.set("scm:git:git://github.com/Novage/p2p-media-loader-mobile.git") + developerConnection.set("scm:git:ssh://github.com:Novage/p2p-media-loader-mobile.git") + url.set("https://github.com/Novage/p2p-media-loader-mobile") } developers { developer { @@ -87,7 +87,7 @@ afterEvaluate { repositories { maven { name = "GitHubPackages" - url = uri("https://maven.pkg.github.com/DimaDemchenko/p2pml-kotlin") + url = uri("https://maven.pkg.github.com/Novage/p2p-media-loader-mobile") credentials { username = System.getenv("GITHUB_ACTOR") ?: "" password = System.getenv("GITHUB_TOKEN") ?: ""