Skip to content

Commit

Permalink
fix: Update the published names of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.gryzbon committed Feb 28, 2022
1 parent ceb8566 commit adb13d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subprojects {
version = "$version"
from components.java
pom {
name = project.name
name = "Spring Http Exception Handling Library - $project.name"
description = 'A set of Spring exception handlers making sure the application always returns a consistent error response.'
url = 'https://github.com/lsd-consulting/spring-http-exception-handling-library'
licenses {
Expand Down

0 comments on commit adb13d1

Please sign in to comment.