Skip to content

Commit 763d5c6

Browse files
committed
Update BOM details
1 parent 256dd2f commit 763d5c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

problem4j-spring-web/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ publishing {
4848

4949
pom {
5050
name = project.name
51-
description = "Spring Web MVC integration for library implementing RFC7807"
51+
description = "Spring Web integration for library implementing RFC7807"
5252
url = "https://github.com/malczuuu/${rootProject.name}"
5353
inceptionYear = "2025"
5454
licenses {

problem4j-spring-webflux/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ publishing {
4444

4545
pom {
4646
name = project.name
47-
description = "Spring Web MVC integration for library implementing RFC7807"
47+
description = "Spring WebFlux integration for library implementing RFC7807"
4848
url = "https://github.com/malczuuu/${rootProject.name}"
4949
inceptionYear = "2025"
5050
licenses {

problem4j-spring-webmvc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ publishing {
4747

4848
pom {
4949
name = project.name
50-
description = "Spring Web MVC integration for library implementing RFC7807"
50+
description = "Spring WebMVC integration for library implementing RFC7807"
5151
url = "https://github.com/malczuuu/${rootProject.name}"
5252
inceptionYear = "2025"
5353
licenses {

0 commit comments

Comments
 (0)