Skip to content

Commit 584b0a4

Browse files
committed
Update Maven Publish plugin configuration and correct POM URLs
1 parent 3afeb24 commit 584b0a4

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,6 @@ dokka {
164164

165165
mavenPublishing {
166166
publishToMavenCentral(automaticRelease = true)
167+
pomFromGradleProperties()
167168
signAllPublications()
168169
}

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ kotlin.mpp.applyDefaultHierarchyTemplate=false
88

99
POM_NAME=docker-kotlin
1010
POM_DESCRIPTION=Docker Engine Remote API client
11-
POM_URL=https://github.com/DevNatan/docker-kotlin
11+
POM_URL=https://github.com/devnatan/docker-kotlin
1212
POM_INCEPTION_YEAR=2021
13-
POM_SCM_URL=https://github.com/DevNatan/docker-kotlin
14-
POM_SCM_CONNECTION=scm:git:git:github.com/DevNatan/docker-kotlin.git
15-
POM_SCM_DEV_CONNECTION=scm:git:https://github.com/DevNatan/docker-kotlin.git
13+
POM_SCM_URL=https://github.com/devnatan/docker-kotlin
14+
POM_SCM_CONNECTION=scm:git:git:github.com/devnatan/docker-kotlin.git
15+
POM_SCM_DEV_CONNECTION=scm:git:https://github.com/devnatan/docker-kotlin.git
1616
POM_LICENCE_NAME=MIT License
17-
POM_LICENSE_URL=https://github.com/DevNatan/docker-kotlin/blob/main/LICENSE
17+
POM_LICENSE_URL=https://github.com/devnatan/docker-kotlin/blob/main/LICENSE
1818
POM_DEVELOPER_ID=DevNatan
1919
POM_DEVELOPER_NAME=Natan Vieira do Nascimento
2020
POM_DEVELOPER_URL=natanvnascimento@gmail.com
21-
POM_DEVELOPER_EMAIL=https://github.com/DevNatan
21+
POM_DEVELOPER_EMAIL=https://github.com/devnatan
2222
SONATYPE_HOST=CENTRAL_PORTAL
2323
RELEASE_SIGNING_ENABLED=true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ ktx = ["ktx-coroutines-core", "ktx-serialization-core", "ktx-serialization-json"
3838
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
3939
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
4040
kotlinter = { id = "org.jmailen.kotlinter", version.ref = "plugin-kotlinter" }
41-
publish = { id = "com.vanniktech.maven.publish", version.ref = "plugin-publish" }
41+
publish = { id = "com.vanniktech.maven.publish.base", version.ref = "plugin-publish" }
4242
dokka = { id = "org.jetbrains.dokka", version = "2.1.0" }

0 commit comments

Comments
 (0)