diff --git a/build.gradle.kts b/build.gradle.kts index 8c81fc8..e4bf2ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,6 +46,7 @@ tasks { configure { publications.withType { pom { + name.set(artifactId) description.set(projectDescription) url.set("https://github.com/pearxteam/kasechange") licenses { diff --git a/gradle.properties b/gradle.properties index 8e297ab..49355ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ #Common Stuff -projectVersion=1.0.3 -projectChangelog=Added empty Javadoc, fixed POM +projectVersion=1.0.4 +projectChangelog=Added 'name' to POMs projectDescription=Multiplatform Kotlin library to convert strings between various case formats including Camel Case, Snake Case, Pascal Case and Kebab Case kotlinVersion=1.3.31 githubReleaseVersion=2.2.8