Skip to content

Commit 598440b

Browse files
committed
Fixup tombstone message for bosk-spring-boot-3
1 parent ead5361 commit 598440b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bosk-spring-boot-3/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ repositories {
2828
publishing {
2929
publications {
3030
mavenJava(MavenPublication) {
31-
description = '''
31+
pom {
32+
description = '''
3233
This library has been renamed. Please use bosk-spring-boot instead.
33-
'''.stripIndent().trim()
34+
'''.stripIndent().trim()
35+
}
3436
}
3537
}
3638
}

0 commit comments

Comments
 (0)