Skip to content

Commit

Permalink
Added 'name' to POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrapplexz committed May 29, 2019
1 parent adf1112 commit 1e2b573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ tasks {
configure<PublishingExtension> {
publications.withType<MavenPublication> {
pom {
name.set(artifactId)
description.set(projectDescription)
url.set("https://github.com/pearxteam/kasechange")
licenses {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1e2b573

Please sign in to comment.